-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrequirements.txt
More file actions
47 lines (30 loc) · 702 Bytes
/
requirements.txt
File metadata and controls
47 lines (30 loc) · 702 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
40
41
42
43
44
45
# Install Dependencies
# Streamlit
streamlit==1.50.0
# Bibliotecas para manipulação de dados
numpy==2.2.4
pandas==2.3.3
# Bibliotecas para visualização de dados
matplotlib==3.10.1
seaborn==0.13.2
# Bibliotecas para análise de dados
scipy==1.15.2
scikit-learn==1.6.1
scikit-learn==1.6.1
scipy==1.15.2
scikit-learn==1.6.1
# Bibliotecas para machine learning
tensorflow==2.20.0
keras==3.10.0
# Bibliotecas para web scraping
beautifulsoup4==4.14.2
requests==2.32.4
# Bibliotecas para trabalhar com bancos de dados
sqlalchemy==2.0.43
psycopg2-binary==2.9.10
# Bibliotecas para Jupyter Notebook
jupyter==1.1.1
notebook==7.4.5
ipywidgets==8.1.7
# Outras bibliotecas úteis
joblib==1.5.2