A web application that predicts the probability of having parkinson's disease or not using user's audio.
Background : The application uses a machine learning model trained on a UCI ML Dataset Repository dataset and it predicts what is the probability of the user having parkinson's disease.
Parkinson's disease is a progressive nervous system disorder that affects movement. Symptoms start gradually, sometimes starting with a barely noticeable tremor in just one hand. Tremors are common, but the disorder also commonly causes stiffness or slowing of movement.
Deployed link : https://parkinson-ai.tech/
-
clone the repository locally
-
install all the required packages named in backend/required.txt file
-
start the backend server in the backend directory using command 'python3 app.py'
-
install npx and other node modules
-
start the client in the fronted directory using the command 'npm start'
Each directory contains its own readme.md file, check it out for more information.