Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -45
requirements.txt
CHANGED
|
@@ -1,45 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
# Web search and research tools
|
| 7 |
-
tavily-python==0.3.1
|
| 8 |
-
|
| 9 |
-
# Web scraping and processing
|
| 10 |
-
beautifulsoup4==4.12.2
|
| 11 |
-
PyPDF2==3.0.1
|
| 12 |
-
|
| 13 |
-
# Academic research tools
|
| 14 |
-
feedparser==6.0.10
|
| 15 |
-
|
| 16 |
-
# Optional: Browser automation (uncomment if needed)
|
| 17 |
-
# selenium==4.15.0
|
| 18 |
-
# webdriver-manager==4.0.1
|
| 19 |
-
|
| 20 |
-
# Optional: Advanced PDF processing (uncomment if needed)
|
| 21 |
-
# pymupdf==1.23.8 # PyMuPDF (fitz) for better PDF handling
|
| 22 |
-
# pdfplumber==0.10.3 # Alternative PDF extraction
|
| 23 |
-
|
| 24 |
-
# Optional: Advanced text processing (uncomment if needed)
|
| 25 |
-
# nltk==3.8.1
|
| 26 |
-
# spacy==3.7.2
|
| 27 |
-
|
| 28 |
-
# Optional: Data handling and analysis (uncomment if needed)
|
| 29 |
-
# pandas==2.1.3
|
| 30 |
-
# numpy==1.24.3
|
| 31 |
-
|
| 32 |
-
# Optional: Image processing (uncomment if needed)
|
| 33 |
-
# Pillow==10.0.1
|
| 34 |
-
# opencv-python==4.8.1.78
|
| 35 |
-
|
| 36 |
-
# Optional: Audio processing (uncomment if needed)
|
| 37 |
-
# pydub==0.25.1
|
| 38 |
-
# speechrecognition==3.10.0
|
| 39 |
-
|
| 40 |
-
# Optional: Text-to-speech (uncomment if needed)
|
| 41 |
-
# gtts==2.5.1
|
| 42 |
-
# pyttsx3==2.90
|
| 43 |
-
|
| 44 |
-
# Development and debugging
|
| 45 |
-
python-dotenv==1.0.0 # For environment variable management
|
|
|
|
| 1 |
+
gradio>=3.40.0
|
| 2 |
+
tavily-python>=0.3.0
|
| 3 |
+
openai>=1.0.0
|
| 4 |
+
requests>=2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|