Skip to content

Web application to evaluate transcription task (HTR/OCR) based on Python KaMI-lib package.

License

Notifications You must be signed in to change notification settings

KaMI-tools-project/KaMI-app

Repository files navigation

KaMI App

Python Version

License: MIT Deployed on Heroku Deployed on Render

Web application to evaluate transcription task (HTR/OCR) based on Python KaMI-lib package.

Go check the application

➡️ On Heroku: https://kami-app.herokuapp.com/ (until 11/28/2022)

➡️ On Render: https://kami-app.onrender.com/

➡️ On HuggingFace Spaces 🤗 : https://huggingface.co/spaces/lterriel/kami-app

Run the app locally

  • clone repo

ex: git clone [email protected]:dh-projects/kami/kami-app.git

  • move to kami-app directory

ex: cd kami-app/

  • create a virtual environment based on Python 3.7 with conda or virtualenv

ex: virtualenv env -p python3.7

  • activate the virtual environment

ex: source env/bin/activate

  • install dependancies

ex: pip install -r requirements.txt

note: on Linux 20.04, it might be necessary to install python3.7-dev

  • move to kami-app/kami-app directory and set flask environment
cd kami-app/
export FLASK_APP=run.py

the command can be different on Windows

To start the app, simply run: flask run

About

Web application to evaluate transcription task (HTR/OCR) based on Python KaMI-lib package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published