Skip to content

Update README.md #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,18 @@
- [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
- 06/02/2024 - started an integrations directory, and the first one is Airtable + AutoGen
- 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
- 10/14/2024 - added jupyter notebooks for crewai_series, refining some of the code as well