|
|
преди 4 дни | |
|---|---|---|
| .. | ||
| android | преди 1 седмица | |
| assets | преди 1 седмица | |
| ios | преди 1 седмица | |
| lib | преди 4 дни | |
| linux | преди 1 седмица | |
| macos | преди 1 седмица | |
| web | преди 1 седмица | |
| windows | преди 1 седмица | |
| .gitignore | преди 1 седмица | |
| .metadata | преди 1 седмица | |
| README.md | преди 4 дни | |
| analysis_options.yaml | преди 1 седмица | |
| pubspec.lock | преди 1 седмица | |
| pubspec.yaml | преди 1 седмица | |
A professional, high-performance Flutter application powered by the YOLO26 (January 2026) architecture. Designed for palm oil plantation managers, this app utilizes NMS-Free End-to-End detection for maximum efficiency in the field.
The Palm Oil Ripeness AI mobile app is a field-ready tool that automates Fresh Fruit Bunch (FFB) assessment. By leveraging YOLO26-Nano, the app achieves a 43% speed increase on mobile CPUs compared to previous generations, eliminating latency bottlenecks and providing instant, high-accuracy grading without internet connectivity.
ResolutionPreset.high for maximum detail.ApplicationDocumentsDirectory.# Navigate to the mobile project directory
cd palm_oil_mobile
# Fetch dependencies
flutter pub get
To take advantage of the YOLO26 performance gains, run in Release Mode:
flutter run --release
lib/services/ (Logic Layer)tflite_service.dart: An Isolate-based service handling YOLO26 NMS-Free inference. By removing the NMS step, the service reduces UI thread jank by up to 50% compared to legacy v8 models.assets/best.tflite: The YOLO26-Nano model (Natively NMS-Free).assets/labels.txt: Class definitions (Ripe, Unripe, Underripe, Overripe, Abnormal, Empty_Bunch).