metadata
language:
- en
metrics:
- cer
base_model:
- microsoft/trocr-base-stage1
pipeline_tag: image-text-to-text
tags:
- code
library_name: transformers
This model aims to allow users to convert from handwritten text to lambda calculus code.
As far as I can tell, the idea of performing OCR on handwritten code has not been done before, likely due to the fact it is usually easier to type than write. However, with languages with extended character sets (lambda calculus, apl, lisp, etc.) it may be more useful to write out code and have it translated for you (especially for beginners).
This model specifically aims at lambda calculus.