Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt #345

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

# Bibliotecas para manipulação de dados
numpy==1.22.0
pandas==1.3.3

# Bibliotecas para visualização de dados
matplotlib==3.4.3
seaborn==0.11.2

# Bibliotecas para análise de dados
scipy==1.11.1
scikit-learn==1.0.1

# Bibliotecas para machine learning
tensorflow==2.11.1
keras==2.6

# Bibliotecas para processamento de linguagem natural
nltk==3.6.6
spacy==3.1.

# Bibliotecas para web scraping
beautifulsoup4==4.10.0
requests==2.26.0

# Bibliotecas para trabalhar com bancos de dados
sqlalchemy==1.4.23
psycopg2-binary==2.9.1

# Bibliotecas para Jupyter Notebook
jupyter==1.0.0
notebook==6.4.4
ipywidgets==7.6.5

# Outras bibliotecas úteis
joblib==1.1.0