-
Dashboard for hackthon, use flask as restful api, dash as server, and altair\plotly\D3 as visulization tool
-
Vedio link: https://youtu.be/Wmk_cZgK5Vs
-
See
Report Final.ipynb
, there is our detail analysis.
-
Use pip to install all requirement, if you don't have pip. Use commands:
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python3 get-pip.py
-
Use requirements.txt install all the mandatory packages.
$ pip install -r requirements.txt
-
Finally, run app.py to run the server.
$ python3 app.py
-
Go to Explorer to see the dashborad.