aguerrerolopez / VQVAE_parkinson

Parkinson diagnosis using VQVAE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project logo

Parkinson VQVAE

Status


This library proposes different VAE-like approaches to Parkinson diagnoses based on speech data.

πŸ“ Table of Contents

🧐 About

VAE-like approaches to Parkinson diagnoses based on speech data.

TO-DO list:

  • Add RASTA-PLP preprocessing (try this repo)
  •  Test baselines with RASTA-PLP
  •  Add a VAE baseline

🏁 Getting Started

First, clone this GitHub in your server.

Prerequisites

Conda is mandatory to plug-and-play this repo. To do so, install conda and then create an enviroment executing the following line

conda env create -f environment.yml

It will create you a conda environment called vqvae. Thus, activate it:

conda activate vqvae

🎈 Usage

Training

⛏️ Built Using

  • Python

In the future, Docker will be used to facilitate the installation of the project.

✍️ Authors

πŸŽ‰ Acknowledgements

About

Parkinson diagnosis using VQVAE


Languages

Language:Python 100.0%