GeomPT is an AI-powered web platform for physical therapy providers to track and analyze patients' range of motion (ROM) over time. It helps address patient non-compliance and improves rehabilitation outcomes through data-driven insights and enhanced plan-of-care adherence.
- Next.js
- React
- Tailwind CSS + shadcn
├─ app
│ ├─ exercises # Page for exercises designed to improve ROM
│ ├─ progress # Assess/Progress page for tracking patient ROM over time
│ └─ live # Live camera feed for testing real-time ROM measurement
├─ components/ui # Shared UI components (e.g., live video frames, cards)
└─ public # Static assets
-
Clone the repository:
git clone https://github.com/GeomPT/frontend.git
-
Install the dependencies:
npm install
-
Run the frontend:
npm run dev
The frontend will be available at http://localhost:3000.
As users interact with the platform, the backend processes the data automatically as long as its running simultaneously.
-
Clone the repository locally:
git clone https://github.com/yourusername/geompt-frontend.git
-
Install the project dependencies:
npm install
-
Run the frontend in development mode:
npm run dev
- Steven Zhang
- Allen Liu
- Sandro Gopal
- Hector Astrom
