Skip to content

GeomPT/frontend

Repository files navigation

The Frontend for GeomPT

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.

App Screenshot

GeomPT Demonstration

Stack

  • Next.js
  • React
  • Tailwind CSS + shadcn

Project Structure

├─ 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 

Usage

  1. Clone the repository:

    git clone https://github.com/GeomPT/frontend.git
  2. Install the dependencies:

    npm install
  3. 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.

Contribution

  1. Clone the repository locally:

    git clone https://github.com/yourusername/geompt-frontend.git
  2. Install the project dependencies:

    npm install
  3. Run the frontend in development mode:

    npm run dev

Credit

  • Steven Zhang
  • Allen Liu
  • Sandro Gopal
  • Hector Astrom

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •