A simple iOS app that using Core ML and Vision.
- Object Detection: In this section, app detects objects and predicts it using YOLOv3Tiny ML model.
- Text Detection: In this section, app detects texts by built in iOS library, Vision.
Please also download YOLOv3Tiny after clone this repo and add it to project and enjoy!