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

https://github.com/m-rishab/bank_statement_analysis

THE BANK_ANALYSIS_DASHBOARD
https://github.com/m-rishab/bank_statement_analysis

Last synced: about 1 year ago
JSON representation

THE BANK_ANALYSIS_DASHBOARD

Awesome Lists containing this project

README

          

#### Description : Bank transaction dashboard using Streamlit that shows financial trends, detects unusual activities, and gives personalized recommendations based on your transaction data.

## Requirements

- Python 3.7+
- Required Python libraries (install via pip):

```bash
pip install streamlit pandas numpy plotly scipy
```

### Run the following command to launch the app:

```bash
streamlit run app.py
```