Skip to content

ahs8w/Transcribr-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcribr - handwritten text recognition

The app described here is up at http://transcribr.net. Test it out for yourself!

Test changes locally by installing Docker and using the following command:

docker build --rm -t transcribr-v1 . && docker run --rm -it -p 5000:5000 transcribr-v1

Much of the code here is based on the fastai guide for production deployment to Render: https://course.fast.ai/deployment_render.html.

About

Handwritten Text Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.0%
  • HTML 30.6%
  • JavaScript 18.1%
  • Dockerfile 2.3%