/dask_dash

Primary LanguagePython

dash-nlp

About this app

A tidy example of how plotly's excellent dash framework can be used for Natural Language Processing (NLP)

How to run this app

To run this app first clone repository and then open a terminal to the app folder.

git clone https://github.com/plotly/dash-sample-apps.git
cd dash-sample-apps/apps/dash-nlp

Install the requirements:

pip install -r requirements.txt

Run the app:

python app.py

You can run the app on your browser at http://127.0.0.1:8050

Resources

To learn more about Dash, please visit documentation.