Playground to experiment various machine learning models to classify weeds/not weeds plants based on images
Playground to experiment various machine learning models to class a plant picture as a weed or not.
docker run -p 8888:8888 -it -v $PWD:/weeds -w /weeds alext234/datascience:latest bash
Start jupyter notebook
jupyter notebook --allow-root --ip=0.0.0.0
alext234/tensorflow:latest-py3