Varshith dharmaj commited on
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +11 -33
requirements.txt
CHANGED
|
@@ -1,33 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
python-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
# OCR & Image Processing
|
| 13 |
-
pytesseract==0.3.10
|
| 14 |
-
pillow==10.1.0
|
| 15 |
-
opencv-python==4.8.1.78
|
| 16 |
-
|
| 17 |
-
# LLM API
|
| 18 |
-
google-generativeai==0.3.0
|
| 19 |
-
|
| 20 |
-
# Mathematical Verification (HuggingFace)
|
| 21 |
-
math-verify>=0.8.0
|
| 22 |
-
antlr4-python3-runtime>=4.9.3,<=4.13.2
|
| 23 |
-
datasets>=2.14.0
|
| 24 |
-
|
| 25 |
-
# Handwritten Math OCR
|
| 26 |
-
torch>=1.9.0
|
| 27 |
-
tqdm>=4.50.0
|
| 28 |
-
editdistance
|
| 29 |
-
|
| 30 |
-
# Utilities
|
| 31 |
-
requests==2.31.0
|
| 32 |
-
pydantic==2.4.2
|
| 33 |
-
python-dotenv==1.0.0
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
sympy>=1.12
|
| 3 |
+
markdown>=3.5.0
|
| 4 |
+
reportlab>=4.0.0
|
| 5 |
+
python-docx>=1.1.0
|
| 6 |
+
html2text>=2020.1.16
|
| 7 |
+
google-generativeai>=0.3.0
|
| 8 |
+
httpx>=0.24.0
|
| 9 |
+
pandas
|
| 10 |
+
plotly
|
| 11 |
+
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|