yufuluo / explore_dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Install dependancies
pip3 install -r requirements.txt
  1. Convert CSV file to a table in SQLite (Optional. The table is already created so you can skip this step.)
python3 init_db.py
  1. Run the server in port 5000
source env_var.sh
flask run -p 5000
  1. The app is now running on http://localhost:5000/

About


Languages

Language:Python 68.1%Language:JavaScript 21.6%Language:HTML 9.1%Language:Shell 0.6%Language:CSS 0.6%