It was really nice to be part of the IndiaDreamIn17 as the Speaker. I presented Salesforce Einstein Vision Implementation.
The presentation is explaining about the 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 https://github.com/vishnuvaishnav/SalesforceEinsteinIndiaDreamIn17
Salesforce Einstein Vision Implementation from Vishnu Kumar
Code Guidelines:
1. First, put your email address in APIFactory.cls
A. Use EinsteinManager.page https://github.com/vishnuvaishnav/SalesforceEinsteinIndiaDreamIn17/blob/master/i-Predict/src/pages/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 the Model id in iPredictCtrl.cls
Use iPredict.page https://github.com/vishnuvaishnav/SalesforceEinsteinIndiaDreamIn17/blob/master/i-Predict/src/pages/iPredict.page to predict the output from image, URL, and blob data.
Cheers!!!