PRACTICAL FILE
IMAGE CLASSIFICATION USING GOOGLE TEACHABLE MACHINE
Software/Platform Used:
• Google Teachable Machine
• Web Browser with Internet Connection
Subject: Artificial Intelligence / Computer Science
INTRODUCTION TO TEACHABLE MACHINE
Google Teachable Machine is a web-based tool developed by Google that allows users to
create machine learning models without programming. It helps computers learn to
recognize images, sounds, and poses.
OBJECTIVE OF IMAGE CLASSIFICATION
• Understand Artificial Intelligence and Machine Learning.
• Create an image classification model.
• Train a computer to recognize different categories of images.
• Test the model using new images.
STEPS TO CREATE AN IMAGE CLASSIFICATION PROJECT
1. Open Google Teachable Machine.
2. Select Image Project.
3. Choose Standard Image Model.
4. Create classes.
5. Upload images for each class.
6. Train the model.
7. Test using new images and observe results.
CREATED IMAGE CLASSES
Class 1: Cat
Images of cats uploaded.
Class 2: Dog
Images of dogs uploaded.
Class 3: Bird
Images of birds uploaded.
DATASET IMAGES
Paste screenshot of dataset images here.
TRAINING PROCESS
Images were uploaded and the model was trained. The AI learned features of each class.
Paste screenshot of training process here.
TESTING AND PREDICTION OUTPUT
Test images were provided after training.
Example results:
Cat Image → Cat (Correct)
Dog Image → Dog (Correct)
Bird Image → Bird (Correct)
Paste screenshot of prediction output here.
APPLICATIONS OF IMAGE CLASSIFICATION
• Face recognition systems
• Medical image analysis
• Self-driving cars
• Security systems
• Animal and plant identification
• Industrial quality checking
CONCLUSION
Google Teachable Machine helps understand Artificial Intelligence and Machine Learning.
This practical demonstrated how computers can learn to classify images after training.