
- This event has passed.
6 PM – AI and Machine Learning – Gamas
January 10 @ 6:00 pm - 7:00 pm
Today We Did
- We continued with Pet Breed Prediction kaggle project.
Homework
- In your pet_breed_prediction kaggle project
- Run the code that would force the fastai library to be version = 2.7.19. This would take about 10 to 15 mins
- Run the top code which will reveal fastai library version. Once you confirmed that it is 2.7.19. Run all codes from top to bottom until you export the pet_breed_model.pkl
- Download the pet_breed_model.pkl and copy to your pycharm project.
- In your pycharm
- create a new python file pet_breed_prediction.py
- Make a streamlit page that can predict pet breed. Follow example in streamlit_tutorial.py
- To run streamlit
- Open Terminal
- “streamlit run <python file name>”