« All Events
12 PM – AI and ML – Gamas
July 20 @ 12:00 pm - 1:00 pm
Today We Did
- We learned more how to utilize Fast.AI prediction result object by getting the accuracy as well investigating other breed accuracy value.
- We learned how to iterate the input data inside Kaggle and do random image prediction.
Homework
- Research what does enumerate means in python.
- Modify extract_breed function to return CAT or DOG prefix.
- For example, DOG – Bengal, CAT – Perssian, DOG – Chihuahua
- Deploy this CAT and DOG classifier into streamlit
- Export the PKL file
- Create Pycharm project, look at your previous Pycharm project for Cat and Dog prediction project.
- Run streamlit locally.