Spaces:
Sleeping
Sleeping
| title: jreadability | |
| emoji: ⛩️ | |
| sdk: docker | |
| app_port: 8501 | |
| tags: | |
| - streamlit | |
| pinned: true | |
| short_description: jReadability demo | |
| # jreadability-demo | |
| <img src="https://img.shields.io/badge/-Streamlit-FF4B4B?style=flat&logo=streamlit&logoColor=white" > | |
| 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). |