jreadability / README.md
joshdavham's picture
switch to single code point emoji
ee9a496
metadata
title: jreadability
emoji: ⛩️
sdk: docker
app_port: 8501
tags:
  - streamlit
pinned: true
short_description: jReadability demo

jreadability-demo

Demo for the jreadability python package, built with streamlit. View the demo here.

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.