- This event has passed.
5:30 PM – AI / Machine Learning – Gamas
December 17, 2024 @ 5:30 pm - 6:30 pm
Today We Did
- We learned how to extract the accuracy of the prediction in pet breed model.
- We starting to create Pycharm project to push this new project into streamlit.
Homework
In the new TUE-530-PM-pet-breed-classifier project.
- modify server.py so it will work with this new project
- change is_cat(file_name) function with
extract_breed(file_name)
function. - change cat_vs_dog_model.pkl into pet_breed_model.pkl
- change the predict(uploaded_file) function with similar code of what we did in the Kaggle today.
- change is_cat(file_name) function with
- Once you do this, you can push to github and try to deploy to streamlit.