Hosted preview

The camera registry needs the database, and this deployment has none.

DrishtiNet runs offline on a single machine: PostgreSQL with PostGIS, Redis, MediaMTX, a Python analytics process and a service holding live alert connections open. None of that can run on serverless hosting, and the on-site evaluation has no internet — so the product was built to need neither.

This preview exists so the platform can be looked at without setting it up. The pages that need no data work; the ones that read the index say so, rather than returning an error and leaving you to guess.

To see it with data

git clone https://github.com/Het161/DrishtiNet
make setup && make infra && make migrate
make analytics-deps
npm run dev            # web on :3001

Screenshots of every screen with real data are in the repository README, alongside the measured latencies and the evidence behind them.