Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 995 Bytes

Data-Visualization

This is the demo mini project to get familiar with bokeh library and flask app. After getting comfortable with these tools, we will create a new bigger project with many features, which can be submitted in competition.

In order to run above notebook, install python3.5 or above and make sure to install following dependecies:

  1. If you have installed python anaconda then type following command in anaconda prompt:
conda install bokeh
  1. If you have installed python from official site then install dependency by:
pip3 install bokeh pandas numpy matplotlib jupyter

Running Flask app instructions

At first install flask using following scripts.

pip3 install flask

In order to run it locally,perform following intructions:

  1. clone this project
  2. cd into deploy directory using terminal
  3. type python3 app.py in terminal
  4. It shows localhost in terminal. Control click link and it opens in your default browser.