Skip to content

Motivational voice assistant and exercise tracker for senior physiotherapy patients. πŸ† Diversity in Engineering Prize @ HackED 2024

Notifications You must be signed in to change notification settings

bhagya2002/mobility-mate

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MobilityMate

Supporting senior patients through their exercise programs via an accessible AI voice assistant and summarizing key difficulties for their medical practitioner to help with.

Screenshot (669) 1

Winner of the Diversity in Engineering Prize at HackED 2024 πŸŽ‰

For building a project that contributes to EDI (equity, diversity, and inclusion) and accessibility. See our Devpost here.

Screenshot (690)

Key Features

  • πŸ‹οΈβ€β™€οΈ Easy Exercise Tracking – Senior patients can quickly see their assigned exercises and chat with an AI assistant to report progress or discuss concerns.
  • πŸ‘©β€βš•οΈ Therapist Dashboard – Therapists have a comprehensive dashboard where they can assign personalized exercise routines to each patient.
  • πŸ“Š Quick Patient Summaries – Therapists can view summaries of patients' conversations with the MobilityMate AI to stay up-to-date on their condition before appointments.
  • πŸ”— Hassle-Free Login – Senior-friendly login with a simple email linkβ€”no passwords needed!

Installation

git clone git@github.com:mfdavies/mobility-mate-backend.git
git clone git@github.com:mfdavies/mobility-mate-frontend.git

Frontend (React/Vite)

cd mobility-mate-frontend
npm install
npm run dev

Open your browser and navigate to http://localhost:5173

Backend (Flask)

cd mobility-mate-backend
python3 -m venv venv
source venv/bin/activate
pip install -r server/requirements.txt
python3 server/src/main.py

Open your browser and navigate to http://localhost:5000 to verify that the backend is running.

NOTE: This repository is deprecated.

Please visit these repos for updated version of MobilityMate:

About

Motivational voice assistant and exercise tracker for senior physiotherapy patients. πŸ† Diversity in Engineering Prize @ HackED 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • Python 17.0%
  • CSS 2.7%
  • Other 0.9%