Universal Broadcast Transcripts System
If you find this project useful, consider buying me a drink!
-
Clone the repository:
git clone https://github.com/cyysky/FMCV_Transcripts
-
Copy the
.env
file:cp .env.example .env
-
Download and install Docker Desktop:
Docker Desktop
Recommended .env
settings:
MIN_PROCESS_GAP_SECONDS = 0.5
MAX_PROCESS_TIME_MINUTES = 1
Start the application with GPU support:
docker-compose --profile gpu up --build -d
Recommended .env
settings:
MIN_PROCESS_GAP_SECONDS = 30
MAX_PROCESS_TIME_MINUTES = 100
Start the application with CPU support:
docker-compose --profile cpu up --build -d
Access the application at:
http://localhost:8999
Watch the introduction video for more details:
Enjoy using FMCV Transcripts! 🚀
Contact : [email protected]