diff --git a/README.md b/README.md index 1120d23..67222b7 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ - [x] Beginner Course - [ ] Intermediate Course - [ ] Advanced Course +- [ ] 4. Image Classifier Using AI and TensorFlow +Project Idea: Use machine learning to create an image classifier that can recognize different objects or categories (like cats vs. dogs). Start with basic neural networks and gradually introduce more complex concepts like convolutional neural networks (CNNs). + +Skills Learned: Python, TensorFlow, neural networks, image processing, and model evaluation. + +Video Series: "Build Your Own Image Classifier with TensorFlow", explaining how to load datasets, train the model, evaluate its accuracy, and make predictions. + ## Updates: - 05/03/2024 - added directory for frontend code saving and example .net code @@ -46,4 +53,4 @@ - 10/03/2024 - updated crewai with new crew examples, changed how they are created - 10/04/2024 - added crewai_create_a_crew and crewai_custom_tool - 10/10/2024 - added crewai_series with 6 days of crewai examples, will add 2 more as I continue the series -- 10/14/2024 - added jupyter notebooks for crewai_series, refining some of the code as well \ No newline at end of file +- 10/14/2024 - added jupyter notebooks for crewai_series, refining some of the code as well