Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 739 Bytes


Pharm-Drone

Pharm-Drone is a Python utility that allows you to locate flowers in an image. It is particularly useful for processing drone imagery in order to create maps of flower locations.

Installation

Pharm-Drone requires Python 3 installed on your machine. If this is the case, you can install Pharm-Drone by opening a shell and running the following:

git clone https://github.com/The-Natural-Product-Laboratory/pharm-drone.git
cd pharm-drone
pip install -e .

To verify that everything is working properly, you can run pharm-drone --help in any shell, and you should be greeted with a help instructions for this utility.