Skip to content

Leaf shape detection using Convolutional Neural Networks (CNN) with Multi Layer Perceptron (MLP). Made with <3 with keras tensorflow.

Notifications You must be signed in to change notification settings

lombokai/leaf-shape-detection

Repository files navigation

leaf-shape-detection

Leaf shape detection using Convolutional Neural Networks (CNN) with Multi Layer Perceptron (MLP). Made with <3 with keras tensorflow.

instalation

create pip envirotment

sudo apt-get install python-virtualenv

clone the repos git clone https://github.com/nullphantom/leaf-shape-detection.git

cd leaf-shape-detection

virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

install jupyter-lab

pip install jupyterlab

start jupyterlab

jupyterlab

using realtime detection with webcam

python webcam.py

About

Leaf shape detection using Convolutional Neural Networks (CNN) with Multi Layer Perceptron (MLP). Made with <3 with keras tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published