Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamyaash/expert-goggles

A novice-friendly project while learning along the way. It's all about understanding images better, focusing on image processing.
https://github.com/iamyaash/expert-goggles

artificial-intelligence image-analysis image-processing image-recognition ocr-recognition python3 signature-recognition tensorflow

Last synced: 6 days ago
JSON representation

A novice-friendly project while learning along the way. It's all about understanding images better, focusing on image processing.

Awesome Lists containing this project

README

        

# expert-goggles
A **novice-friendly** project while learning along the way. It's all about understanding images better, focusing on image processing.
## Implementation
To perform basic ***OCR*** using good quality images.
1. run `main.py`
```bash
python main.py
```
---
2. Enter *File Type*

![file type](./screenshots/file_type_compress.png)
---
3. Enter *File Directory Location*

![file location](./screenshots/file_location_compress.png)

---
4. Press Enter, then the results will be displayed in command prompt

![results](./screenshots/results_compress.png)