Giter VIP home page Giter VIP logo

parkinsonia's Introduction

Let's start

Watch the presentation video here :https://www.youtube.com/watch?v=K1oLz4x87Ug&feature=youtu.be

Take a look at our Medium article : https://medium.com/@alan.marthineau/diagnosing-parkinsons-disease-by-voice-using-linear-regression-in-python-73aad2712fba?sk=cb817fbc1479dbfde6095c98accd9c20

GitHub of the Parkinson detect lib : https://github.com/alan91620/ParkinsonRecoLib

Getting Started

  • Clone the repo and cd into the directory
git clone [email protected]:Milkad0/ParkinsonIA.git
cd ParkinsonIA
  • Install jolib, pandas, numpy, sklearn, and praat-parselmouth
pip install joblib
pip install pandas
pip install numpy
pip install sklearn
pip install praat-parselmouth
  • Install pyaudio

Try to install with pip :

pip install pyaudio

If it does not work, install with one of the file in the "package" directory

Python 3.8.* :

32bits

pip install PyAudio-0.2.11-cp38-cp38-win32.whl

64bits

pip install PyAudio-0.2.11-cp38-cp38-win_amd64.whl

Python 3.7.* :

32bits

pip install PyAudio-0.2.11-cp37-cp37m-win32.whl

64bits

pip install PyAudio-0.2.11-cp37-cp37m-win_amd64.whl

If you have the following error "filename.whl is not supported wheel on this platform", try to use 32bits file instead of 64bits file (and vice versa)

Package link : https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

  • Run the app
python main.py

How it works?

Choose a file

  • Click on the "Choose File" button

  • Select a .wav audio file

  • Click on the "Detect" button

  • Watch the result !

Record your voice

  • Click on the "Recording" button

  • Turn on your microphone and read the displayed text

  • Click on the "Stop Recording" button

  • Click on the "Detect" button

  • Watch the result !

Collaborators

Alan MARTHINEAU - Vincent ETHEVE - Augustin LOLLIVIER

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.