Handwriting-Analysis-for-Detection-of-Personality-Traits-
Graphology is the study of human personality through writing. It is a projective personality test, that let us know diverse personality traits. This repo is an effort to use Machine Learning to do an analysis using fixed rules of graphology.
Install Requirements: 1.pip install -r requirements.txt Train:
- python model_training.py
Predict:
- Put a .jpg file inside 'predict_this_doc'
- python prediction.py