Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +41 -3
requirements.txt
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
pandas
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# General
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
scikit-learn
|
5 |
+
matplotlib
|
6 |
+
seaborn
|
7 |
+
|
8 |
+
# Machine Learning / Deep Learning
|
9 |
+
tensorflow
|
10 |
+
torch
|
11 |
+
transformers
|
12 |
+
keras
|
13 |
+
fastai
|
14 |
+
|
15 |
+
# Natural Language Processing
|
16 |
+
nltk
|
17 |
+
spacy
|
18 |
+
textblob
|
19 |
+
gensim
|
20 |
+
|
21 |
+
# Computer Vision
|
22 |
+
opencv-python
|
23 |
+
Pillow
|
24 |
+
scikit-image
|
25 |
+
imageio
|
26 |
+
|
27 |
+
# Web Development
|
28 |
+
flask
|
29 |
+
fastapi
|
30 |
+
streamlit
|
31 |
+
gradio
|
32 |
+
|
33 |
+
# Docker
|
34 |
+
docker
|
35 |
+
|
36 |
+
# Utilities
|
37 |
+
python-dotenv
|
38 |
+
requests
|
39 |
+
beautifulsoup4
|
40 |
+
jupyter
|
41 |
+
pytest
|