Skip to content

akapma/aiSight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aiSight

Banknote Denomination Recognition for the visually underprivileged

To convert ipython notebook to html or pdf use LaTeX or

jupyter nbconvert --to html "file_name".ipynb

Objective :

  • Relay INR or USD banknote denomination if valid, retry otherwise

Inference

  • Notched accuracy upto 90%, not bad for a multi-label ResNet-34 classification model

  • Trivial INR Softmax out

  • Trivial USD Softmax out

  • F-Beta score - more weight on precision, less on recall

Goals :

  • dataset collection upto a valid amount (>200)
  • model accuracy upto 90%
  • accuracy stays unchanged for unbalanced classes
  • perspective warping
  • Grad-CAM
  • improve accuracy with custom-nn/resnet101 and larger dataset
  • deploy on Android/iOS
  • low bandwidth performance improvement
  • minimize false negative probability (recall percentage)

About

Banknote Denomination Recognition for the visually challenged

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors