Supporting senior patients through their exercise programs via an accessible AI voice assistant and summarizing key difficulties for their medical practitioner to help with.
For building a project that contributes to EDI (equity, diversity, and inclusion) and accessibility. See our Devpost here.
- ποΈββοΈ 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!
git clone git@github.com:mfdavies/mobility-mate-backend.git
git clone git@github.com:mfdavies/mobility-mate-frontend.git
cd mobility-mate-frontend
npm install
npm run dev
Open your browser and navigate to http://localhost:5173
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.
Please visit these repos for updated version of MobilityMate: