first commit

This commit is contained in:
Ashim Kumar
2026-01-09 21:06:30 +06:00
commit 11d715eb85
19 changed files with 8235 additions and 0 deletions

10
requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
# Flask and Web Framework
flask==3.1.2
python-dotenv==1.0.0
requests==2.31.0
# Audio Processing (CPU-only)
pydub==0.25.1
# Production WSGI Server
gunicorn==21.2.0