Spaces:
Sleeping
Sleeping
File size: 651 Bytes
9d15d4a ee9a496 62a8de2 9d15d4a b7b69af e066752 4aed010 e066752 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
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). |