AI-powered supply chain disruption analysis. Upload a CSV of commodity production or logistics data and get a structured risk assessment with interactive dashboards.
This project was built for the Visiago Hackathon.
- Upload a CSV of supply chain data on the landing page
- The backend sends it to an LLM (Ollama or OpenAI) for structured disruption analysis
- Results are cached and served to a dynamic React dashboard
See SETUP.md for installation and running instructions.
The frontend (React + Vite) and backend (FastAPI + Python) run separately — see the setup guide for details on each.
| Frontend | React 18, TypeScript, Vite, TanStack Query, Recharts, Shadcn UI, Tailwind CSS |
| Backend | Python, FastAPI, httpx, Ollama / OpenAI |