File size: 214 Bytes
62139b4
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
build:
    docker build -t fastapi .

start:
    docker compose up -d

stop:
    docker compose down

api:
    curl -X POST "http://localhost:7860/predict" -F "file=@/Users/gregburlet/Projects/DLRL2025/hotdog.jpg"