Spaces:
Sleeping
Sleeping
Commit
Β·
697659c
1
Parent(s):
ce2c75c
update readme yaml
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# OCR Web Application
|
2 |
|
3 |
## Project Overview
|
@@ -54,16 +67,10 @@ For more technical details about the model architecture and usage, visit the [GO
|
|
54 |
To deploy the application to a cloud platform(Hugging Face)
|
55 |
|
56 |
## Folder Structure
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
## Dependencies
|
65 |
-
1. Streamlit: Web framework to create the interactive interface.
|
66 |
-
2. Transformers: To load the GOT OCR 2.0 model.
|
67 |
-
3. EasyOCR: To process Hindi text extraction.
|
68 |
-
4. Torchvision: To handle image transformations.
|
69 |
-
5. Pillow: Image processing library.
|
|
|
1 |
+
---
|
2 |
+
title: GOT OCR Web App # Title of your app
|
3 |
+
emoji: π # You can choose any emoji that represents your app
|
4 |
+
colorFrom: blue # Start color for the gradient background
|
5 |
+
colorTo: green # End color for the gradient background
|
6 |
+
sdk: streamlit # Your app uses Streamlit
|
7 |
+
sdk_version: "1.21.0" # Version of Streamlit you are using
|
8 |
+
app_file: app.py # Entry point of your application
|
9 |
+
pinned: false # Whether this Space should be pinned on your profile
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
# OCR Web Application
|
15 |
|
16 |
## Project Overview
|
|
|
67 |
To deploy the application to a cloud platform(Hugging Face)
|
68 |
|
69 |
## Folder Structure
|
70 |
+
```bash
|
71 |
+
.
|
72 |
+
βββ app.py # Main application file
|
73 |
+
βββ requirements.txt # Python dependencies
|
74 |
+
βββ README.md # Projectdocumentation
|
75 |
+
|
76 |
+
|
|
|
|
|
|
|
|
|
|
|
|