项目作者: zaicevas
项目描述 :
Face/car recognition API (.NET core)
高级语言: C#
项目地址: git://github.com/zaicevas/epicenter.git
epicenter
Face/car recognition API in .NET core using layered architecture with monolithic deployment model.
API Endpoints:
- GET /api/missing/persons - get all Persons
- GET /api/missing/cars - get all Cars
- GET /api/missingmodels/baseimages - get all BaseImages of all seen MissingModels
- GET /api/persons/baseimages - get all BaseImages of all Persons
- GET /api/cars/baseimages - get all BaseImages of all Cars
- GET /api/persons/baseimages/seen - get all BaseImages of all seen Persons
- GET /api/cars/baseimages/seen - get all BaseImages of all seen Cars
- POST /api/timestamps - get all Timestamps
- POST /api/persons/timestamps - get all Timestamps of all Persons
- POST /api/persons/{id}/timestamps - get all Timestamps of a Person by Id
- POST /api/cars/timestamps - get all Timestamps of all Cars
- POST /api/cars/{id}/timestamps - get all Timestamps of a Car by Id
- POST /api - recognize Persons and Cars