Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 476 Bytes

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

Development

Minimum Requirements

  • Node.js
  • npm
  • ollama
make setup_ollama
make setup
npm ci
npm test