Skip to content

flipdot/snatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61f6ff0 · Jan 3, 2025
Jan 2, 2025
Dec 30, 2024
Jan 3, 2025
Nov 21, 2023
Jun 27, 2023
Jun 20, 2023
Jun 24, 2023
Jul 1, 2023
Jun 3, 2024
Aug 26, 2023
Jun 27, 2023

Repository files navigation

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