An open API service indexing awesome lists of open source software.

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

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
```