-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
product detection.py #41
base: main
Are you sure you want to change the base?
Conversation
@Varsha-1605 check it |
@adityasingh-0803 show me it's demo. |
Implement YOLO Object Detection in Google Colab i have used this |
should i raise another pr |
@adityasingh-0803 why another pr if it's a part of this pr . Even you have not connected it with the database and the main application. |
@adityasingh-0803 if you have implemented it with yolo then what is the purpose of ur pr? |
sorry for that i am getting error in that so alternatively i have done with yolo |
@adityasingh-0803 If you have done with yolo then why you raise this pull request??? |
i thought for better first then got error |
@adityasingh-0803 so which works for this project raise that pull request and connect it to the database. |
Description
Added an AI-based product detection system using the Google Vision API. The system analyzes product images, classifies products into predefined labels, and provides confidence scores for each prediction.
Related Issue
Fixes #26
Motivation and Context
This change is required to enable accurate product detection and classification in an automated system. By leveraging AI, we can improve the speed and accuracy of product recognition, making it more reliable for use in applications like inventory management, e-commerce, etc.
How Has This Been Tested?
The code was tested by running it on various product images. The system successfully detected product labels and provided corresponding confidence scores. Testing was performed in a local environment with Google Cloud Vision API credentials configured.
Environment: Python 3.8, Google Cloud Vision API
Tests: Various product images (shoes, electronics, furniture) were used to ensure the system’s ability to classify and assign confidence correctly.
Types of changes
New feature (non-breaking change which adds functionality)
Checklist:
My code follows the code style of this project
I have updated the documentation accordingly
I have added tests to cover my changes
All new and existing tests passed
My changes generate no new warnings
I have checked my code and corrected any misspellings