Skip to content

arshkad/AppPreference-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Preference Research Dashboard

A live, deployable data science dashboard built in Python (Flask + Pandas + NumPy).

Implements the full research workflow:

  • Synthetic data generation (5,000+ user records)
  • Data cleaning pipeline (null removal, outlier capping)
  • Exploratory data analysis (groupby, describe, pivot)
  • Interactive visualisation served via a Flask JSON API

Quick start (local)

# 1. Install dependencies
pip install -r requirements.txt

# 2. Run the app
python app.py

# 3. Open in browser
http://localhost:5000

Still working on render deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors