Skip to content

A real-time object detection mobile application built with Flutter, integrating YOLOv12n on the COCO dataset via TensorFlow Lite for accurate, on-device detection with adjustable confidence thresholds.

Notifications You must be signed in to change notification settings

Poseidon1402/detecteo

Repository files navigation

Detecteo

Real-time object detection Flutter app powered by Ultralytics YOLO.

Screenshot

Requirements

  • Flutter SDK (Dart ^3.10.4)
  • Android Studio / Android SDK (for Android builds)
  • JDK 17 (required by the Android/Gradle toolchain)

Setup

  1. Install dependencies:
flutter pub get
  1. (Android) Make sure Java 17 is available.
  • Set JAVA_HOME to your JDK 17 folder
  • Ensure %JAVA_HOME%\\bin is in your PATH

Run

flutter run

Usage

  • Use the bottom sheet slider to adjust the confidence threshold.
  • Tap the camera switch button to swap between front/back cameras.

About

A real-time object detection mobile application built with Flutter, integrating YOLOv12n on the COCO dataset via TensorFlow Lite for accurate, on-device detection with adjustable confidence thresholds.

Topics

Resources

Stars

Watchers

Forks