A PyQt5-based GUI application for processing images of agricultural fields using the mcrops library.
Download the latest source code using git:
git clone git://github.com/raikel/mcrops.git
From the source directory, run the following command to install the requirements:
pip install requirements.txt
and start the application
python agfmap/app.py
To contribute to mcrops, first create an account on github. Once this is done, clone the agfmap repository on the computers where you want to work. Make your changes in your clone, push them to your github account, test them on several computers, and when you are happy with them, send a pull request to the main repository.