Lukeetah commited on
Commit
37010cb
verified
1 Parent(s): 2bbb4e4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -47
requirements.txt CHANGED
@@ -1,47 +1,20 @@
1
- # Framework principal y servidor
2
- gradio>=4.0.0
3
- fastapi>=0.104.0
4
- uvicorn[standard]>=0.24.0
5
-
6
- # Procesamiento de Machine Learning
7
- torch>=2.0.0
8
- torchvision>=0.15.0
9
- transformers>=4.35.0
10
- sentence-transformers>=2.2.2
11
- datasets>=2.14.0
12
-
13
- # Procesamiento de im谩genes
14
- Pillow>=10.0.0
15
- opencv-python>=4.8.0
16
- scikit-image>=0.21.0
17
-
18
- # Procesamiento de audio
19
- librosa>=0.10.1
20
- soundfile>=0.12.1
21
-
22
- # An谩lisis de datos y visualizaci贸n
23
- numpy>=1.24.0
24
- pandas>=2.0.0
25
- scikit-learn>=1.3.0
26
- matplotlib>=3.7.0
27
- seaborn>=0.12.0
28
- plotly>=5.17.0
29
-
30
- # Reducci贸n dimensional y clustering
31
- umap-learn>=0.5.4
32
- hdbscan>=0.8.33
33
-
34
- # Utilidades adicionales
35
- requests>=2.31.0
36
- aiohttp>=3.8.0
37
- python-multipart>=0.0.6
38
- pydantic>=2.4.0
39
-
40
- # Optimizaci贸n y aceleraci贸n
41
- numba>=0.58.0
42
-
43
- # Logging y monitoreo
44
- loguru>=0.7.2
45
-
46
- # Compatibilidad con Hugging Face
47
- huggingface-hub>=0.17.0
 
1
+ # N煤cleo cient铆fico
2
+ torch>=2.1.0
3
+ transformers>=4.40.0
4
+ sentence-transformers>=2.6.0
5
+ accelerate>=0.30.0
6
+
7
+ # Procesamiento multimodal
8
+ openai-whisper>=2025.06.0
9
+ qdrant-client>=1.8.0
10
+ umap-learn>=0.5.5
11
+
12
+ # Interfaz y optimizaci贸n
13
+ gradio>=4.25.0
14
+ streamlit>=1.35.0
15
+ plotly>=5.22.0
16
+
17
+ # Aceleraci贸n cient铆fica
18
+ biopython>=1.83
19
+ rdkit>=2025.03.0
20
+ pytorch-lightning>=2.2.0