This repository is used to display some small talk benchmark.
- Build a Complex Reporting Dashboard using Dash and Plotly by @davidcomfort
- Small talk data from @rahul051296
Install a conda environment:
conda create -n smalltalk anaconda python=3.7.2
conda activate smalltalk
pip install -r ./requirements.txt
N.B.: The requirements.txt
file has been generated with the following command lines:
conda create -n smalltalk anaconda python=3.7.2
conda activate smalltalk
pip install black dash dash_auth flake8 gunicorn pandas swifter
pip freeze > requirements.txt
The app can be launched by activating the Python environment and launching the index.py
file in the smalltalk
folder in command line:
conda activate smalltalk
python index.py
The app is then running on http://127.0.0.1:8050/
.