https://github.com/amanbig/introver-extrovert
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).
https://github.com/amanbig/introver-extrovert
fastapi logistic-regression nextjs numpy pandas sckiit-learn shadcn-ui
Last synced: 2 months ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/amanbig/introver-extrovert
- Owner: Amanbig
- License: mit
- Created: 2025-07-08T16:17:44.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-08-05T10:39:34.000Z (11 months ago)
- Last Synced: 2026-03-30T02:44:34.076Z (3 months ago)
- Topics: fastapi, logistic-regression, nextjs, numpy, pandas, sckiit-learn, shadcn-ui
- Language: TypeScript
- Homepage: https://introver-extrovert.vercel.app/
- Size: 181 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Persona AI
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).
## Project Structure
```
Introver-Extrovert/
├── backend/ # Python FastAPI backend, ML model, dataset
├── frontend/ # Next.js 14 frontend, UI components
```
- See `frontend/README.md` and `backend/README.md` for setup instructions.
## Features
- AI-powered personality prediction
- Interactive UI with light/dark mode
- View model notebook and dataset
## Getting Started
1. Clone the repository:
```sh
git clone https://github.com/Amanbig/Introver-Extrovert
cd Introver-Extrovert
```
2. See the `frontend/` and `backend/` folders for setup and usage.
### Docker compose
You could also run it directly using docker compose
```bash
docker compose up -d
```
[](https://buymeacoffee.com/amanpreet)
## License
MIT