aj2614@nyu.edu
bare minimum
0810a02
raw history blame
No virus
476 Bytes
#from main import classify
#import easyocr as ocr #OCR
import streamlit as st #Web App
#title
st.title("Easy OCR - Extract Text from Images")
#subtitle
st.markdown("## Optical Character Recognition - Using `easyocr`, `streamlit` - hosted on 🤗 Spaces")
st.markdown("Link to the app - [image-to-text-app on 🤗 Spaces](https://huggingface.co/spaces/Amrrs/image-to-text-app)")
st.caption("Made with ❤️ by @1littlecoder. Credits to 🤗 Spaces for Hosting this ")