Skip to content

Monitor endangered wildlife and assess potential threats using autonomous drones

Notifications You must be signed in to change notification settings

yanda-dy/EcoGuardian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoGuardian: LLM-Powered Wildlife Preservation Drones

See our DevPost writeup for more information.

Setup (Windows only)

  1. Install Unreal Engine and build AirSim.
  2. Setup the conda environment with
conda env create -f environment.yml
conda activate ecoguardian
  1. Get API keys for OpenAI and/or Claude.
  2. Download the AirSim zip file from Releases, and unzip the package.

Running

  1. Run the AirSim simulation as ./run.bat from the unzipped folder.
  2. Run python chatgpt_airsim.py or python manual_airsim.py from the conda environment.

See the AirSim docs for more in-depth API and settings information.

Demo