vastin / Kaggle-Autism

Detecting Autism Spectrum Disorder in Children With Computer Vision - Adapting facial recognition models to detect Autism Spectrum Disorder

Home Page:https://towardsdatascience.com/detecting-autism-spectrum-disorder-in-children-with-computer-vision-8abd7fc9b40a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run in Anaconda:

conda create -n autism -c default matplotlib keras tensorflow keras-applications pydotplus
conda activate autism
pip install sklearn keras-vggface
python face.py -h
python face.py
python face.py -T -m best_hdf5_model_file_from_trainng
python face.py -O -m best_hdf5_model_file_from_trainng
python face.py -T -m best_hdf5_model_file_from_tuning

About

Detecting Autism Spectrum Disorder in Children With Computer Vision - Adapting facial recognition models to detect Autism Spectrum Disorder

https://towardsdatascience.com/detecting-autism-spectrum-disorder-in-children-with-computer-vision-8abd7fc9b40a


Languages

Language:Python 100.0%