This is a simple app that predicts your personality type based on your responses to a set of questions.
-
Clone the repository:
git clone https://github.com/hamarshehmhmd/PersonalityMachine.git
-
Install the dependencies:
cd PersonalityMachine
pip install -r requirements.txt
- Run the app:
python app.py
-
Answer each question by typing 'y' for 'yes' or 'n' for 'no'.
-
The app will output a list of personality types ranked by probability, along with their corresponding probabilities.
- Install the development dependencies:
pip install -r requirements-dev.txt
-
Run the tests:
pytest
-
Use the linter to check for code style and errors:
flake8
This project is licensed under the MIT License - see the LICENSE file for details.