alext234 / weeds-id

Playground to experiment various machine learning models to classify weeds/not weeds plants based on images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground to experiment various machine learning models to class a plant picture as a weed or not.

Development

Docker images

  • For data processing
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
  • For tensorflow
alext234/tensorflow:latest-py3

About

Playground to experiment various machine learning models to classify weeds/not weeds plants based on images

License:Apache License 2.0


Languages

Language:Jupyter Notebook 95.3%Language:Python 4.7%