- This event has passed.
7 PM – AI and Machine Learning – Gamas
December 17, 2025 @ 7:00 pm - 8:00 pm
Today We Did
- We continued on Single Digit Prediction project.
- We created 6 single digit images in sketch.io: 3 white background and 3 black background.
- We uploaded the 6 images to our kaggle project.
- We used the model to predict the images number.
- We exported “mnist_model.pkl” file to pycharm.
Homework
- In your Pycharm project create single_digit_prediction.py
- Copy codes from pet_breed_prediction.py into single_digit_prediction.py.
- Change the codes inside single_digit_prediction.py accordingly so it utilize “mnist_model.pkl”.
- Run streamlit in your Pycharm and test using images you created in sketch.io
- Find a new images dataset in Kaggle for your custom project. It could be anything cars, airplane, flowers, fruits. This will be dataset you are going to use for your custom project.