https://github.com/d4rk-lucif3r/ocr-with-gradio-app
https://github.com/d4rk-lucif3r/ocr-with-gradio-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/d4rk-lucif3r/ocr-with-gradio-app
- Owner: d4rk-lucif3r
- License: mit
- Created: 2022-09-28T03:35:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T10:01:27.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:52:38.545Z (4 months ago)
- Language: Jupyter Notebook
- Size: 85.2 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCR Demo
Interactive demo of OCR using gradio and EasyOCR.
## Installation```pip install -r requirements.txt```
## Usage
```python app.py```
## Deployment on TrueFoundry
```python deploy.py```
## License
MIT License
## Blog
[Medium Blog](https://lucif3r4.medium.com/creating-and-deploying-an-ocr-in-python-8b6081663e14)