Raiff1982 commited on
Commit
a959dff
·
verified ·
1 Parent(s): e3d6cf8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -13
requirements.txt CHANGED
@@ -1,19 +1,23 @@
1
- # Core AI + Transformers
2
  transformers==4.37.2
3
- diffusers==0.25.0
4
- torch>=2.1.0
 
5
 
6
- # Sentiment + NLP Tools
7
- vaderSentiment
8
- nltk
9
 
10
- # Auth + Security
11
- huggingface_hub==0.20.3
12
- cryptography
13
 
14
- # Web UI
 
 
 
 
 
15
  gradio==4.19.1
16
- pydantic>=1.10.0
17
 
18
- # Compatibility & Utils
19
- asyncio
 
1
+ # Core AI & NLP
2
  transformers==4.37.2
3
+ textblob==0.17.1
4
+ vaderSentiment==3.3.2
5
+ nltk==3.8.1
6
 
7
+ # Audio / Speech
8
+ speechrecognition==3.10.0
9
+ pyaudio==0.2.13 ; platform_system == "Linux"
10
 
11
+ # Vision
12
+ Pillow==9.5.0
 
13
 
14
+ # Cloud / API
15
+ aiohttp==3.9.3
16
+ pyodbc==5.0.1
17
+ cryptography==42.0.5
18
+
19
+ # UI
20
  gradio==4.19.1
 
21
 
22
+ # Utility
23
+ python-dotenv==1.0.1