Skip to content

cyysky/FMCV_Transcripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FMCV Transcripts

Universal Broadcast Transcripts System

If you find this project useful, consider buying me a drink!
Donate


Quick Start

  1. Clone the repository:

    git clone https://github.com/cyysky/FMCV_Transcripts
  2. Copy the .env file:

    cp .env.example .env
  3. Download and install Docker Desktop:
    Docker Desktop


Configuration

For NVIDIA GPU (4GB VRAM or higher)

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

For CPU (Experimental)

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

Usage

Access the application at:
http://localhost:8999


Introduction Video

Watch the introduction video for more details:
YouTube


Enjoy using FMCV Transcripts! 🚀

Contact : [email protected]

About

Universal Broadcast Transcripts System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published