Kushal997-das / Project-Guidance

:octocat:🌟 The Ultimate resources for beginner to advanced level projects all in one place πŸ’» πŸŽ―πŸš€
https://project-guidance-blush.vercel.app/
MIT License
507 stars 365 forks source link

Title: Object Detection Andrioid app #1447

Open spandana2004 opened 2 hours ago

spandana2004 commented 2 hours ago

Initiative (Required)

GSSoC 2024 Extd πŸš€

Is your feature request related to a problem? Please describe.

Creating an object detection app that uses the Ml algorithms to do the same.

Describe the solution you'd like.

To build an object detection app using Android's ML Kit, start by setting up Android Studio and adding ML Kit dependencies in your build.gradle. Use CameraX for capturing the camera feed and displaying it in a PreviewView. Configure the object detection by initializing ObjectDetectorOptions with desired settings (e.g., single/multiple object detection, classification). Capture frames using InputImage, and process them with ML Kit’s ObjectDetector to identify objects and their bounding boxes. Finally, overlay detection results on the camera feed using a custom Canvas view for visual feedback.

Add any other context or screenshots about the feature request here.

..

github-actions[bot] commented 2 hours ago

@spandana2004

It's great having you contribute to this project

Thanks for opening this Issue πŸ™Œ , Welcome to Project Guidance πŸ’– We will review everything and get back to you.
Make sure to give a star to this repo before making a fork! Thank you :)

SakiraAli1115 commented 2 hours ago

I am the mentor of this project. Hello @spandana2004 I appreciate your pull issue, Can you give screenshots and thank you for your contribute!!!

spandana2004 commented 2 hours ago

image

SakiraAli1115 commented 2 hours ago

Tell me where you can contribute? @Kushal997-das kindly assign this issue!!!

spandana2004 commented 2 hours ago

How to add ML Kit Object Detection and Tracking to Android app. How to use on-device object detection and tracking in ML Kit to detect objects in images. complete source code will be provided.