Skip to content

This repository provides some applications of computer vision in plant images.

License

Notifications You must be signed in to change notification settings

bryanpiguave/ProduceCV

Repository files navigation

Produce Classifier

License: MIT example workflow

The purpose of this repository is to create model to classifier plants and fruits using Tensorflow

My idea is to use computer vision models to identify fruits and provide nutritional information.

produce

Setup

To get started, make sure to install all the necessary dependencies and packages listed in the provided YAML file.

conda env create -f env.yaml

You can also use pip to create the environment

python -m venv venv 
source venv/bin/activate (Linux) / venv\Scripts\Activate.ps1 (Windows)
pip install -r requirements.txt

Dataset

The dataset is publicly available in Kaggle and it has been extended using a fruit dataset

Model

Due to computational limitations, the train model will be trained with 3 classes: bananas,coconuts, and aloevera. Here's a table of the models I've experimented with, along with their respective accuracy:

Model Accuracy Classes
MobileNet V2 80% bananas,coconuts, and aloevera

Usage

The demo can be used

python -m streamlit run app.py

Author

Bryan Piguave Email: [email protected] LinkedIn: Bryan Piguave

About

This repository provides some applications of computer vision in plant images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published