PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 17, 20260 citationsOpen Access

CNAV: AI-Assisted Campus Navigation System and Resource Finding

View Full Paper
DSD. SricharanDDD.S. Sai DarahasMSM. Sharanya

Key Points

  • The aim is to develop an AI-Assisted Campus Navigation System to improve navigation in complex academic buildings.
  • Developed CNAV, using PostgreSQL to model the campus as a weighted graph.
  • Implemented Dijkstra's algorithm in Go for route optimization across floors.
  • Created a React/TypeScript frontend for user interaction and an admin panel for floor plan management.
  • CNAV effectively navigates users across campus, reducing navigation errors.
  • The system allows for dynamic updates to floor plans by staff, enhancing usability.
  • Future plans include integrating AI for natural language interactions and automated room detection.

Abstract

Anyone who has wandered through an unfamiliar academic building knows the frustration — wrong floor, wrong wing, late for class. What a pain. Large engineering campuses make this problem significantly more troublesome, and almost every institution still haven’t found a good digital solution for it. Introducing CNAV, an AI-Assisted Campus Navigation System we built for College campuses to tackle exactly this challenge. CNAV paints the campus as a weighted graph in PostgreSQL, where nodes are locations and edges carry traversal distances. Dijkstra’s algorithm, which is running on Go, figures out the best possible routes across floors and picks the fastest route to the destination. Users interact with a React/TypeScript frontend that renders floor plans, draws path overlays, supports fuzzy room search, and walks users through directions step by step. On the admin side, a JWT-authenticated panel lets campus staff annotate floor plans visually by dropping nodes, drawing connections, uploading new images, all without touching the database directly. The paper walks through our motivation, the technical choices we made, how everything fits together, and where we plan to take it next, including an AI natural language interface and automated room detection via computer vision.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Sricharan et al. (2026) studied this question.

synapsesocial.com/papers/6a095c5d7880e6d24efe268bhttps://doi.org/10.5281/zenodo.20201865
Ask AI
Helpful
Bookmark
Share
View Full Paper