RTMDet_PRODUCTION / README.md
phuochungus's picture
Add Neo4j database as a requirement
24f6480
|
raw
history blame
No virus
548 Bytes
---
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
```
docker compose up -d
```