MangoTruth is an open srouce AI detection system focused on:
Repository consists of:
frontend(py)
- user interface, authentication and requests routingcore(go)
- main application server that provides rest endpoints for both external integrations and frontend
.
Handles subscriptions, persistence, risk management, external integration and routes requests to execution venuescompute(py)
- compute engine of the system. Routes compute requests to detectors on both centralized and community
serversdetectors(py)
- purely python code with implementation of known algorithms for AI detection implementing simple
interface.Name | Paper | Benchmark score (*) |
---|---|---|
GLTR | link | TBD |
To set up installation on your environment follow these steps:
API endpoints are available in core/docs/swagger.json
file.
To generate docs for core endpoints run the following command:
swag init --dir core/main/ --output core/docs