Een intelligent financieel dashboard dat uitgavenpatronen analyseert, toekomstige uitgaven voorspelt, en persoonlijke financiële inzichten geeft met behulp van machine learning.
- CSV upload en data processing
- Interactieve visualisaties
- Automatische uitgaven categorisatie met ML
- Uitgaven voorspelling
- Anomaly detection
- API integratie voor live data
- Python 3.11+
- Streamlit (Web Interface)
- Pandas (Data Processing)
- Plotly (Visualizations)
- Scikit-learn (Machine Learning)
- SQLite → PostgreSQL (Database)
# Clone repository
git clone [je-repo-url]
cd personal-finance-ml-dashboard
# Create virtual environment
python -m venv .venv
.venv\Scripts\activate # Windows
source .venv/bin/activate # macOS/Linux
# Install dependencies
pip install -r requirements.txt
# Run application
streamlit run app.py