jignesh123 commited on
Commit
ca25d20
1 Parent(s): bf3ca94
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -1,15 +1,8 @@
1
- # OCR with General OCR Theory (GOT) Model
2
-
3
- This is a web-based Optical Character Recognition (OCR) application using the General OCR Theory (GOT) model to extract text from images.
4
-
5
- ## How to Run the Project
6
-
7
- 1. Clone the repository.
8
- 2. Install dependencies: `pip install -r requirements.txt`.
9
- 3. Run the Flask app: `python app.py`.
10
- 4. Open your browser and go to `http://localhost:5000`.
11
-
12
- ## Features
13
- - Supports image uploads.
14
- - Extracts text from images using the GOT model.
15
- - Displays the extracted text on the web interface.
 
1
+ title: OCR and Keyword Search Web App
2
+ emoji: 🔍
3
+ colorFrom: blue
4
+ colorTo: green
5
+ sdk: gradio
6
+ sdk_version: "3.23.0"
7
+ app_file: app.py
8
+ pinned: false