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.
- Host: GitHub
- URL: https://github.com/9d4/tracking-pi
- Owner: 9d4
- Created: 2022-12-29T03:40:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T12:32:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T22:46:13.208Z (8 months ago)
- Topics: deepface, face-recognition, golang, location-tracking, python
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.