Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.23 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.23 KB

ALVICE

This is an Android App Built as a project for Microsoft code.fun.do.This app is built in Android Studio/Java. The app takes a picture from a live android phone Camera,processes it with the help of Computer Vision API of Microsoft.

The app can send the extracted string through query and get wikipedia summary of the text from Flask-powered WebApp speacially designed for this purpose.

Bugs and Crash Issues

Due to shortage of time in developing this project there are few bugs in the code and crashing issues involved.Hope to clear the bugs with the next commit. The app runs best in PotraitMode of Android.It crashes due to slow or unstable network problems.The next commit would perhaps try to come up with network checks and handle the runtime errors. Also conversion from the image to bitmap was done crudely..so it fails to detect low resolution and low light texts....The app works perfectly fine for typed-fonts but fails quite often with handwritten texts due to poor conversion code to bitmap.Hope next commit brings a perfect way of identifying data from any real objects.