Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +37 -0
requirements.txt
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# AI and Language Models
|
| 2 |
+
openai>=1.0.0
|
| 3 |
+
tiktoken>=0.5.0
|
| 4 |
+
transformers>=4.30.0
|
| 5 |
+
huggingface-hub>=0.16.0
|
| 6 |
+
|
| 7 |
+
# Data Science and Machine Learning
|
| 8 |
+
torch>=2.0.0
|
| 9 |
+
torchvision>=0.15.0
|
| 10 |
+
torchaudio>=2.0.0
|
| 11 |
+
scikit-learn>=1.3.0
|
| 12 |
+
numpy>=1.24.0
|
| 13 |
+
pandas>=2.0.0
|
| 14 |
+
|
| 15 |
+
# Data Loading and Processing
|
| 16 |
+
datasets>=2.14.0
|
| 17 |
+
|
| 18 |
+
# Type Hints and Validation
|
| 19 |
+
pydantic>=2.0.0
|
| 20 |
+
typing-extensions>=4.5.0
|
| 21 |
+
|
| 22 |
+
# Jupyter and Development
|
| 23 |
+
jupyter>=1.0.0
|
| 24 |
+
notebook>=6.5.0
|
| 25 |
+
ipykernel>=6.25.0
|
| 26 |
+
|
| 27 |
+
# Utilities
|
| 28 |
+
python-dotenv>=1.0.0
|
| 29 |
+
aiofiles>=24.1.0
|
| 30 |
+
|
| 31 |
+
# FastAPI and Web Server
|
| 32 |
+
fastapi>=0.115.0
|
| 33 |
+
uvicorn>=0.34.0
|
| 34 |
+
python-multipart>=0.0.6
|
| 35 |
+
|
| 36 |
+
# Gradio
|
| 37 |
+
gradio>=5.0.0
|