Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truongnv-hut/aicandy_android_objectdetection_vrnthbny
Deploying Android application for object detection
https://github.com/truongnv-hut/aicandy_android_objectdetection_vrnthbny
aicandy android-application aritificial-intelligence computer-vision deep-learning deployment machine-learning object-detection
Last synced: about 2 months ago
JSON representation
Deploying Android application for object detection
- Host: GitHub
- URL: https://github.com/truongnv-hut/aicandy_android_objectdetection_vrnthbny
- Owner: TruongNV-hut
- Created: 2024-10-21T09:51:42.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:40:32.000Z (2 months ago)
- Last Synced: 2024-10-23T10:54:27.015Z (2 months ago)
- Topics: aicandy, android-application, aritificial-intelligence, computer-vision, deep-learning, deployment, machine-learning, object-detection
- Language: Java
- Homepage: https://aicandy.vn/
- Size: 25.1 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android application and Object detection
The source code in this repository is an Android application designed for object detection using the YOLO model. This basic application helps you understand how to implement AI models on Android devices. We hope it will support you on your journey to exploring artificial intelligence.## Object detection
Object detection is a computer vision technique in machine learning that involves identifying and locating objects within an image or video. Unlike image classification, which assigns a label to an entire image, object detection not only classifies objects but also draws bounding boxes around them to specify their exact locations. This task is crucial for applications like autonomous driving, surveillance, and image analysis, where understanding the context and position of objects is essential.## ❤️❤️❤️
```bash
If you find this project useful, please give it a star to show your support and help others discover it!
```## Getting Started
### Clone the Repository
To get started with this project, clone the repository using the following command:
```bash
git clone https://github.com/TruongNV-hut/AIcandy_Android_ObjectDetection_vrnthbny.git
```### Video Demo
Youtube: [https://www.youtube.com/@aicandyvn/videos](https://youtu.be/_GMqr4Fz-fk)### More Information
To learn more about this project, [see here](https://aicandy.vn/trien-khai-nhan-dien-doi-tuong-tren-thiet-bi-android-voi-yolo).To learn more about knowledge and real-world projects on Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL), visit the website [aicandy.vn](https://aicandy.vn/).
❤️❤️❤️