Erfan11 commited on
Commit
ee8b512
1 Parent(s): 218d9c2

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -41
requirements.txt DELETED
@@ -1,41 +0,0 @@
1
- # General Libraries
2
- numpy==1.23.5
3
- pandas==1.5.3
4
- scikit-learn==1.2.2
5
- matplotlib==3.7.1
6
- seaborn==0.12.2
7
-
8
- # Machine Learning / Deep Learning
9
- tensorflow==2.12.0
10
- torch==2.0.1
11
- transformers==4.29.2
12
- keras==2.12.0
13
- fastai==2.7.12
14
-
15
- # Natural Language Processing
16
- nltk==3.8.1
17
- spacy==3.5.3
18
- textblob==0.17.1
19
- gensim==4.3.1
20
-
21
- # Computer Vision
22
- opencv-python==4.7.0.72
23
- Pillow==9.5.0
24
- scikit-image==0.21.0
25
- imageio==2.31.1
26
-
27
- # Web Development
28
- flask==2.3.2
29
- fastapi==0.95.2
30
- streamlit==1.23.1
31
- gradio==3.27.0
32
-
33
- # Docker Support
34
- docker==6.1.3
35
-
36
- # Utilities
37
- python-dotenv==1.0.0
38
- requests==2.31.0
39
- beautifulsoup4==4.12.2
40
- jupyter==1.0.0
41
- pytest==7.4.0