hoangs commited on
Commit
dfdcdff
·
verified ·
1 Parent(s): 3877b6c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viet-robot-noise-level-classifier
2
+
3
+ A micro helper that classifies ambient noise level (in dB) into four classes:
4
+
5
+ - `quiet`
6
+ - `normal`
7
+ - `noisy`
8
+ - `very_noisy`
9
+
10
+ Function:
11
+
12
+ ```python
13
+ classify_noise(db: float) -> NoiseLevel
14
+ ```
15
+
16
+ ## License
17
+
18
+ MIT