Image Classification without Extension

LookExtension is a very useful extension to classify objects. However, the accuracy is not so good, because the model used in this extension is small in size. If you want to change the model, the extension must be rebuilt which is not easy for most users. In addition, the MIT App Inventor Gallery does not accept Apps with extensions. To solve this problem, we have developed a method for image classification using machine learning models by simply using a web page that contains JavaScript to be used in the browser.

We made a simple App utilizing this method with the MobileNet model for TensowFlow.js.

Source code of the App is available at the App Inventor Gallery.
Yes. This app is published to the Gallery because this is not using an extension.

Find a tutorial of this App on our website

3 Likes