Tool to edit your datasets - with friends!
Fuckery allows you to grade and fix your natural language datasets in a collaborative environment.
Part of the CharGen project
- Multi-user - authentication through any OIDC provider
- Power of spaCy in the browser (used for NER, currently)
- Grammar highlighting
- Review users' changes
- Copy the
backend/example.env
intobackend/.env
and edit the values to your liking. - Do the same for frontend (
frontend/example.env
) docker compose up -d
- Fuckery will be accessible on port 3030.
If you don't need authentication (you're the only user) - do not set AUTH_SECRET
environment variable.
Warning: Do not expose Fuckery to the internet when there is no authentication enabled.