Skip to content

AOSSIE-Org/NeuroTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neurotrack

Neurotrack is an innovative platform that leverages artificial intelligence to support the detection, assessment, and management of neurodevelopmental conditions including Autism Spectrum Disorder (ASD), Attention Deficit Hyperactivity Disorder (ADHD), and various learning difficulties. The platform connects patients/clients with qualified therapists through two dedicated applications, streamlining the assessment, consultation, and therapy management process.

https://www.figma.com/design/bqKZn8UnfkyLbxaaWzSKtp/neurotrack?node-id=0-1&t=ipx4aQhq1BGIXsTb-1

Core Purpose

Neurotrack aims to:

  • Automate preliminary screening assessments for neurodevelopmental conditions
  • Connect individuals with qualified therapists based on assessment results
  • Facilitate personalized education and therapy plans
  • Track therapy progress using data-driven approaches
  • Empower patients/caregivers to actively participate in the therapy process

Tech Stack

  • Flutter (for both the Apps)
  • Supabase (for backend)

Neurotrack Project Setup

This README provides instructions for setting up and running the Neurotrack patient and therapist apps, as well as configuring Supabase.

Patient App Setup

Navigate to the patient app directory:

cd patient

Install dependencies:

flutter pub get

Run the app:

flutter run

Therapist App Setup

Navigate to the therapist app directory:

cd therapist

Install dependencies:

flutter pub get

Run the app:

flutter run

Supabase and Google Cloud Console Setup Guide

Follow these steps to set up Supabase and Google Cloud Console for authentication.


1. Supabase Setup

Step 1: Sign Up & Create a Project

  • Go to Supabase, sign up/log in, and create a New Project.
  • Set a Project Name and Database Password (store it securely).

Step 2: Retrieve API Keys

  • In Project Settings > API, find:
    • SUPABASE_URL (Project URL)
    • SUPABASE_ANON_KEY (use the anon public key)

2. Google Cloud Console Setup

Step 1: Sign Up & Create a Project

Step 2: Enable Google OAuth

  1. Go to APIs & Services > Credentials > + CREATE CREDENTIALS > OAuth Client ID.
  2. Configure OAuth Consent Screen (set App Name, Email, and add scopes: email, profile, openid).
  3. Choose Web Application, and under:
    • Authorized JavaScript Origins, enter your Supabase URL.

      https://your-project-id.supabase.co
      
    • Authorized Redirect URIs, add:

      https://your-project-id.supabase.co/auth/v1/callback
      
  4. Click Create to get the Client ID and Client Secret.
  5. Go to OAuth Consent Screen > Test Users and add your email.

Note: Replace your-project-id with your project id from Supabase: Project Settings (Left panel) -> Project Id


3. Connect Supabase & Google OAuth

  • In Supabase Dashboard > Authentication > Providers, enable Google.
  • Enter Client ID and Client Secret from Google Cloud Console.
  • Click Save.

4. Environment Variables Setup

Create a .env file in your project root and add:

# Supabase Credentials
SUPABASE_URL=your_project_url
SUPABASE_ANON_KEY=your_anon_key

# Google OAuth Credentials
GOOGLE_WEB_CLIENT_ID=your_web_client_id
GOOGLE_SECRET_KEY=your_secret_key

Replace placeholders with actual values from Supabase and Google Cloud Console.


5. Testing the Setup

  • Start your app and test Google authentication.
  • Check Supabase > Authentication > Users to verify logins.

Patient Application Flow

Authentication & Onboarding

  • Users can sign up/sign in via Google/Apple authentication
  • New users complete a profile setup specifying:
    • Whether they're accessing for themselves (18+) or as a caregiver for a child
    • Basic demographic information
    • Any existing diagnoses or concerns

Assessment Process

  • Users select from multiple evidence-based assessment options tailored to different conditions (ASD, ADHD, etc.)
  • Assessments include interactive questionnaires, possibly video recording of behaviors (optional)
  • AI analyzes responses against established clinical baselines
  • Results are presented with:
    • Likelihood indicators for various conditions
    • Severity assessment where applicable
    • Clear disclaimer that results are preliminary and not diagnostic
    • Recommendation on whether professional consultation is advisable

Consultation Connection

  • If professional consultation is recommended, users can:
    • View profiles of available therapists with relevant specializations
    • Request consultation appointments
    • Share assessment results directly with selected therapists

Therapy Management

  • After consultation and formal onboarding by a therapist:
    • View personalized therapy plan
    • Access scheduled therapy sessions (in-person or telehealth)
    • Review session outcomes and progress reports
    • Schedule new therapy sessions

Daily Activities Dashboard

  • Access daily prescribed activities assigned by therapist
  • Mark activities as completed
  • Record observations or difficulties during activities
  • View progress charts and achievement tracking
  • Receive reminders for pending activities

Therapist Application Flow

Authentication & Verification

  • Professional sign up with credential verification
    • License information
    • Specialization details
    • Professional certifications
    • Background verification
  • Admin approval process before full platform access

Patient Management

  • Dashboard showing:
    • New assessment results and consultation requests
    • Current patient roster
    • Upcoming appointments
    • Pending reviews of therapy outcomes

Assessment Review

  • Review detailed assessment results from potential clients
  • Accept or refer consultation requests
  • Schedule initial consultations

Client Onboarding

  • After consultation, formal onboarding process:
    • Create personalized therapy plans
    • Set therapy goals and milestones
    • Schedule initial therapy sessions
    • Assign preliminary daily activities

Therapy Session Management

  • Schedule and manage therapy sessions
  • Record detailed session outcomes including:
    • Goals addressed
    • Progress made
    • Techniques used
    • Observations
    • Next steps

Daily Activity Assignment

  • Create customized daily activities for each client
  • Set duration and frequency
  • Monitor completion rates and reported difficulties
  • Adjust activities based on progress and feedback

Progress Reporting

  • Generate detailed progress reports
  • Track long-term development across key domains
  • Visualize improvement trends
  • Document milestone achievements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published