A full-stack web application that predicts personality type (introvert, extrovert, or ambivert) using AI/ML models. Built with Next.js (frontend) and Python FastAPI (backend).
Introver-Extrovert/
├── backend/ # Python FastAPI backend, ML model, dataset
├── frontend/ # Next.js 14 frontend, UI components
- See
frontend/README.md
andbackend/README.md
for setup instructions.
- AI-powered personality prediction
- Interactive UI with light/dark mode
- View model notebook and dataset
- Clone the repository:
git clone https://github.com/Amanbig/Introver-Extrovert cd Introver-Extrovert
- See the
frontend/
andbackend/
folders for setup and usage.
You could also run it directly using docker compose
docker compose up -d
MIT