ultralytics / hub

Ultralytics HUB tutorials and support
https://hub.ultralytics.com
GNU Affero General Public License v3.0
107 stars 11 forks source link

Automatic supermarket billing system #658

Closed nutthapoltutc closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

👋 Hello @nutthapoltutc, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:

If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix.

If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.

We try to respond to all issues as promptly as possible. Thank you for your patience!

pderrenger commented 2 weeks ago

Hello! 😊

For an automatic supermarket billing system using Ultralytics, you'll want to start by custom training a model on your specific supermarket items. Utilize the YOLOv5 model for this task due to its efficiency and accuracy. After training, integrate the model into your billing system to detect and identify items. The process involves capturing images of products, running them through the detection model to recognize and classify the items, and then compiling the identified items into a bill.

For comprehensive guidelines on training and deploying your models, our documentation at https://docs.ultralytics.com/hub is a great resource.

Happy coding, and if you have any more questions, feel free to reach out!