https://github.com/nofacedb/facedb
Database server for storing facial features vectors and sending notifications
https://github.com/nofacedb/facedb
database go highload microservice server
Last synced: 22 days ago
JSON representation
Database server for storing facial features vectors and sending notifications
- Host: GitHub
- URL: https://github.com/nofacedb/facedb
- Owner: nofacedb
- License: mit
- Created: 2019-05-01T13:39:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T08:54:42.000Z (over 6 years ago)
- Last Synced: 2024-06-20T11:55:01.132Z (over 1 year ago)
- Topics: database, go, highload, microservice, server
- Language: Go
- Size: 1.78 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# facedb
**nofacedb/facedb** is DB 'connector' for **NoFaceDB** program complex.
## Tech
**facedb** uses a number of open source projects to work properly:
- [ClickHouse](https://clickhouse.yandex/) - fast OLAP system from Russia;
- [Logrus](https://github.com/sirupsen/logrus) - easy-extensible logger;
## Installation
**faceprocessor** requires [Python](https://www.python.org/) v3.6+ to run.
Get **faceprocessor** (and other microservices), install the dependencies from requirements.txt, and now You are ready to find faces!
```sh
$ git clone https://github.com/nofacedb/facedb
$ cd facedb
$ go build main.go
```
## HowTo
**facedb** is a scheduler for all image processing tasks: processing images, pushing them to DB, adding new control objects, etc.
## Many thanks to:
- Igor Vishnyakov and Mikhail Pinchukov - my scientific directors;