This is our Machine Learning Final Project. Our task is to recognize Bank Card Number using Android Application.
Click here to download our final report
Our solution consist of several parts, which are:
- Android Application to take image, upload to web server and show the result
- Web application that will run image segmentation and recognize digits
- Compiled C++ application that do the image segmentation
Our final android application looks like this.
Our web application can also show some result but with JSON output (Yes, it is used for communicating with the Android app).