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
- Host: GitHub
- URL: https://github.com/m-rishab/bank_statement_analysis
- Owner: m-rishab
- Created: 2024-11-28T16:51:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T17:18:28.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:46:45.168Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```