Skip to content

Accelerated EDA using HTML reports of your CSV datasets.

Notifications You must be signed in to change notification settings

sraza-onshape/signal-flair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signal Flair


"Generate a Pandas-style profiling report from a Flask web app."

Environment Set-up

Pre-requisite: Python 3

$ python3 -m venv env
$ source env/bin/activate
$ python -m pip install --upgrade pip
$ python -m pip install -r requirements.txt

Run the App

  1. For local environments - use flask run:
./start.sh <enter port number, or leave blank to use 5000>
  1. For production - use gunicorn:
cd signal_flair/
gunicorn production:app

Credit to Nathan Lauga, for building the initial version of this repo here on GitHub.

About

Accelerated EDA using HTML reports of your CSV datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages