YOLOv8 and TFLite model that supports object detection of 5 Classes (Banana, Egg, Garlic, Shallot, Tomato). This is being made as a requirement to complete the Bangkit capstone project.
Thanks goes to these wonderful people 👀 :
yosia 💻 |
ten 💻 |
hanif 💻 |
Our dataset is open source and available on Roboflow, link below :
https://universe.roboflow.com/capstone-chefies/chefies
You can export the model to any format you want. Here is how :
- Import
!pip install ultralytics
import ultralytics
- Export (read more)
!yolo export model=best.pt format=tflite
TFLite model is available on our releases.