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 [email protected]:mfdavies/mobility-mate-backend.git
git clone [email protected]: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.