- A GEE account
- Python (v3.12.7) installed
make
utility installed- OpenAI API key
To keep dependencies isolated, create a virtual environment:
python3 -m venv venv
On Linux/MacOS:
source venv/bin/activate
On Windows:
venv\Scripts\activate
With the virtual environment activated, install the necessary packages:
pip install -r requirements.txt
Copy 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 run
This will initialize the server and make it accessible as configured.