Skip to content

sanjay-thiyagarajan/personally

Repository files navigation

Personally

This project aims to predict the psychological traits of a person on the basis of his/her social media posts. It predicts the following traits:

  1. EXT - Extraversion
  2. OPN - Openness
  3. NEU - Neuorticism
  4. CON - Conscientiousness
  5. Agreeableness

Here's how it works:

We have trained the random forest algorithm in this colab notebook, feel free to check it out.

Installation Instructions

The portal is primarily a django based application, and to set it up we require to have python environment with django and other project dependencies installed. Though one can work with the project without an virtual environment, it is recommended to use one so as to avoid conflicts with other projects.

  1. Make sure that you have Python 3, python-3-devel, gcc, virtualenv, and pip installed.

  2. Clone the repository

        $ git clone https://github.com/sanjay-thiyagarajan/personally.git
        $ cd personally
    
  3. Create a python 3 virtualenv, and activate the environment.

        $ virtualenv -p python3
        $ source bin/activate
  4. Install the project dependencies

        $ pip install -r requirements.txt
    

You have now successfully set up the project on your environment.

After Setting Up

From now when you start your work, run source bin/activate inside the project repository and you can work with the django application as usual -

  • python manage.py migrate - set up database
  • python manage.py createsuperuser - create admin user
  • python manage.py runserver - run the project locally

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published