Jmandarino / meter-reader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 100.0%