Leaf shape detection using Convolutional Neural Networks (CNN) with Multi Layer Perceptron (MLP). Made with <3 with keras tensorflow.
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
pip install jupyterlab
jupyterlab
python webcam.py