Hayk Arutyunyan commited on
Commit
896c179
·
1 Parent(s): 30130a9

Add HuggingFace metadata header

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -1,11 +1,14 @@
1
- # MNEMO OCR Demo
2
-
3
- This is an interactive demo of the MNEMO OCR module, built using **PaddleOCR** and **Gradio**, and deployed on **HuggingFace Spaces**.
 
 
 
 
 
 
 
4
 
5
- ## 🚀 Features
6
- - Upload any image
7
- - Perform text recognition using PaddleOCR
8
- - Display extracted text with confidence scores
9
- - Runs fully in the browser
10
 
11
- ## ▶️ How to run locally
 
1
+ ---
2
+ title: "MNEMO OCR Demo"
3
+ emoji: "📄"
4
+ colorFrom: "blue"
5
+ colorTo: "purple"
6
+ sdk: gradio
7
+ sdk_version: "4.37.2"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # MNEMO OCR Demo
 
 
 
 
13
 
14
+ Upload an image and extract text using PaddleOCR.