Skip to content

Personality Prediction App is a simple application that predicts your personality type based on your responses to a set of questions. It uses machine learning models to analyze your answers and provide you with a list of personality types ranked by probability. Whether you're curious about your own personality or just want to try out a fun and inte

License

Notifications You must be signed in to change notification settings

hamarshehmhmd/PersonalityMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personality Prediction App

This is a simple app that predicts your personality type based on your responses to a set of questions.

Installation

  1. Clone the repository: git clone https://github.com/hamarshehmhmd/PersonalityMachine.git

  2. Install the dependencies: cd PersonalityMachine pip install -r requirements.txt

Usage

  1. Run the app:

python app.py

  1. Answer each question by typing 'y' for 'yes' or 'n' for 'no'.

  2. The app will output a list of personality types ranked by probability, along with their corresponding probabilities.

Development

  1. Install the development dependencies:

pip install -r requirements-dev.txt

  1. Run the tests: pytest

  2. Use the linter to check for code style and errors:

flake8

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Personality Prediction App is a simple application that predicts your personality type based on your responses to a set of questions. It uses machine learning models to analyze your answers and provide you with a list of personality types ranked by probability. Whether you're curious about your own personality or just want to try out a fun and inte

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages