Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 331 Bytes

STT web service based on guillaumekln/faster-whisper

How to run

  1. Create python virtual environment: python3 -m venv venv
  2. Activate virtual environment: source venv/bin/activate
  3. Install requirements: pip install -r requirements.txt
  4. Run server: python main.py