https://github.com/seanghay/craft-text-detection
A minimal project for running CRAFT text detection model
https://github.com/seanghay/craft-text-detection
craft text-detection
Last synced: 7 months ago
JSON representation
A minimal project for running CRAFT text detection model
- Host: GitHub
- URL: https://github.com/seanghay/craft-text-detection
- Owner: seanghay
- Created: 2024-05-08T07:27:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T07:33:12.000Z (over 1 year ago)
- Last Synced: 2025-03-15T00:11:41.924Z (7 months ago)
- Topics: craft, text-detection
- Language: Python
- Homepage:
- Size: 322 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CRAFT Text Detection
A minimal project for running [CRAFT](https://github.com/clovaai/CRAFT-pytorch) model.
> Photo was downloaded from https://www.facebook.com/photo/?fbid=4508911212666640&set=pcb.4508913299333098
### Usage
```shell
python3 -m venv venv
source ./venv/bin/activatepip install -r requirements.txt
``````shell
python3 detection.py
```### Reference
- https://github.com/clovaai/CRAFT-pytorch
- https://github.com/JaidedAI/EasyOCR