This repository presents a custom object detection solution using YOLOv8 and UltralyticsPlus, along with deployment on Hugging Face.
- Install the necessary tools using "Anaconda".
- Create a virtual environment.
- Gather the dataset for training.
- Annotate the collected images.
- Set up YOLOv8 (UltralyticsPlus).
- Train the model.
- Evaluate and test the trained model.
- Deploy the model on Hugging Face.
This project utilizes a combination of open source and proprietary tools to achieve its objectives:
- Git - Version control and collaboration.
- Anaconda - Environment management.
- Simple Image Download - Image collection.
- LabelImg - Dataset annotation.
- Ultralyticsplus - for yolov8 and easy deployment on huggingface
- Hugging Face - Model deployment.
For training and evaluation details, refer to the Training folder. To understand the deployment process on Hugging Face, check out the Hugging Face folder.
MIT License
Free Software, Hell Yeah!