- A GEE account
- Python (v3.12.7) installed
makeutility installed- OpenAI API key
To keep dependencies isolated, create a virtual environment:
python3 -m venv venvOn Linux/MacOS:
source venv/bin/activateOn Windows:
venv\Scripts\activateWith the virtual environment activated, install the necessary packages:
pip install -r requirements.txtCopy the contents of the file named .env.example and past it into a newly file named .env. Add your OpenAI API key to the file.
Start the Server You can start the server by running:
make runThis will initialize the server and make it accessible as configured.