Skip to content

databinocs/business-insight-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Business Insight Studio

Business Insight Studio is a modular web app for quick data exploration and analysis powered by Streamlit.

This app allows users to:

  • Upload and preview CSV files
  • Segment data using KMeans clustering
  • Forecast trends using Prophet
  • Visualize KPIs by category or time
  • Export processed data

πŸš€ Features

Module Description
Upload Upload CSV files and preview them
Segmentation Perform KMeans clustering
Forecasting Forecast numeric values over time
KPIs Visualize category & time-based metrics
Export Download processed dataset

🧱 Project Structure

business-insight-studio/ β”œβ”€β”€ app.py β”œβ”€β”€ requirements.txt β”œβ”€β”€ .gitignore β”œβ”€β”€ LICENSE β”œβ”€β”€ README.md └── modules/ β”œβ”€β”€ upload.py β”œβ”€β”€ segmentation.py β”œβ”€β”€ forecasting.py β”œβ”€β”€ kpi.py β”œβ”€β”€ export.py


βš™οΈ Installation

git clone https://github.com/databinocs/business-insight-studio.git
cd business-insight-studio
python -m venv venv
.\venv\Scripts\activate  # On Windows
pip install -r requirements.txt
streamlit run app.py

> ⚠️ **Model note:** TAPAS performs best with tables under 50 rows and a limited number of columns. Larger inputs may reduce accuracy or fail.

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages