https://github.com/luispadron/eyebot
EyeBot
https://github.com/luispadron/eyebot
einstein recognition salesforce swift visual xcode
Last synced: 5 months ago
JSON representation
EyeBot
- Host: GitHub
- URL: https://github.com/luispadron/eyebot
- Owner: luispadron
- License: apache-2.0
- Created: 2017-05-12T13:13:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T11:39:02.000Z (almost 9 years ago)
- Last Synced: 2025-06-07T10:59:16.270Z (10 months ago)
- Topics: einstein, recognition, salesforce, swift, visual, xcode
- Language: Swift
- Homepage:
- Size: 42.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:

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

Scan Result Interface:

Wrong Scan Result Interface:

## Contributors
[Luis Padron](https://github.com/luispadron)
[Chris Perkins](https://github.com/Chris-Perkins)
[Chris Sansavera](https://github.com/sansa00c)
## Building
Make sure to have [CocoaPods](https://cocoapods.org) installed
To build and run the application from the `EyeBot` directory run
```bash
pod install
```
Then open the `.xcworkspace` file.
Change the token variable found in "AppDelegate.swift" on line 19 to your [Einstein Vision Token](https://api.metamind.io/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.