项目作者: alext234

项目描述 :
Playground to experiment various machine learning models to classify weeds/not weeds plants based on images
高级语言: Jupyter Notebook
项目地址: git://github.com/alext234/weeds-id.git
创建时间: 2020-04-05T11:32:15Z
项目社区:https://github.com/alext234/weeds-id

开源协议:Apache License 2.0

下载


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

Development

Docker images

  • For data processing
  1. docker run -p 8888:8888 -it -v $PWD:/weeds -w /weeds alext234/datascience:latest bash

Start jupyter notebook

  1. jupyter notebook --allow-root --ip=0.0.0.0
  • For tensorflow
  1. alext234/tensorflow:latest-py3