phuochungus commited on
Commit
37a4c66
2 Parent(s): 3ab4d97 1a41d46

Merge branch 'main' of https://github.com/phuochungus/SE113.O12_KCPM

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: RTMDet 2
3
  emoji: 🐾
4
  colorFrom: yellow
5
  colorTo: pink
@@ -8,9 +8,11 @@ pinned: false
8
  app_port: 3000
9
  ---
10
 
11
- HOW TO RUN:
12
- open compose.yaml file and mannually change environment variables
13
- bash
 
 
14
 
15
  ```
16
  docker compose up -d
 
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