0% found this document useful (0 votes)
33 views12 pages

AIBot With Scratch 10

The document discusses using Teachable Machine to create your own image classification model and then modifying an object classification Scratch program to use the new model to classify objects using AIBot's camera. Learners will make sample images of objects to train their model, export it, and paste the model URL into the Scratch program to classify objects with their own trained model.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views12 pages

AIBot With Scratch 10

The document discusses using Teachable Machine to create your own image classification model and then modifying an object classification Scratch program to use the new model to classify objects using AIBot's camera. Learners will make sample images of objects to train their model, export it, and paste the model URL into the Scratch program to classify objects with their own trained model.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

SW·AI Educational Contents with AIBot

[10] Make Your Own ‘Object Classification’


AIBot with Scratch
[10] Make Your Own ‘Object Classification’
[01] AIBot과 친해지기

Learning Goal

A.I model training - image

✓ Using ‘Teachable Machine’, train a model using images taken with


an IBot and make your own model for object classification.

✓ Let's modify the ‘object classification program’ from <lesson 9>


and make ‘your own object classification program’ based on the
above training model.
1. Preview 00
1 7
4

Mission Make your own object classification model and classify objects.

[1] Create your own image classification model in Teachable Machine's Image project.

[2] Make ‘your own object classification’ program by modifying the ‘A.I object classification’ from <lesson 9>.

[3] When IBot's camera recognizes an object, ABot classifies the object based on your own A.I training model.

■ learning template : [aibotscratch109]AIObjectClassification.sb3


■ completed program : [aibotscratch110]YourOwnObjectClassification.sb3

www.jinirobot.com 3
2. Make Your Own Training Model with a Teachable Machine 10 047

1) Access the Teachable Machine website 2) Click ‘Image Project’

✓ Search for “teachable machine” on Google ✓ Select ‘Standard image model’


✓ Or enter the address directly in address bar
( https://teachablemachine.withgoogle.com/ )

www.jinirobot.com 4
2. Make Your Own Training Model with a Teachable Machine 10 047

3) Enter the name of the object you want to learn.

✓ Pick two objects of appropriate size and enter the name of your own object in the class.
✓ Add 'none’ through [Add a Class] because sometimes there are no objects to recognize.

Enter the first object


name you want

Enter the second object


name you want

Enter ‘none’

www.jinirobot.com 5
2. Make Your Own Training Model with a Teachable Machine 10 047

4) Make or add some samples

✓ Select [Webcam] and press [Hold to Record] for each class to make image samples.
✓ Take pictures of the object from various angles and make about 20 image samples each.

1
4
3

www.jinirobot.com 6
2. Make Your Own Training Model with a Teachable Machine 10 047

5) Train Model 6) Export model after checking training results

www.jinirobot.com 7
2. Make Your Own Training Model with a Teachable Machine 10 047

7) Upload A.I training model

✓ Upload the A.I model. Then copy and save your shareable link address.

※ The copied link will be used in Scratch, so be sure to copy it to a notepad, etc.

www.jinirobot.com 8
3. Remake : Classify objects with your own model 00
1 7
4

Step.1 Edit the model URL.

✓ Change the link to your own image model URL made through Teachable Machine.

www.jinirobot.com 9
3. Remake : Classify objects with your own model 00
1 7
4

Step.2 Edit image labels with your own model class name. (1)

www.jinirobot.com 10
3. Remake : Classify objects with your own model 00
1 7
4

Step.2 Edit image labels with your own model class name. (2)
4

3
5

www.jinirobot.com 11
Mission
Convergence project of robots and artificial intelligence

Mission 1 Check whether the A.I model you made is working well.

Mission 2 Create your own A.I model and classify object using another object

You might also like