Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 791 Bytes

File metadata and controls

41 lines (27 loc) · 791 Bytes

PERSONALITY PREDICTOR

A simple streamlit app to predict your MBTI personality type based on your input text.

Demo

App Link

Run Locally:

  1. Clone the project
  git clone https://github.com/atmozki/Personality-Predictor.git
  1. Go to the project directory
  cd Personality-Predictor
  1. Install dependencies
  pip install -r requirements.txt
  1. Start the server
  streamlit run app.py

Credits

Andrel's MBTI Prediction Tool.