A service to detect if a given image of palm is ripe or not. A R&D initiated for Swopt
|
|
4 gün önce | |
|---|---|---|
| .gitignore | 4 gün önce | |
| README.md | 4 gün önce |
A server-side application for identifying the ripeness of palm oil fruits using computer vision.
This project provides a recognition service for palm oil fruit ripeness. It is designed to assist in the automation of the harvesting process by providing accurate assessment of fruit maturity.
Clone the repository:
git clone <repository-url>
cd palm-oil-ai
powershell
python -m venv venv
.\venv\Scripts\Activate.ps1
Install dependencies:
pip install -r requirements.txt
(Note: Ensure requirements.txt is created/updated as the project develops)
To start the recognition service:
# Assuming a FastAPI/Uvicorn setup (common for such services)
uvicorn main:app --reload
This project uses the YOLOv8 dataset format for training and evaluation:
oil palm ripeness.v5-roboflow-instant-2--eval-.yolov8[License Type] - See LICENSE file for details.