We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c0fa01 + 3f6ddc2 commit 4d8aa3aCopy full SHA for 4d8aa3a
1 file changed
requirements.txt
@@ -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
27
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