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
- Host: GitHub
- URL: https://github.com/joshdavham/jreadability-demo
- Owner: joshdavham
- License: mit
- Created: 2024-10-13T01:30:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:38:10.000Z (over 1 year ago)
- Last Synced: 2025-07-01T18:10:09.502Z (about 1 year ago)
- Topics: japanese-language, language-learning, readability, streamlit
- Language: Python
- Homepage: https://jreadability-demo.streamlit.app/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).