qubvel-hf HF Staff commited on
Commit
bdcc963
Β·
1 Parent(s): b5dd9b3
Files changed (1) hide show
  1. index.html +10 -16
index.html CHANGED
@@ -13,14 +13,19 @@
13
  <div class="container">
14
  <header>
15
  <h1>V-JEPA 2: Streaming Video Classification</h1>
16
- <p class="subtitle">Real-time video classification using state-of-the-art V-JEPA 2 model pretrained on
17
- Something-Something-V2 dataset</p>
 
 
 
 
18
  </header>
19
-
20
  <section class="description">
21
- <h2>πŸŽ₯ Video Classification</h2>
22
  <p>This demo showcases a specialized version of V-JEPA 2, fine-tuned for real-time video action recognition!
23
- Model optimized specifically for classifying 174 different actions from the Something-Something-V2 dataset.
 
24
  Watch as it instantly understands what's happening in the video! ⚑
25
  </p>
26
  </section>
@@ -53,17 +58,6 @@ cd vjepa2-streaming-video-classification</code></pre>
53
  <footer>
54
  <p>Built with ❀️ using <a href="https://huggingface.co/transformers" target="_blank">Hugging Face
55
  Transformers</a></p>
56
- <div class="footer-links">
57
- <h4>Learn More About V-JEPA 2</h4>
58
- <ul>
59
- <li><a href="https://ai.meta.com/vjepa/" target="_blank">🌐 Official Meta AI Page</a></li>
60
- <li><a href="https://github.com/facebookresearch/vjepa2" target="_blank">πŸ“š GitHub Repository</a>
61
- </li>
62
- <li><a href="https://huggingface.co/papers/2506.09985" target="_blank">πŸ“„ Research Paper</a></li>
63
- <li><a href="https://huggingface.co/spaces/qubvel-hf/vjepa2-streaming-video-classification"
64
- target="_blank">πŸ”— Original Demo Space</a></li>
65
- </ul>
66
- </div>
67
  </footer>
68
  </div>
69
  </body>
 
13
  <div class="container">
14
  <header>
15
  <h1>V-JEPA 2: Streaming Video Classification</h1>
16
+ <nav class="links">
17
+ <a href="https://huggingface.co/collections/facebook/v-jepa-2-6841bad8413014e185b497a6" target="_blank">πŸŽ₯
18
+ Collection</a>
19
+ <a href="https://github.com/facebookresearch/vjepa2" target="_blank">πŸ“š GitHub</a>
20
+ <a href="https://huggingface.co/papers/2506.09985" target="_blank">πŸ“„ Paper</a>
21
+ </nav>
22
  </header>
23
+
24
  <section class="description">
25
+ <h4>πŸŽ₯ Video Classification</h4>
26
  <p>This demo showcases a specialized version of V-JEPA 2, fine-tuned for real-time video action recognition!
27
+ Model optimized specifically for classifying 174 different actions from the Something-Something-V2
28
+ dataset.
29
  Watch as it instantly understands what's happening in the video! ⚑
30
  </p>
31
  </section>
 
58
  <footer>
59
  <p>Built with ❀️ using <a href="https://huggingface.co/transformers" target="_blank">Hugging Face
60
  Transformers</a></p>
 
 
 
 
 
 
 
 
 
 
 
61
  </footer>
62
  </div>
63
  </body>