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

https://github.com/igormcsouza/psychometric-assessment-app

Stateless Big Five assessment built with Next.js and Python, featuring scoring, charts, and AI Insights.
https://github.com/igormcsouza/psychometric-assessment-app

fastapi hr lambda next16 python stateless vercel

Last synced: 2 days ago
JSON representation

Stateless Big Five assessment built with Next.js and Python, featuring scoring, charts, and AI Insights.

Awesome Lists containing this project

README

          

# Psychometric Assessment App

## Run with Docker

```bash
docker compose up --build
```

Then open:
- Frontend: http://localhost:3033
- Backend: http://localhost:8033

## OpenAI insights

Create a root `.env` file from `.env.example` and add your `OPENAI_API_KEY` to enable AI-powered personality insights on the backend.