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

https://github.com/credona/age-decision

Open-source, privacy-first age verification system based on probabilistic decision, anti-spoofing, and Zero-Knowledge-ready architecture.
https://github.com/credona/age-decision

age-estimation age-verification ai anti-spoofing api computer-vision credona docker face-analysis fastapi liveness-detection machine-learning onnx open-source privacy-first sdk typescript zero-knowledge zkp

Last synced: 29 days ago
JSON representation

Open-source, privacy-first age verification system based on probabilistic decision, anti-spoofing, and Zero-Knowledge-ready architecture.

Awesome Lists containing this project

README

          

Age Decision


License
Privacy First
Probabilistic Decision
Open Source

What is Age Decision

Age Decision is a privacy-first age decision system designed to determine whether a user is likely above or below a threshold (e.g. 18), without performing identity verification.

It provides probabilistic decisions that can be used as a pre-filter before stronger verification systems.


What it is NOT

Age Decision does NOT:
- prove legal age
- perform identity verification
- perform biometric authentication
- replace KYC systems


Typical use cases

- age gating before KYC
- reducing cost of identity verification providers
- filtering obviously underage users
- privacy-preserving eligibility checks


Quick start

Choose your entry point:

1. API usage
https://github.com/credona/age-decision-api

2. JavaScript SDK
https://github.com/credona/age-decision-js

3. Core decision logic
https://github.com/credona/age-decision-core

4. Anti-spoof protection
https://github.com/credona/age-decision-antispoof


Repositories

- Core: https://github.com/credona/age-decision-core
- AntiSpoof: https://github.com/credona/age-decision-antispoof
- API: https://github.com/credona/age-decision-api
- JS SDK: https://github.com/credona/age-decision-js


System overview

Age Decision is composed of four repositories:

- `age-decision-core`: age estimation and decision policy
- `age-decision-antispoof`: still-image anti-spoofing analysis
- `age-decision-api`: public gateway and decision aggregation
- `age-decision-js`: TypeScript and JavaScript client SDK


Documentation

- Architecture: docs/architecture.md
- Privacy: docs/privacy.md
- Scoring: docs/scoring.md
- Zero Knowledge: docs/zero-knowledge.md
- Research and references: docs/research.md
- Repository map: docs/repositories.md
- Governance: CONTRIBUTING.md


Roadmap

See ROADMAP.md.


Contributing

See CONTRIBUTING.md.


Security

See SECURITY.md.


License

This project is released under the Apache License 2.0.