Erfan11 commited on
Commit
1838774
1 Parent(s): fff5045

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -3
requirements.txt CHANGED
@@ -1,3 +1,41 @@
1
- tensorflow==2.13.0
2
- torch==2.0.0
3
- pandas==2.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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