theastralcoder / 5Personalities

Personality Prediction based on Big 5 Model. Uses Multinomial Logistic Regression for Classification and HTML, Flask for web interface.

Home Page:https://5personalities.thenithinbalaji.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with 5 Personalities Web App

This project was created using Sklearn and Flask

Check out the live site at 5personalities.thenithinbalaji.repl.co

Running the Server

In the project directory, you can run:

python app.py

Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.

Missing Modules

Since the app uses a specific version of certain modules, it is highly recommended to create a virtual environment and then install the modules from requirements.txt

python -m virtualenv venv
venv/scripts/activate

Install modules from requirements.txt using:

pip install -r requirements.txt

About

Personality Prediction based on Big 5 Model. Uses Multinomial Logistic Regression for Classification and HTML, Flask for web interface.

https://5personalities.thenithinbalaji.repl.co/


Languages

Language:HTML 91.1%Language:Python 8.4%Language:JavaScript 0.5%