5Personalities
Personality Prediction based on Big 5 Model. Uses Multinomial Logistic Regression for Classification and Tailwind, Flask for web interface.
Install / Use
/learn @thenithinbalaji/5PersonalitiesREADME
Getting Started
This project was created using Sklearn and
<p align="center"> <a href="#"> <img src="https://skillicons.dev/icons?i=py,html,tailwindcss,flask" /> </a> </p>Running the Server
In the project directory, you can run:
python app.py
Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.
Missing Modules
Since the app uses a specific version of certain modules, it is highly recommended to create a virtual environment and then install the modules from requirements.txt
python -m virtualenv venv
venv/scripts/activate
Install modules from requirements.txt using:
pip install -r requirements.txt
<p align="center">
<a href="https://www.buymeacoffee.com/thenithinbalaji" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" />
</a>
</p>