Abstract: Done through final project of CSE327(Computer vision) class as all SOLO porject. This detect Parkinson patient by two method: facial expression and spiral drawing. Model training is referred from other repository but front side and test part is all made by self.
Working Date: 2023 Spring semester
Contributor: eunewoo
Summary can be seen in PPT form.
https://docs.google.com/presentation/d/1-YKvuLqczlYZ3Q9e2gjWk5eUlkqMLKS4Ysg44nekq4s/edit?usp=sharing
Detail explanation can be seen in Report form.
https://drive.google.com/file/d/1Ll-PT0KzPQcVr2Xtlm6WJOSh7QuRaFwO/view?usp=sharing
- Setup necessary importing python and node files
- Model Training: Run faceTest.py and spiralTest.py file.
- Run Front: Go to 'sampleFront' folder and run 'node index.js'
- Input Data: follow guideline in front and take videos,photos of the user
- Run test: Click the detect button in front and it will show the result as alert
- openFace: https://github.com/TadasBaltrusaitis/OpenFace
- Facial detect: https://github.com/mali7/PARK_facial_mimic
- Spiral detect: https://github.com/rohitdubey03/detect-parkinsons
OpenFace: https://github.com/TadasBaltrusaitis/OpenFace
Facial-analyze: https://github.com/mali7/PARK_facial_mimic
Spiral-drawing1: https://github.com/rohitdubey03/detect-parkinsons
Sprial-drawing2: https://github.com/rylp/Parkinsons-Disease-Detection