India DreamIn17 Presentation/Code – Salesforce Einstein Vision Implementation

Reading Time: < 1 minute

 

It was really nice to be part of the IndiaDreamIn17 as the Speaker. I presented Salesforce Einstein Vision Implementation.

The presentation is explaining about following things:
1. AI & Machine Learning
2. Einstein Vision
3. Dataset, Label, Examples
4. Training, Model, Prediction
5. Einstein Key Setup
6. Einstein Vision Live – Code from Github

Code Guidelines:
1. First put you email address in APIFactory.cls
Screen Shot 2017-10-13 at 1.47.44 AM
A. Use EinsteinManager.page for Create Dataset, Training the model.
B. Dataset URL: https://github.com/vishnuvaishnav/SalesforceEinsteinIndiaDreamIn17/blob/master/iPredictDataset.zip?raw=true
2. After training step, put Model id in iPredictCtrl.cls
Screen Shot 2017-10-13 at 1.49.10 AM
Use iPredict.page for predict output from image, URL and blob data.

Cheers!!!

Leave a Reply