Skip to content

Commit 3f6ddc2

Browse files
Add requirements.txt with necessary libraries
Add requirements for web development, data manipulation, visualization, analysis, machine learning, NLP, web scraping, database access, and Jupyter notebooks. Signed-off-by: Fabiana ⚡️ Campanari <113218619+FabianaCampanari@users.noreply.github.com>
1 parent 8c0fa01 commit 3f6ddc2

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

requirements.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
2+
3+
4+
5+
# Framework Web Application:
6+
7+
streamlit==1.48.0
8+
Django==5.1.7
9+
10+
11+
# Data Manipulation Libraries:
12+
numpy==2.2.3
13+
pandas==2.3.1
14+
15+
# Data Visualization Libraries:
16+
matplotlib==3.10.1
17+
seaborn==0.13.2
18+
19+
# Data Analysis Libraries:
20+
scipy==1.15.2
21+
scikit-learn==1.6.1
22+
23+
# Machine Learning Libraries:
24+
tensorflow==2.19.0
25+
keras==3.10.0
26+
tensorflow==2.19.0
27+
keras==3.10.0
28+
29+
30+
# Natural Language Processing Libraries:
31+
nltk==3.9.1
32+
spacy==3.8.7
33+
34+
# Web Scraping Libraries:
35+
beautifulsoup4==4.13.4
36+
requests==2.32.4
37+
38+
# Database Libraries:
39+
sqlalchemy==2.0.42
40+
psycopg2-binary==2.9.10
41+
42+
# Jupyter Notebook Libraries:
43+
jupyter==1.1.1
44+
notebook==7.4.5
45+
ipywidgets==8.1.7
46+
47+
# Other Useful Libraries:
48+
joblib==1.5.1
49+

0 commit comments

Comments
 (0)