https://github.com/gallettilance/blur
Uses your camera to recognize digits & letters
https://github.com/gallettilance/blur
android artificial-intelligence computer-vision mobile-app neural-network
Last synced: 2 months ago
JSON representation
Uses your camera to recognize digits & letters
- Host: GitHub
- URL: https://github.com/gallettilance/blur
- Owner: gallettilance
- Created: 2018-01-11T19:46:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T17:17:57.000Z (over 8 years ago)
- Last Synced: 2024-12-25T21:40:17.421Z (over 1 year ago)
- Topics: android, artificial-intelligence, computer-vision, mobile-app, neural-network
- Language: Java
- Homepage:
- Size: 3.21 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blur
blur is an Android App that uses your camera to recognize digits and letters (hopefully even those that are difficult to read because of poor eyesight or bad handwriting) and will learn from experience by storing photos in a database.
## What it looks like

Selecting digits, we can point the camera and capture a picture of the digit we want to recognize.

The app processes the image to be ready for prediction. We can check if the digit is well captured and processed and either try again or make a prediction

Pressing CORRECT sends to the database and returns to main screen, INCORRECT gives the option to improve our model by submitting feedback.

The following is the feedback screen. The user can choose whether or not to send the feedback.

Great!

More info coming soon!