Skip to content

Commit 651f6f2

Browse files
Create requirements.txt
Signed-off-by: Fabiana 🚀 Campanari <[email protected]>
1 parent e20baff commit 651f6f2

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

requirements.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
# Framework Web Application:
3+
Django==5.1.6
4+
5+
6+
# Data Manipulation Libraries:
7+
numpy==2.2.3
8+
pandas==2.2.3
9+
10+
# Data Visualization Libraries:
11+
matplotlib==3.10.1
12+
seaborn==0.13.2
13+
14+
# Data Analysis Libraries:
15+
scipy==1.15.2
16+
scikit-learn==1.6.1
17+
18+
# Machine Learning Libraries:
19+
tensorflow==2.18.0
20+
keras==3.8.0
21+
22+
# Natural Language Processing Libraries:
23+
nltk==3.9.1
24+
spacy==3.8.3
25+
26+
# Web Scraping Libraries:
27+
beautifulsoup4==4.13.3
28+
requests==2.32.3
29+
30+
# Database Libraries:
31+
sqlalchemy==2.0.38
32+
psycopg2-binary==2.9.10
33+
34+
# Jupyter Notebook Libraries:
35+
jupyter==1.1.1
36+
notebook==7.3.2
37+
ipywidgets==8.1.5
38+
39+
# Other Useful Libraries:
40+
joblib==1.4.2
41+

0 commit comments

Comments
 (0)