Submitted by AutoModerator t3_xznpoh in MachineLearning
whydontigetbetter01 t1_isc8q3e wrote
Are there any constraints on developing ML projects regarding the platform? Me and my friends want to develop a mobile app both in IOS & Android that is basically a yoga app where it checks your form/posture on camera while you are doing the yoga poses and give feedback regarding to your form. We don't know much about ML, we are going to learn through it as we have time, we will train our own model.
Is there something we should take into consideration? We thought we can implement it on Flutter in order to deploy it on both IOS and Android but we are not sure, is that doable? Training your own model then doing a mobile app with flutter using the trained model. We are trying to declare stuff like these before starting on implementation but we have no clue if we have any constraints. Can anyone help us?
ThrowThisShitAway10 t1_isds7hu wrote
https://developers.google.com/ml-kit/vision/pose-detection
this is exactly what you need
whydontigetbetter01 t1_isdvowf wrote
this won’t be enough for what we are planning to aicheve hence we’ll train a model.
regardless, I was wondering whether development language/ide is important for doing such a thin
Independent-Till7157 t1_isljty0 wrote
Probably you can find some of answers in this book https://books.google.pl/books/about/Practical_Artificial_Intelligence_with_S.html?id=BJu4DwAAQBAJ&printsec=frontcover&source=kp_read_button&hl=en&redir_esc=y I’m in reading process so I can not tell you directly
itsyourboiirow t1_iskqzyh wrote
I don’t know what flutter is. But PyTorch has methods that will optimize a model for mobile devices and make it GPU compatible for both iOS and Android.
Viewing a single comment thread. View all comments