An open API service indexing awesome lists of open source software.

https://github.com/vansh-py04/f1-personality-prediction

Find out what MBTI personality you are and which F1 driver you are associated to!
https://github.com/vansh-py04/f1-personality-prediction

bert dash data-science deep-learning f1 formula1 nlp-machine-learning personality-predicting python

Last synced: 2 months ago
JSON representation

Find out what MBTI personality you are and which F1 driver you are associated to!

Awesome Lists containing this project

README

        

# F1 Driver Personality Predictor
This project predicts a user's MBTI personality type based on a text input and matches it with an F1 driver who shares the same personality type.

It uses a BERT-based model for accurate natural language understanding and is wrapped in an interactive Dash web app UI for a smooth and stylish experience.

---
# Essential Links
Dataset : [Link](https://www.kaggle.com/datasets/datasnaek/mbti-type)

Colab Notebook : Used for training the model using GPU. [Link](https://colab.research.google.com/drive/1GOBU8qIKVqnMQ1gH_6T5tyD8li98GWnO?usp=sharing)

Deployed Project :

---
# About the Project
Model: Fine-tuned using BERT (bert-base-uncased) to classify MBTI types from text inputs.

Dataset: A large corpus of personality-labeled text was used for training [Link](https://www.kaggle.com/datasets/datasnaek/mbti-type).

Training: The model was trained on Google Colab for convenience and GPU acceleration.

Frontend: Built using Plotly Dash, allowing real-time predictions and a visual UI with images of real F1 drivers.

Model weights : model.safetensors file is very large for GITHUB. You can train your own model to acquire the file, or use the deployed link.

---
# What the Model Does
Accepts a sentence or paragraph written by a user.

Processes it through a fine-tuned BERT model.

Predicts one of 16 MBTI personality types.

Matches that personality to a real-life F1 driver.

Displays the prediction and the corresponding driver's name + image.

---
# Snippet
![Image](https://github.com/user-attachments/assets/9ccbc4c3-97b3-468c-befd-2b06ec3e5dc6)