Insightlyzer is a lightweight and interactive web application built with Streamlit, designed to help you instantly upload, preview, and visualize data from CSV and Excel files. It's perfect for quick data inspections, demos, and exploratory analysis — all in the browser.
- 📂 Upload
.csvor.xlsxfiles via the sidebar - 📊 Automatic detection of numeric columns
- 📈 Live-rendered line charts from the first two numeric columns
- 🔍 Clean data preview with max-value highlights
- 💡 Simple, responsive, and open-source
Make sure you have uv or pip installed. Then:
# Using uv (recommended)
uv venv
uv pip install streamlit pandas numpy openpyxl
uv run main.py