This project is a MBTI Personality Type Classification with LSTM and Naive Bayes Algorithms.
The dataset we use is a MBTI Personality Types 500 Dataset” oleh Zeyad Khalid di Kaggle. Data in the form of caption text with MBTI personality type labels with 16 classes and 223 data taken for each class.
- Clone this repository to your local machine by either clicking on clone button or you can do it form git bash or linux terminal using following command.
git clone https://github.com/dunasi4139/MBTI-Personality-Type-Prediction-LSTM-and-NB.git
- Once you have codes on your local machine now run jupyter on your machine then upload the code and respective dataset to jupyter home.
- Now you have codes in your jupyter repository or folder now you can see your project on home in jupyter now click on and a new windows with browser will be opened up now click run button and you will see the results.
- Fork this repository
- clone that repository
git clone link_of_that_repository
- Make changes that you want in local repository
- Add those changes
git add .
- commmit those changes
git commit -m 'name of commit'
- push changes to remote repository
- create pull request