Skip to content

MichaelWuhu/LifeguardVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web app leveraging artificial intelligence to assist lifeguards in rapidly identifying potential drowning incidents and alerting emergency services before the situation escalates.

Built by Michael Wu (Lead), Jayden Nguyen (Backend), Brandon Tseng (Frontend), and Timothy Huang (Frontend) for the BroncoHacks 2025 24-Hour Hackathon.

Demo Video: https://youtu.be/mfYDPStKLiI.

🖼️ Preview

Landing Page Camera View

🔧 Dev Environment Setup

Frontend

  1. Navigate to the frontend directory
cd frontend
  1. Install node_modules
npm install
  1. Run the dev environment
npm run dev

Backend

  1. Navigate to the backend directory
cd backend
  1. Create a Virtual Environment

May need to use python3 depending on what version you have.

macOS/Linux
python -m venv venv
source venv/bin/activate
Windows (PowerShell)
python -m venv venv
.\venv\Scripts\Activate.ps1
  1. Run the backend
uvicorn main:app --reload
  1. If you need to exit the VENV
deactivate

About

BroncoHacks 2025 Hackathon Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors