Skip to content

tsu3010/dash-text-mining-dashboard

 
 

Repository files navigation

Small talk benchmark dashboard

This repository is used to display some small talk benchmark.

Click here to see the app!

Index

  1. References
  2. Dependencies
  3. Installation
  4. Launch App

References

Dependencies

Installation

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

Launch App

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/.

About

Build a Simple Text Mining Dashboard using Dash and Plotly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • CSS 2.4%