Skip to content

prachipatil7/tartanhacks-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tartanhacks-2025

Passenger Princess

Conversational, LLM-based navigational tool prototype for dynamic route navigations and customized personality navigational support.

alt text

After set-up below, enter location and click start route. The AI assistant will provide driving instructions with navigational landmarks if needed. While navigating, verbally request AI assistant for remaining duration or dynamic route changes, like adding stops.

backend setup (from root)

package manager - uv (pip install uv) -- https://github.com/astral-sh/uv python version - 3.11.11

cd backend

uv venv --python 3.11.11

source .venv/bin/activate (Mac)
.venv/Scripts/activate (Windows)

uv pip install -r requirements.txt

frontend setup (from root)

cd frontend
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors