Skip to content

atmozki/Personality-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.