Skip to content

Schizophrenia detection using wavelet transforms plus gradcam explainability on the scalograms

License

Notifications You must be signed in to change notification settings

Rish-01/Schizo-xai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schizo-xai: Schizophrenia Detection using Wavelet Transform and ResNet-18 🧠 📊

Overview

This project aims to detect schizophrenia using wavelet transform and a ResNet-18 based classification model. The utilization of wavelet transform allows for a detailed analysis of Electroencephalogram (EEG) data, providing valuable insights into the components of brain signals.

Features

  • Schizophrenia detection through EEG data.
  • Wavelet transform for feature extraction.
  • ResNet-18 for classification.
  • GradCAM for explainability on wavelet scalograms.

Installation

  1. Clone the repository:
    git clone https://github.com/Rish-01/Schizo-xai.git
    cd Schizo-xai
    
  2. Install Dependencies:
    pip install -r requirements.txt
    

Directory Structure

.
├── EEG_data
├── image_dir
│   ├── healthy
│   └── schizophrenic
├── model_checkpoints
├── requirements.txt
└── Schizo.ipynb

About

Schizophrenia detection using wavelet transforms plus gradcam explainability on the scalograms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published