This app detects part of plants from photos using a Convolutional Neural Net (CNN).
A simple 5-Class ResNet-50 classifier.
python ./plants-parts-detector.py
The app can be run in Docker container.
Steps:
- Clone repository.
- Inside app directory run:
docker build -t plants-parts-detector .
- Run container:
docker run --name ppd -it --publish 5001:5000 plants-parts-detector