

FitRep is a fitness app designed for beginners to ensure correct exercise form using Apple's Create ML to build a custom action classification model. The MVP focuses on bicep curls with real-time feedback.
I was responsible for integrating the machine learning model into the application and contributing to the development of the user interface.
As it was my first time working with computer vision, I found it technically quite challenging. I had to quickly learn about dataset collection, training custom models, and deploying them. After spending some time learning Apple's Create ML and experimenting with the Vision framework to better understand action classification, I was finally able to integrate the model with the camera.
iOS