phuochungus commited on
Commit
1a41d46
1 Parent(s): 8ec99f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: RTMDet 2
3
  emoji: 🐾
4
  colorFrom: yellow
5
  colorTo: pink
@@ -8,14 +8,12 @@ pinned: false
8
  app_port: 3000
9
  ---
10
 
11
- HOW TO RUN:
12
- open compose.yaml file and manually change environment variables
13
- bash
 
 
14
 
15
- Prerequisite:
16
- Docker
17
-
18
- The application needs to use Firebase and Supabase, please create a Firebase project and Supabase project before continuing.
19
  ```
20
  docker compose up -d
21
  ```
 
1
  ---
2
+ title: Traffic Detection
3
  emoji: 🐾
4
  colorFrom: yellow
5
  colorTo: pink
 
8
  app_port: 3000
9
  ---
10
 
11
+ ## Prerequisite:
12
+ Before you proceed, make sure you have installed/created the following application/service:
13
+ 1. Docker, link at: https://www.docker.com
14
+ 2. Supabase, you can self-host the service or create a free Supabase project at: https://supabase.com
15
+ 3. Firebase, you can create a free Firebase project at: https://firebase.google.com
16
 
 
 
 
 
17
  ```
18
  docker compose up -d
19
  ```