An open API service indexing awesome lists of open source software.

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).

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
```

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%E2%98%95%EF%B8%8F-orange?style=for-the-badge)](https://buymeacoffee.com/amanpreet)

## License
MIT