Skip to content

A mobile application to track parkinson's disease progression by performing MOCA test.

Notifications You must be signed in to change notification settings

omkar-79/parkinson-app

Repository files navigation

Parkinson's Tracking System

A comprehensive medical tracking system for monitoring Parkinson's disease patients, featuring a web dashboard for doctors, real-time data processing, and secure data storage.

System Architecture

The system consists of several microservices:

  • Web Dashboard (web_app) - Next.js frontend for doctors
  • Backend API (backend) - FastAPI service handling authentication and data
  • Processing Service (processing) - ML-based analysis of patient data
  • Database (database) - PostgreSQL database with medical records
  • Nginx (nginx) - Reverse proxy for routing requests

Getting Started

Prerequisites

  • Docker and Docker Compose
  • Node.js 19+ (for local development)
  • Python 3.9+ (for local development)
  • PostgreSQL 13+ (for local development)

Installation

  1. Clone the repository:
git clone [email protected]:omkar-79/parkinson-app.git
cd parkinson-tracking-system
  1. Start the services using Docker Compose:
cd backend
docker-compose build
docker-compose up -d
  1. The following services will be available:

Development Setup

Web Dashboard

cd web_app
npm install
npm run dev

Features

  • Doctor Dashboard

    • Patient management
    • Real-time data visualization
    • Test results tracking
    • Secure authentication
  • Patient Data Processing

    • Clock Drawing Test (CDT) analysis
    • Speech processing
    • Movement analysis
    • Real-time scoring
  • Security

    • JWT-based authentication
    • Role-based access control
    • Encrypted data storage

API Documentation

The backend API documentation is available at:

Database Schema

The PostgreSQL database includes tables for:

  • Doctors
  • Patients
  • Test Records
  • Images

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Your Name - [email protected] Project Link: https://github.com/omkar-79/parkinson-app