micro server with small ui on 8000 for running faster_whisper

This commit is contained in:
2025-07-08 22:14:32 +03:00
commit 303b7b7584
5 changed files with 263 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
fastapi
uvicorn[standard]
python-multipart
faster-whisper
ffmpeg-python
PyYAML