Contributor
SimoneSantin

AI components for Android and iOS


Mentors
Evan Patton
Organization
MIT App Inventor
Technologies
java, swift
Topics
machine learning, mobile development
The main point is to create an abstract class in both Swift and Java, shared among all AI components, which will contain all the necessary functions for such components. This abstract class will then be inherited by the ImageClassifier and AudioClassifier classes, allowing them to perform correct classification, especially thanks to asynchronous operations, utilizing AsyncTask in Java and GCD in Swift, respectively.