This is a generic, plug-and-play dashboard built using Flask for performing automated ETL, data cleaning, and visualization of any CSV file.
- Upload any CSV file
- Auto ETL + cleaning
- Charts: Histograms, Bar Charts, Heatmaps
- Summary Report Download
- Pythonic, simple codebase for learning and resume
- Python, Flask
- Pandas, Seaborn, Matplotlib
- HTML, CSS
pip install -r requirements.txt
python app.py