You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a python script that takes an image as input and outputs some sort of classification for the image. This will involve either training your own model or finding a pre-trained ML model to use as the classifier. You don't need to reinvent the wheel for now - following a tutorial is perfectly fine (there are many such tutorials out there). This cat and dog breed classification tutorial might be a good one, but feel free to find your own. Please put your python script and any other associated files in the /ml folder in this repository. Please also include a README.md file in the /ml folder that gives a brief overview of how to run the classifier.
The text was updated successfully, but these errors were encountered:
Create a python script that takes an image as input and outputs some sort of classification for the image. This will involve either training your own model or finding a pre-trained ML model to use as the classifier. You don't need to reinvent the wheel for now - following a tutorial is perfectly fine (there are many such tutorials out there). This cat and dog breed classification tutorial might be a good one, but feel free to find your own. Please put your python script and any other associated files in the
/ml
folder in this repository. Please also include aREADME.md
file in the/ml
folder that gives a brief overview of how to run the classifier.The text was updated successfully, but these errors were encountered: