This is the codebase for the backend of drone image processing tool (app 2)
- API: Flask
- Database: mongodb
- Clone the repo
- Execute
./run.sh
run.sh
will create and configure both the frontend (https://github.com/precision-sustainable-ag/drone-image-manipulation) and the backend
- Create a python 3.9 virtual env
- Install the required libaries using requirements.txt (
pip install -r requirements.txt
) - Change
config.py
to match your local database credentials and flight data storage path - Get dev data from Jinam
- Copy flight data to your local flight data storage location
- Import the corresponding database entries to your database collection