bpiyush commited on
Commit
8638fad
·
verified ·
1 Parent(s): 8907591

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -25,6 +25,11 @@ In this folder, we provide the following trained model checkpoints:
25
  **TL;DR**: We present a method to infer physical properties of liquids from *just* the sound of pouring. We show in theory how *pitch* can be used to derive various physical properties such as container height, flow rate, etc. Then, we train a pitch detection network (`wav2vec2`) using simulated and real data. The resulting model can predict the physical properties of pouring liquids with high accuracy. The latent representations learned also encode information about liquid mass and container shape.
26
 
27
 
 
 
 
 
 
28
  ## 💻 Usage
29
 
30
  First, install the repository from `github`.
 
25
  **TL;DR**: We present a method to infer physical properties of liquids from *just* the sound of pouring. We show in theory how *pitch* can be used to derive various physical properties such as container height, flow rate, etc. Then, we train a pitch detection network (`wav2vec2`) using simulated and real data. The resulting model can predict the physical properties of pouring liquids with high accuracy. The latent representations learned also encode information about liquid mass and container shape.
26
 
27
 
28
+ ## Demo
29
+
30
+ Check out the demo [here](https://huggingface.co/spaces/bpiyush/SoundOfWater). You can upload a video of pouring and the model estimates pitch and physical properties.
31
+
32
+
33
  ## 💻 Usage
34
 
35
  First, install the repository from `github`.