This application allows users to visualize graph networks in the browser and interact with them via a chat interface powered by OpenAI GPT. Built with Vue 3 and Vuetify, it provides a simple interface to load and explore graph data, ask natural language questions, and receive AI-generated insights.
This app was developed for the AECtech Barcelona workshop 2025.
- ⚙️ Vue 3 + Vuetify
- 📊 3D Graph visualization (3d-force-graph)
- 💬 Chat interface powered by OpenAI
⚠️ You’ll need an OpenAI account to get your key.
Create a .env` file in the root of the project with: VITE_OPENAI_API_KEY=sk-xxxxx-your-key-here
npm i
npm run dev