Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.44.0
|
|
|
|
|
|
|
| 2 |
groq>=0.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
requests>=2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt - AI SEA Exam Tutor Dependencies
|
| 2 |
+
|
| 3 |
+
# Core web interface
|
| 4 |
gradio>=4.44.0
|
| 5 |
+
|
| 6 |
+
# Groq API client
|
| 7 |
groq>=0.9.0
|
| 8 |
+
|
| 9 |
+
# PDF text extraction
|
| 10 |
+
PyPDF2>=3.0.0
|
| 11 |
+
|
| 12 |
+
# HTTP requests
|
| 13 |
requests>=2.31.0
|
| 14 |
+
|
| 15 |
+
# Optional: for enhanced PDF processing (uncomment if needed)
|
| 16 |
+
# pymupdf>=1.23.0
|