Mr-Thop commited on
Commit
9018d83
·
verified ·
1 Parent(s): b4225d0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -39
requirements.txt CHANGED
@@ -1,39 +1,8 @@
1
- # Core dependencies for Gradio AI Assistant
2
- gradio>=4.0.0
3
- python-dotenv>=1.0.0
4
- requests>=2.31.0
5
-
6
- # AI and ML libraries
7
- google-generativeai>=0.3.0
8
- openai>=1.0.0
9
-
10
- # Data processing
11
- pandas>=2.0.0
12
- numpy>=1.24.0
13
-
14
- # File processing
15
- PyPDF2>=3.0.0
16
- python-docx>=0.8.11
17
- markdown>=3.5.0
18
-
19
- # System monitoring
20
- psutil>=5.9.0
21
-
22
- # Audio processing (optional)
23
- SpeechRecognition>=3.10.0
24
- pyttsx3>=2.90
25
-
26
- # Web scraping (optional)
27
- beautifulsoup4>=4.12.0
28
- requests-html>=0.10.0
29
-
30
- # Database (optional)
31
- sqlite3
32
-
33
- # Utilities
34
- python-dateutil>=2.8.0
35
- pytz>=2023.3
36
-
37
- # Development tools (optional)
38
- black>=23.0.0
39
- flake8>=6.0.0
 
1
+ gradio>=4.0.0
2
+ python-dotenv>=1.0.0
3
+ requests>=2.31.0
4
+ pandas>=2.0.0
5
+ numpy>=1.24.0
6
+ psutil>=5.9.0
7
+ python-dateutil>=2.8.0
8
+ pytz>=2023.3