Giter Club home page Giter Club logo

tl-opencannabisdatabase's Introduction

Thank you Central State University Precision Ag for letting us use your grow rooms and hemp plants!

Redbull also is very dear to our hearts but sadly we are unsponsered :(

youtube tutorial https://www.youtube.com/watch?v=43b2YoLb2Io

Hello and Welcome."Whatever you do in life wont matter but its important you do it anyway" Ghandi apparently. Basically this is the starting point for making an opensource database for cannabis and hemp growing research. If you are trying to go through thousands of plants and images or are just trying to plan a greenhouse project this is where you should start. Basically I created a csv file as a base that anyone can add to. I am also encouraging anyone to upload pictures along with them. You can think of the CSV file as a grow journal. Currently writting this between classes and work, so I plan on adding features daily at discreation. The Goal is to have Open Source Prediction Tools for Plant Proccesing with A.I. in mind.


You will need the lastest version of Anaconda. you will need unity 2019.2.5f1 from the unity hub arcive. you will need Visual Studio 2017 and 2019.

Pc is the only build enviroment supported at the moment. but can be deployed to the following:

Linux: CentOS 7 (RedHat Enterprise Linux)
Linux: Ubuntu 12.04, 14.04, and 16.04
Linux: Raspbian "Jessie"
Mac OSX 10.11 and macOS 10.12+
Windows 10
Cloud9 IDE

you will need to pip install the following though it is included in the unity projects. just save your breath and have it installed first.

Python (tested with versions 2.7, 3.6, and 3.7)
    argparse
    cv2 (a.k.a. OpenCV; some functions require 3.0+, we recommend 3.3+. We install it via the PyPI package opencv-python)
    matplotlib (requires at least 1.5, works with 2+)
    numpy (requires at least 1.11)
    pandas
    python-dateutil
    scikit-image
    scikit-learn
    scipy
    plotnine
    setuptools
    pytest (only used for running tests)

Optional but recommended

conda (Anaconda or Miniconda)
git
Jupyter
spyder IDE
Rider IDE


then you will need to do the following

PyPI

To install from PyPI run the following in any type of virtual environment, as an administrator, or add the --user flag if needed.

pip install plantcv

Conda

To install using conda first install Anaconda or Miniconda if you have not already. If needed, add the following channels to your conda configuration.

conda config --add channels bioconda conda config --add channels conda-forge conda config --add channels defaults conda config --set channel_priority strict

Then create an environment and install PlantCV.

conda create -n plantcv plantcv

Or install PlantCV in your current environment.

conda install plantcv

Fellow Developers and not script kitties see here for Advanced documentation on the dependency. They are an amazing team. https://plantcv.readthedocs.io/en/stable/installation/

Next you will need to go to the following links and install IronPython and ironclad. its so we can use certain DLL files and pyd files. https://ironpython.net/download/ https://code.google.com/archive/p/ironclad/

Currently the Unity Project is still a work in progress, but their is a python interactive dashboard file that can read all the arduino data. I also uploaded the dataset i created in hopes people will add too it in real time. after all this is done, navigate and open the unity hub. Open the unity project and Bam edit and deploy to your hearts content.

tl-opencannabisdatabase's People

Contributors

danammeansbear avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.