Skip to content

ardiya/BankCardRecognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankCardRecognizer

This is our Machine Learning Final Project. Our task is to recognize Bank Card Number using Android Application.

Final Report

Click here to download our final report

Simple Explanation

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

flowchart.png

Our final android application looks like this.

flowchart.png

Our web application can also show some result but with JSON output (Yes, it is used for communicating with the Android app).

result.png webresult.png

About

Android Apps to recognize bank card number using Artificial Neural Network(Numpy), OpenCV. The result is served using Python Flask Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published