NeuroRogue/SIH26 ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack app for a hackathon project that predicts likely cash withdrawal locations from cybercrime complaints and shows them on a map in a clean command center style dashboard.
I want a React frontend with an interactive spatial map, simple filters, and a polished glassy look. It should let users view complaint hotspots, predicted withdrawal zones, and useful summary stats in a way that feels easy to use in a live demo.
Set up a Node and Express backend that talks to PostgreSQL with PostGIS for spatial queries and serves the data the frontend needs. Add a Python based ML service that can score complaints and find clusters using location data, then return predictions the app can display.
If it helps, look up current docs online for the libraries or frameworks you need. Please make the whole thing work end to end with local development and Docker for the database and services, and include whatever sample data or seed flow is needed so the app can be run quickly for a demo.
Are you gonna build this?
make sure you review the code using coderabbit