Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -23
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
# ASL Recognition Project Dependencies
|
| 2 |
# Core Deep Learning
|
| 3 |
tensorflow>=2.13.0
|
| 4 |
keras>=2.13.0
|
| 5 |
-
torch>=1.13.0
|
| 6 |
-
torchvision>=0.14.0
|
| 7 |
|
| 8 |
# Computer Vision
|
| 9 |
opencv-python>=4.8.0
|
|
@@ -17,31 +14,14 @@ scikit-learn>=1.3.0
|
|
| 17 |
scipy>=1.10.0
|
| 18 |
|
| 19 |
# Visualization
|
| 20 |
-
matplotlib>=3.7.0
|
| 21 |
-
seaborn>=0.12.0
|
| 22 |
plotly>=5.15.0
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
uvicorn>=0.23.0
|
| 27 |
streamlit>=1.25.0
|
| 28 |
-
python-multipart>=0.0.6
|
| 29 |
|
| 30 |
# Utilities
|
| 31 |
tqdm>=4.65.0
|
| 32 |
|
| 33 |
-
|
| 34 |
-
# Image Processing
|
| 35 |
-
albumentations>=1.3.0
|
| 36 |
-
imgaug>=0.4.0
|
| 37 |
-
|
| 38 |
-
# Model Analysis
|
| 39 |
-
tensorboard>=2.13.0
|
| 40 |
-
tensorflow-model-analysis>=0.44.0
|
| 41 |
-
|
| 42 |
# API and File Handling
|
| 43 |
requests>=2.31.0
|
| 44 |
-
aiofiles>=23.0.0
|
| 45 |
-
|
| 46 |
-
# Optional: For GPU acceleration
|
| 47 |
-
# tensorflow-gpu>=2.13.0 # Uncomment if using GPU
|
|
|
|
|
|
|
| 1 |
# Core Deep Learning
|
| 2 |
tensorflow>=2.13.0
|
| 3 |
keras>=2.13.0
|
|
|
|
|
|
|
| 4 |
|
| 5 |
# Computer Vision
|
| 6 |
opencv-python>=4.8.0
|
|
|
|
| 14 |
scipy>=1.10.0
|
| 15 |
|
| 16 |
# Visualization
|
|
|
|
|
|
|
| 17 |
plotly>=5.15.0
|
| 18 |
+
matplotlib
|
| 19 |
+
seaborn
|
| 20 |
+
# Web App
|
|
|
|
| 21 |
streamlit>=1.25.0
|
|
|
|
| 22 |
|
| 23 |
# Utilities
|
| 24 |
tqdm>=4.65.0
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
# API and File Handling
|
| 27 |
requests>=2.31.0
|
|
|
|
|
|
|
|
|
|
|
|