Skip to content

Latest commit

ย 

History

History
66 lines (52 loc) ยท 2.83 KB

File metadata and controls

66 lines (52 loc) ยท 2.83 KB

๐Ÿง  NeuroByte - Early Detection and AI driven approach for detection of ADHD & Autism & Gamified approach towards Recovery

๐ŸŒŸ How It Helps ?!

Early detection of ADHD and autism is crucial to ensuring timely interventions that improve quality of life. Traditional methods are often slow and subjective, leaving individuals without proper support. NeuroByte is here to change that through AI-powered early detection and gamified recovery strategies that make the process effective and engaging.

๐Ÿš€ Our Game-Changing Solution

We introduce an AI-driven, multi-layered detection and recovery system that combines deep learning with interactive engagement:

๐Ÿ”Ž How It Works?

โœ… Step 1: Early Symptom Analyzer โ€“ Users input symptoms, and AI detects patterns. โœ… Step 2: MRI-Based AI Detection โ€“ If risk is detected, deep learning models analyze MRI scans for ADHD. โœ… Step 3: Gaze Behavior Analysis โ€“ AI tracks gaze patterns for autism screening. โœ… Step 4: Gamified Recovery โ€“ AI-powered cognitive training, mindfulness(through guided meditation sessions), memory puzzles for engagement and well-being. โœ… Step 5: 5-Point Early Detection Scale โ€“ Classifies risk levels, ensuring high accuracy.

๐ŸŽฏ Why This is Revolutionary

โœจ Fast & Reliable Early Diagnosis โ€“ AI-driven pattern recognition significantly reduces delays in diagnosis. โœจ Gamification of Recovery โ€“ Interactive brain-training games and stress management techniques make therapy engaging. โœจ AI-Driven Precision โ€“ Advanced neural networks ensure more accurate predictions using MRI & gaze behavior analysis...these accuracy values can fuurther be improved in the future by finetuning the model on a wider scale

๐ŸŽฎ Gamified Recovery

We believe healing should be engaging! NeuroByte includes:

  • ๐Ÿงฉ Personalized Brain-Training Games tailored for ADHD & autism support.
  • ๐Ÿง˜โ€โ™‚๏ธ Mindfulness & Yoga Modules for stress and emotional regulation => thereby minimizing hyperactivity and impulsivity symptoms.
  • ๐ŸŽฏ Progress Tracking & Adaptive Challenges to ensure long-term benefits.

๐Ÿ’ก Tech Stack

๐Ÿง  Artificial Intelligence

  • TensorFlow / PyTorch
    • MRI Analysis for ADHD๐Ÿฅ
    • Gaze Behavior Analysis ๐Ÿ‘€

๐Ÿ’ป Frontend

  • React.js โš›๏ธ / Flutter ๐Ÿ“ฑ

๐Ÿ”ง Backend

  • Node.js + Express โšก

๐Ÿ›  Installation & Setup

Prerequisites

The following should be preinstalled:

  • Node.js & npm
  • Python & TensorFlow/PyTorch
  • Flutter (if using mobile app)

Clone the Repository:

 git clone https://github.com/your-repo/adhd-autism-ai.git
 cd adhd-autism-ai

Backend Setup:

 cd backend
 npm install
 npm start

Frontend Setup:

 cd ../frontend
 npm install  # or flutter pub get for Flutter
 npm start  # or flutter run for Flutter