https://github.com/lazarust/briggspersonalitypredictor
https://github.com/lazarust/briggspersonalitypredictor
python3 tensorflow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lazarust/briggspersonalitypredictor
- Owner: lazarust
- Created: 2020-05-26T19:56:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T22:30:13.000Z (about 6 years ago)
- Last Synced: 2025-01-08T16:28:34.486Z (over 1 year ago)
- Topics: python3, tensorflow
- Language: Python
- Homepage:
- Size: 19.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BriggsPersonalityPredictor
## About
The goal of this project was to make a model that could parse text and guess what Myers Briggs Personality type they are.Using the data from this Kaggle: https://www.kaggle.com/tapanvijay/myers-briggs-personality-cleaned
## Results
Current results have approxametly a 20% accuracy, which means there is definte room for improvement.
## Things Learned
Through this project I learned how to embed text into vectors. Then I used those vectors through the model to evaluate a personality type.