The repository contains documentation and tutorials for using the platform Data to Science which was created by Ben Hancock and Jinha Jung at Purdue University.
Data to Science has a python library Python library d2spy
Github Repository: https://github.com/gdslab/data-to-science
clone this repository
git clone https://github.com/jeffgillan/data_to_science.git
cd data_to_science
Create a new conda environment and install the software necessary for the code to run (d2s.py)
conda env create --file lettuce_detecto.yml
conda activate lettuce_detecto