Skip to content

dodevca/Predict-MBTI-Types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict MBTI Types

About This Project

Predict-MBTI-Types is an exploratory project that aims to predict MBTI (Myers-Briggs Type Indicator) personality types using score-based input features instead of text. Built purely in a Jupyter Notebook, this project demonstrates a basic ML pipeline and opens up opportunities for future development in personality modeling based on structured data.

Tech Stack & Tools

Category Tools & Libraries
Language Python
ML Framework scikit-learn
Data Handling pandas, numpy
Visualization matplotlib, seaborn
Environment Jupyter Notebook
Versioning Git, GitHub

Key Features

  • Score-based MBTI classification (non-textual approach)
  • Simple and readable ML pipeline using logistic regression
  • Jupyter Notebook format for ease of experimentation
  • Well-structured dataset for reproducibility

Live Demo (optional)

Live demo is currently not available. Future deployment planned.

Installation and Usage (Local Setup)

  1. Clone the Repository
  2. Create and Activate Virtual Environment
    python3 -m venv venv
    source venv/bin/activate
  3. Install Dependencies
    pip install -r requirements.txt
  4. Run the Notebook Open the notebook file predict-mbti-types.ipynb in Jupyter and execute all cells.

Future Improvements

  • Add model evaluation metrics (accuracy, F1-score, confusion matrix)
  • Expand dataset to include multiple input types (e.g., text, hybrid)
  • Create web-based interactive demo (e.g., Streamlit or Flask)
  • Support additional classification algorithms and benchmarking

Contributors

This project is collaboratively developed by:

Contact & Collaboration

Interested in collaborating or enhancing this project? Reach me at LinkedIn or visit dodevca.com.

Signature

Initiated by Dodevca & Team, open for collaboration and continuous refinement.

About

Exploratory model to predict MBTI personality types using score-based features only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published