Skip to content

Graph data from a series of images. Using OCR, KNN/SVM and MINIST

Notifications You must be signed in to change notification settings

Jmandarino/meter-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seven segment display reader (Meter Reader)

Purpose:

To read the data from Coned Electric meters (7 segment displays) and graph the information

Workflow:

  1. place images inside in/imgs
  2. run setup.py python setup.py this creates images.json
  3. process image data from images.json by running python digit_ocr.py
  4. run data through MNIST and SVM/KNN
  5. Graph data and find trends

TOOLS:

  1. opencv
  2. sklearn
  3. MNIST Dataset
  4. Matplotlib

MAJOR TODO's :

  1. Connect user flows (processing img -> figure out image -> graph)
  2. Error Processing for (OCR)
  3. Error Processing for data (if ocr failed to read data correctly what should we do
  4. centralize paths instead of declaring them in each file

Requirements and how to install

TODO: later

Major issues:

image processing is strong enough given every picture is varied.

Releases

No releases published

Packages

No packages published

Languages