Skip to content

🤖🛠🗺 TRIDENT - Interactive Smart Maps Assistant

License

Notifications You must be signed in to change notification settings

yuiseki/TRIDENT

Repository files navigation

TRIDENT

TRIDENT, an Interactive Smart Maps Assistant.

What?

  • TRIDENT is an AI assistant that can interactively create Smart Maps
  • TRIDENT is based on OpenStreetMap data, specifically the Overpass API
  • TRIDENT generates Overpass API queries based on user interaction, makes requests to the Overpass API, and visualizes the results as a map

How to development

With Docker and docker compose

git clone git@github.com:yuiseki/TRIDENT.git
cd TRIDENT
cp .env.sample .env
# Edit `OPENAI_API_KEY` in the `.env` file
vim .env
# Start up TRIDENT
docker compose up

Without Docker

git clone git@github.com:yuiseki/TRIDENT.git
cd TRIDENT
# Edit `OPENAI_API_KEY` in the `.env` file
vim .env
npm ci
npm run dev

About

🤖🛠🗺 TRIDENT - Interactive Smart Maps Assistant

Resources

License

Stars

Watchers

Forks