--- title: jreadability emoji: ⛩️ sdk: docker app_port: 8501 tags: - streamlit pinned: true short_description: jReadability demo --- # jreadability-demo Demo for the [jreadability python package](https://github.com/joshdavham/jreadability), built with streamlit. View the demo [here](https://jreadability-demo.streamlit.app/). ## Local development Install the dependencies: ``` pip install -r requirements.txt ``` Run the app ``` streamlit run app.py ``` Note: This app can also be run as a Docker container. See [Dockerfile](Dockerfile).