Adding training data from AppInventor

35 views
Skip to first unread message

Gabriela Acuña

unread,
May 25, 2024, 3:58:37 PM5/25/24
to Machine Learning for Kids
Hi!, 

Working on an app with a technovation girls team and wanted to send new text data for training a model. Here are the blocks we are using:

Screenshot 2024-05-24 210046.png
I don't see the new examples added to the project. When I add text that the model hasn't seen before and test it there are no changes in the predictions.
The new training is triggered but not the new examples.

Thanks in advance!

Dale Lane

unread,
May 25, 2024, 4:04:49 PM5/25/24
to Machine Learning for Kids
When you create a project, you decide whether to store it in the cloud, or in your web browser.

If you store your project in your web browser, the training data is stored in your browser’s local storage using a technology called IndexedDB.

App Inventor running on your Android device cannot directly access your web browser, and cannot access the IndexedDB internal storage of your web browser.

This means that if you want to be able to update training data from App Inventor, you need to store your project in the cloud. 
Reply all
Reply to author
Forward
0 new messages