vide demo : https://youtu.be/DylX5KPtOJs
An AI-powered platform that explores historical, geographical scenarios questions through interactive forecasting across multiple routes, regions.
-
Interactive world map with geograhical events
-
AI forecasting agent for scenario exploration
-
Real-time streaming responses
-
Map navigation and event highlighting
- Select a point region to launch the blue marker, click the blue marker again to see the card then select route/ point
- Can also mark two regions at once an f find the history of the route or each point
- Explore the AI's timeline-based analysis
- View geographic impacts on the interactive map
- Next.js 15 with App Router
- TypeScript
- Tailwind CSS
- Leaflet + OpenStreetMap
- Vercel AI SDK + OpenAI
- React Leaflet
-
Clone the repository
-
Install dependencies:
npm install
-
Create
.env.localand add your OpenAI API key:OPENAI_API_KEY=your_openai_api_key OPENAI_MODEL=gpt-4o OPIK_API_KEY=
npm run devOpen http://localhost:3000 in your browser.
Open source for educational purposes.