https://github.com/flipdot/snatch
Surveillance Network for Auto Tag Capture and Hunting
https://github.com/flipdot/snatch
Last synced: 4 months ago
JSON representation
Surveillance Network for Auto Tag Capture and Hunting
- Host: GitHub
- URL: https://github.com/flipdot/snatch
- Owner: flipdot
- License: agpl-3.0
- Created: 2023-06-20T23:23:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-23T22:46:06.000Z (4 months ago)
- Last Synced: 2026-02-24T05:19:28.953Z (4 months ago)
- Language: CSS
- Homepage: https://snatch.flipdot.org
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SNATCH
Surveillance Network for Auto Tag Capture and Hunting
## Overview
SNATCH is a tool for capturing car license plates by manual human input.
It allows to record when a car passes by a certain location.
It only saves the license plate temporarily and in a hashed form.
## Usage
No need to check out the repository. You only need to copy the `compose.yaml` file and run:
```
docker compose up -d
```
Visit https://localhost / https://localhost/api/docs
## Development
### Frontend
```
cd frontend
npm i
npm run dev
npm run format # reformats the code
```
### Backend
```
cd backend
poetry install
poetry shell
uvicorn main:app --reload
```