RTMDet_PRODUCTION / README.md
phuochungus's picture
Update README.md
3bec961 unverified
---
title: Traffic Detection
emoji: 🐾
colorFrom: yellow
colorTo: pink
sdk: docker
pinned: false
app_port: 3000
---
## Prerequisite:
Before you proceed, make sure you have installed/created the following application/service:
1. Docker, link at: https://www.docker.com
2. Supabase, you can self-host the service or create a free Supabase project at: https://supabase.com
3. Firebase, you can create a free Firebase project at: https://firebase.google.com
4. Neo4j database, you can create free at: https://neo4j.com
## Tutorial
Full tutorial here: https://www.youtube.com/watch?v=x-_61l-unoY
## TO RUN
```
docker compose up -d
```
## TO CLOSE
```
docker compose down
```