Skip to content

Messyas/Automatic-Gate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Gate - Local Docker Setup

This repo runs three services locally:

  • Backend (NestJS + SQLite)
  • Frontend (Next.js)
  • AI Pipeline (FastAPI + YOLO + EasyOCR)

Quick start (dev)

docker compose --profile dev up --build

Quick start (test)

docker compose --profile test up --build

Ports

Health checks

curl http://localhost:8000/health

Example detection request

curl -X POST http://localhost:8000/detect \
  -F "image=@/path/to/image.jpg" \
  -F "trackId=1"

If AUTO_REGISTER=true (default in compose), the pipeline sends the detected plate to: POST /cars/detect on the backend.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks