Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.62 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.62 KB

Chefies Machine-Learning

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.

Contributors ✨

Thanks goes to these wonderful people 👀 :

yosia
yosia

💻
ten
ten

💻
hanif
hanif

💻

Dataset

Our dataset is open source and available on Roboflow, link below :

https://universe.roboflow.com/capstone-chefies/chefies

Exporting Model

You can export the model to any format you want. Here is how :

  1. Import
!pip install ultralytics
import ultralytics
  1. Export (read more)
!yolo export model=best.pt format=tflite

TFLite model is available on our releases.