College navigation application that uses Google Gemini to process schedules, voices, and texts to provide users with efficient path planning to get around campus.
python -m venv venvvenv\Scripts\activatesource venv/bin/activatepip install -r requirements.txt- Run the Application Use uvicorn to start the FastAPI server:
cd backend
python -m uvicorn main:app --reload