Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luispadron/eyebot
EyeBot
https://github.com/luispadron/eyebot
einstein recognition salesforce swift visual xcode
Last synced: 13 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T11:39:02.000Z (over 7 years ago)
- Last Synced: 2025-01-14T01:53:51.537Z (13 days ago)
- Topics: einstein, recognition, salesforce, swift, visual, xcode
- Language: Swift
- Homepage:
- Size: 42.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eyeBot
#### Siemens DevJam 2017eyeBot 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-SourceUser Interface Pictures
Launch Screen:
![Launch Screen](http://i.imgur.com/S1U8nGz.jpg)User Interface:
*Note: the text is photoshopped labels for the buttons; they are not in the app itself.*
![Interface](http://i.imgur.com/5kqGRU7.png)Scan Result Interface:
![Scan Screen](http://i.imgur.com/wMjVNIB.png)Wrong Scan Result Interface:
![Wrong Screen](http://i.imgur.com/fSUNo7S.png)## 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.