Create Requirements.txt
Browse fileshttps://huggingface.co/Aqarion13James Aaronhttps://huggingface.co/Aqarion13/QUANTARION-13https://huggingface.co/Aqarion13/Quantarionhttps://huggingface.co/spaces/Aqarion13/Quantarionhttps://huggingface.co/spaces/Aqarion13/Global-moneo-docker-repository
- TEAM-DEEPSEEK/Requirements.txt +103 -0
TEAM-DEEPSEEK/Requirements.txt
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# π CORE DEPENDENCIES
|
| 2 |
+
fastapi==0.104.1
|
| 3 |
+
uvicorn[standard]==0.24.0
|
| 4 |
+
pydantic==2.5.0
|
| 5 |
+
pydantic-settings==2.1.0
|
| 6 |
+
|
| 7 |
+
# π GRADIO INTERFACE
|
| 8 |
+
gradio==4.12.0
|
| 9 |
+
gradio-client==0.8.0
|
| 10 |
+
|
| 11 |
+
# π― STREAMLIT ALTERNATIVE
|
| 12 |
+
streamlit==1.28.1
|
| 13 |
+
streamlit-option-menu==0.3.6
|
| 14 |
+
streamlit-aggrid==0.3.4.post3
|
| 15 |
+
|
| 16 |
+
# π¬ SCIENTIFIC COMPUTING
|
| 17 |
+
numpy==1.24.4
|
| 18 |
+
scipy==1.11.4
|
| 19 |
+
pandas==2.1.4
|
| 20 |
+
scikit-learn==1.3.2
|
| 21 |
+
|
| 22 |
+
# π§ MACHINE LEARNING
|
| 23 |
+
torch==2.1.0
|
| 24 |
+
torchvision==0.16.0
|
| 25 |
+
sentence-transformers==2.2.2
|
| 26 |
+
transformers==4.36.0
|
| 27 |
+
accelerate==0.25.0
|
| 28 |
+
|
| 29 |
+
# π VISUALIZATION
|
| 30 |
+
plotly==5.18.0
|
| 31 |
+
matplotlib==3.8.2
|
| 32 |
+
seaborn==0.13.0
|
| 33 |
+
bokeh==3.3.0
|
| 34 |
+
altair==5.2.0
|
| 35 |
+
|
| 36 |
+
# ποΈ DATABASE & STORAGE
|
| 37 |
+
chromadb==0.4.18
|
| 38 |
+
qdrant-client==1.6.4
|
| 39 |
+
redis==5.0.1
|
| 40 |
+
sqlalchemy==2.0.23
|
| 41 |
+
alembic==1.12.1
|
| 42 |
+
|
| 43 |
+
# π WEB & API
|
| 44 |
+
httpx==0.25.1
|
| 45 |
+
aiohttp==3.9.1
|
| 46 |
+
websockets==12.0
|
| 47 |
+
jinja2==3.1.2
|
| 48 |
+
|
| 49 |
+
# π FILE HANDLING
|
| 50 |
+
pillow==10.1.0
|
| 51 |
+
opencv-python==4.8.1.78
|
| 52 |
+
pydub==0.25.1
|
| 53 |
+
librosa==0.10.1
|
| 54 |
+
|
| 55 |
+
# π οΈ UTILITIES
|
| 56 |
+
tqdm==4.66.1
|
| 57 |
+
rich==13.7.0
|
| 58 |
+
colorama==0.4.6
|
| 59 |
+
python-dotenv==1.0.0
|
| 60 |
+
pyyaml==6.0.1
|
| 61 |
+
|
| 62 |
+
# π SECURITY
|
| 63 |
+
python-jose==3.3.0
|
| 64 |
+
passlib==1.7.4
|
| 65 |
+
bcrypt==4.1.2
|
| 66 |
+
|
| 67 |
+
# π MONITORING
|
| 68 |
+
prometheus-client==0.19.0
|
| 69 |
+
structlog==23.2.0
|
| 70 |
+
|
| 71 |
+
# π§ͺ TESTING
|
| 72 |
+
pytest==7.4.3
|
| 73 |
+
pytest-asyncio==0.21.1
|
| 74 |
+
pytest-cov==4.1.0
|
| 75 |
+
|
| 76 |
+
# π DEPLOYMENT
|
| 77 |
+
gunicorn==21.2.0
|
| 78 |
+
docker==6.1.3
|
| 79 |
+
huggingface-hub==0.20.2
|
| 80 |
+
|
| 81 |
+
# π΅ AUDIO PROCESSING
|
| 82 |
+
soundfile==0.12.1
|
| 83 |
+
audiocraft==1.1.0 # META MUSICGEN
|
| 84 |
+
|
| 85 |
+
# π’ ADVANCED MATH
|
| 86 |
+
sympy==1.12
|
| 87 |
+
networkx==3.2.1
|
| 88 |
+
igraph==0.11.3
|
| 89 |
+
|
| 90 |
+
# π¨ UI ENHANCEMENTS
|
| 91 |
+
streamlit-extras==0.3.6
|
| 92 |
+
gradio_annotated_image==0.1.0
|
| 93 |
+
gradio_pdf==0.1.0
|
| 94 |
+
|
| 95 |
+
# π GEO-SPATIAL
|
| 96 |
+
geopandas==0.14.1
|
| 97 |
+
folium==0.14.0
|
| 98 |
+
|
| 99 |
+
# β‘ OPTIMIZATION
|
| 100 |
+
numba==0.58.1
|
| 101 |
+
numpyro==0.13.2
|
| 102 |
+
jax==0.4.23
|
| 103 |
+
jaxlib==0.4.23
|