Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Enhanced Public Speaking Coach - Requirements
|
| 2 |
# Install with: pip install -r requirements.txt
|
| 3 |
|
| 4 |
# Core ML/AI
|
|
@@ -18,7 +18,13 @@ scipy>=1.10.0
|
|
| 18 |
# NLP & Text Analysis
|
| 19 |
textstat>=0.7.3
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# Optional but recommended
|
| 24 |
accelerate>=0.20.0 # For faster model loading
|
|
|
|
| 1 |
+
# Enhanced Public Speaking Coach - Requirements with LLM & TTS
|
| 2 |
# Install with: pip install -r requirements.txt
|
| 3 |
|
| 4 |
# Core ML/AI
|
|
|
|
| 18 |
# NLP & Text Analysis
|
| 19 |
textstat>=0.7.3
|
| 20 |
|
| 21 |
+
# Text-to-Speech (Optional but recommended)
|
| 22 |
+
TTS>=0.22.0
|
| 23 |
+
|
| 24 |
+
# Web Server
|
| 25 |
+
fastapi>=0.104.0
|
| 26 |
+
uvicorn>=0.24.0
|
| 27 |
+
python-multipart>=0.0.6
|
| 28 |
|
| 29 |
# Optional but recommended
|
| 30 |
accelerate>=0.20.0 # For faster model loading
|