Deliverable 3: UI Component Classification using Doodle Classifier

DoodleClassifier is an openFrameworks application, part of the ml4a-ofx collection, which lets you train a classifier to accurately recognize drawings (doodles) from a camera.

Requirements

  • Openframeworks (C++ OpenGL)

Instructions

  • Download and install Openframeworks
  • Copy the source code provided below into the /apps folder and open on Xcode(MAC) or IDE of choice.
  • Build program and openframeworks should automatically open app if no errors found.
  • Train the model to learn user interface drawings of your choice.
  • Use the threshold and dilation slider on the bototm left to make sure all edges are detected.

Source code: UI Component Classification using Doodle Classifier - ZIP

Github Link: UI Component Classification using Doodle Classifier