An open API service indexing awesome lists of open source software.

https://github.com/joshdavham/jreadability-demo

Demo for the jreadability python package
https://github.com/joshdavham/jreadability-demo

japanese-language language-learning readability streamlit

Last synced: 2 months ago
JSON representation

Demo for the jreadability python package

Awesome Lists containing this project

README

          

# 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).