Loading repository data…
Loading repository data…
MichaelKarpe / repository
Build a simple text mining dashboard using Dash and Plotly (2019).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository is used to display some small talk benchmark.
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/.