asahiner commited on
Commit
d802e1d
·
verified ·
1 Parent(s): aad2702

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -13,6 +13,22 @@ datasets:
13
  - custom
14
  ---
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  # 🚗 Car Warning Light Detection
17
 
18
  An open-source deep learning model that detects and classifies **vehicle dashboard warning lights** from images.
 
13
  - custom
14
  ---
15
 
16
+ # Make sure git-xet is installed (https://hf.co/docs/hub/git-xet)
17
+ brew install git-xet
18
+ git xet install
19
+
20
+ git clone https://huggingface.co/asahiner/car-warning-light-detection
21
+
22
+ # If you want to clone without large files - just their pointers
23
+ GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/asahiner/car-warning-light-detection
24
+
25
+ # Make sure the hf CLI is installed
26
+ curl -LsSf https://hf.co/cli/install.sh | bash
27
+
28
+ # Download the model
29
+ hf download asahiner/car-warning-light-detection
30
+
31
+ ---
32
  # 🚗 Car Warning Light Detection
33
 
34
  An open-source deep learning model that detects and classifies **vehicle dashboard warning lights** from images.