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

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -30
requirements.txt CHANGED
@@ -1,41 +1,41 @@
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
 
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