Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

54 lines (36 loc) · 1.49 KB

eyeBot

Siemens DevJam 2017

eyeBot is an iOS image-recognition program that allows for easy identification of objects on the go. eyeBot will automatically update the model after each successful scan-- making every scan more accurate than the last.

Features:

  • Fast Image-Recognition
  • Real-time Model Training
  • Intuitive Interface
  • History View to present past scans
  • Torch for dark-room settings
  • Completely Open-Source
User Interface Pictures

Launch Screen:
Launch Screen

User Interface:
Note: the text is photoshopped labels for the buttons; they are not in the app itself.
Interface

Scan Result Interface:
Scan Screen

Wrong Scan Result Interface:
Wrong Screen

Contributors

Luis Padron

Chris Perkins

Chris Sansavera

Building

Make sure to have CocoaPods installed
To build and run the application from the EyeBot directory run

pod install

Then open the .xcworkspace file.

Change the token variable found in "AppDelegate.swift" on line 19 to your Einstein Vision Token
Note: Our token is expired. We left it in on purpose. :)
On line 282 of "ViewController.swift", change the model to the model you trained.