Skip to content

eversoluna/IntelliRoad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliRoad

IntelliRoad is a lightweight platform that shows how real-time road intelligence can be built using edge data, cloud processing, and verifiable integrity.

The app simulates collecting road observations from a mobile or in-vehicle device, extracts compact features instead of raw video, hashes them on-device, and sends them to a backend for validation and storage. Each observation can optionally be anchored on-chain to prove authenticity and prevent tampering, without exposing sensitive raw data.

IntelliRoad demonstrates how edge AI, async pipelines, and blockchain can work together to create scalable, privacy-aware, and trustworthy urban mapping systems.

Folders:

  • apps/frontend React + Vite
  • apps/backend Node.js + Express + SQLite
  • packages/contracts Hardhat + Solidity

Quickstart (Node 18+):

  1. npm install
  2. npm run dev (starts backend + frontend)
  3. (Optional) Deploy contract: npm run deploy:local

Local Deploy:

  • Backend default: http://localhost:4000
  • Frontend default: http://localhost:5173

About

Edge-to-cloud demo for road intelligence that hashes on-device features, verifies them in the backend, and anchors proofs on-chain for data integrity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors