Description: This uses iOS 11's CoreML combined with Google's Inceptionv3 Model to detect the contents of an image taken in the camera or selected from the library.
0.00 - First Commit
- Initial Commit
0.30 - Commit UI
- Designed The General UI
- Imeplemented Camera Picker Tool
0.60 - Commit Implement CoreML
- Imeplemented a CoreML request that converts an image to a ciimage, which it then feeds to the Inception model
1.00 - Commit Complete
- Transfered results into a 10 item array list
- Added DataTableViewCell that displays the guess and the confidence of that guess for each item in the array list
- Cleaned UI