saminfatehi
saminfatehi
You need to follow steps 1, 2, and 3 in README. Then you can run predictor.py to predict the personality traits for new input.
Hi @Pompiia, It takes time to create SVM models by essays dataset. If you save the model once you can use them for other times. Now I modified the predictor.py...
Hi @kkkkangx, The text should get user input. When you run the original predictor.py you'll see this:  Then you should enter your custom text like this and press Enter:...
predictor.py creates and saves SVM models for the first time and uses them other times.