https://github.com/tupizz/fiap_credit_analysis_machine_learning_model
https://github.com/tupizz/fiap_credit_analysis_machine_learning_model
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tupizz/fiap_credit_analysis_machine_learning_model
- Owner: tupizz
- Created: 2024-05-04T20:05:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T20:27:08.000Z (about 1 year ago)
- Last Synced: 2025-02-09T14:47:20.100Z (4 months ago)
- Language: Jupyter Notebook
- Size: 9.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Initialization
```bash
poetry add pandas jupyter matplotlib seaborn
```### Create an environment using venv
python -m venv .venv
### Activate on macOS and Linux
source .venv/bin/activate### Run Streamlit
```bash
poetry run streamlit hello
poetry run streamlit run ./app.py
```