-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
40 lines (29 loc) · 610 Bytes
/
requirements.txt
File metadata and controls
40 lines (29 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Data Manipulation Libraries:
numpy==2.3.5
pandas==2.3.3
# Data Visualization Libraries:
matplotlib==3.10.1
seaborn==0.13.2
# Data Analysis Libraries:
scipy==1.16.3
scikit-learn==1.8.0
# Machine Learning Libraries:
tensorflow==2.20.0
keras==3.13.0
tensorflow==2.20.0
keras==3.13.0
# Natural Language Processing Libraries:
nltk==3.9.2
spacy==3.8.11
# Web Scraping Libraries:
beautifulsoup4==4.14.3
requests==2.32.5
# Database Libraries:
sqlalchemy==2.0.44
psycopg2-binary==2.9.10
# Jupyter Notebook Libraries:
jupyter==1.1.1
notebook==7.5.0
ipywidgets==8.1.7
# Other Useful Libraries:
joblib==1.5.3