Corn Yield App is a python script that estimates the kernel count of an ear of corn in an image using machine learning technology.
- Python version 3.6
- Pip3
It is suggested to install this project under a virtual environment to avoid conflicts with pre-existing global dependencies. There are instructions on how to do so on the Python docs
After cloning the repository, download the project dependencies with:
pip3 install -r requirements.txt
Lastly, copy the text inside "sample_config.json" into a file called "config.json" located at the root of the project. The values inside "config.json" will need to be changed to fit your computer.