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

https://github.com/9d4/tracking-pi

Tracking PI with facial recognition.
https://github.com/9d4/tracking-pi

deepface face-recognition golang location-tracking python

Last synced: 30 days ago
JSON representation

Tracking PI with facial recognition.

Awesome Lists containing this project

README

          

### Tracking PI

#### Development
Backend located in `/`. Run
```shell
$ cp .env.example .env
$ go get .
$ go run .
```

Frontend located in `views/`. Run
```shell
$ pnpm add
```

```shell
$ pnpm build --watch
```

During production set `DEVELOPMENT=false` or omit it from env.