projjal1 / TV-Character-Prediction

Website to predict which matches your personality based on Machine Learning data from openpsychometrics.org.

Home Page:https://your-character.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV-Character-Prediction

Website to predict which matches your personality based on Machine Learning data from openpsychometrics.org.

I was searching through some cool projects on personality prediction one-day when I came across thiw website openpsychometrics.org that houses open-dataset about personality prediction. This website will allow to you to slide through 20 different personality assets and then come up with a match for your favourite character from fiction works. An interactive character-matching website based on machine-learning and personality prediction using Logistic Regression from sklearn.

Go and checkout which character matches your personality!

The dataset contains 800 characters and one will be mapped to one particular match based on the inputs of personality scores.

Wesite hosted

Website is hosted at Link to website (Website is currently down)

Functionality

The entire website has been made from Django framework and is hosted on Heroku.
Images have been fetched from Link.
Trained .ipynb file and added resources can be found in training directory.

Dependancies

  • Required modules can be found in requirements.txt
  • Run on your local machine using
    python manage.py runserver
  • Script uses Gunicorn to work with .wsgi files
  • Python 3.7 is preferred

About

Website to predict which matches your personality based on Machine Learning data from openpsychometrics.org.

https://your-character.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 39.8%Language:CSS 38.3%Language:HTML 18.2%Language:Jupyter Notebook 2.9%Language:Python 0.9%