arjun10g commited on
Commit
c9f24df
·
1 Parent(s): c25cd73

Add GitHub links + badges

Browse files
Files changed (2) hide show
  1. README.md +6 -3
  2. index.html +4 -4
README.md CHANGED
@@ -13,13 +13,16 @@ short_description: Calibrated in-browser facial expression reader
13
 
14
  Real-time facial-expression analysis with **calibrated confidence**, **literature-grounded cognitive states** (tired / focused / bored / stressed / engaged / confused / calm), and **AI-powered explanations** grounded in the Facial Action Coding System. Runs entirely in your browser — webcam frames never leave your device.
15
 
16
- [![Live demo](https://img.shields.io/badge/Live%20demo-arjun10g--live--expression--reader-indigo?style=for-the-badge)](https://arjun10g-live-expression-reader.static.hf.space)
17
- [![Source on Hugging Face](https://img.shields.io/badge/Source-Hugging%20Face%20Spaces-orange?style=for-the-badge&logo=huggingface)](https://huggingface.co/spaces/arjun10g/live-expression-reader/tree/main)
 
18
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green?style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
19
 
20
  > **Live demo:** <https://arjun10g-live-expression-reader.static.hf.space>
21
  >
22
- > **Source:** <https://huggingface.co/spaces/arjun10g/live-expression-reader/tree/main>
 
 
23
 
24
  ---
25
 
 
13
 
14
  Real-time facial-expression analysis with **calibrated confidence**, **literature-grounded cognitive states** (tired / focused / bored / stressed / engaged / confused / calm), and **AI-powered explanations** grounded in the Facial Action Coding System. Runs entirely in your browser — webcam frames never leave your device.
15
 
16
+ [![Live demo](https://img.shields.io/badge/Live%20demo-Open-indigo?style=for-the-badge&logo=huggingface&logoColor=white)](https://arjun10g-live-expression-reader.static.hf.space)
17
+ [![GitHub](https://img.shields.io/badge/GitHub-Arjun10g%2Flive--expression--reader-181717?style=for-the-badge&logo=github)](https://github.com/Arjun10g/live-expression-reader)
18
+ [![HF Space](https://img.shields.io/badge/Mirror-HF%20Spaces-orange?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/spaces/arjun10g/live-expression-reader/tree/main)
19
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green?style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0)
20
 
21
  > **Live demo:** <https://arjun10g-live-expression-reader.static.hf.space>
22
  >
23
+ > **Source on GitHub:** <https://github.com/Arjun10g/live-expression-reader>
24
+ >
25
+ > **Mirror on Hugging Face Spaces:** <https://huggingface.co/spaces/arjun10g/live-expression-reader/tree/main>
26
 
27
  ---
28
 
index.html CHANGED
@@ -330,12 +330,12 @@
330
  <span>Calibrated, in-browser, no tracking</span>
331
  <span aria-hidden="true">·</span>
332
  <a
333
- href="https://huggingface.co/spaces/arjun10g/live-expression-reader/tree/main"
334
  target="_blank"
335
  rel="noopener"
336
  class="inline-flex items-center gap-1 text-neutral-400 hover:text-indigo-300 underline decoration-dotted underline-offset-2 transition-colors"
337
  >
338
- View source
339
  </a>
340
  </footer>
341
  </main>
@@ -549,11 +549,11 @@
549
  Apache-2.0. Built on HSEmotion, MediaPipe, onnxruntime-web,
550
  Vite, and TypeScript.
551
  <a
552
- href="https://huggingface.co/spaces/arjun10g/live-expression-reader/tree/main"
553
  target="_blank"
554
  rel="noopener"
555
  class="text-indigo-300 hover:text-indigo-200 underline decoration-dotted underline-offset-2"
556
- >View the source on Hugging Face ↗</a
557
  >.
558
  </p>
559
  </section>
 
330
  <span>Calibrated, in-browser, no tracking</span>
331
  <span aria-hidden="true">·</span>
332
  <a
333
+ href="https://github.com/Arjun10g/live-expression-reader"
334
  target="_blank"
335
  rel="noopener"
336
  class="inline-flex items-center gap-1 text-neutral-400 hover:text-indigo-300 underline decoration-dotted underline-offset-2 transition-colors"
337
  >
338
+ GitHub
339
  </a>
340
  </footer>
341
  </main>
 
549
  Apache-2.0. Built on HSEmotion, MediaPipe, onnxruntime-web,
550
  Vite, and TypeScript.
551
  <a
552
+ href="https://github.com/Arjun10g/live-expression-reader"
553
  target="_blank"
554
  rel="noopener"
555
  class="text-indigo-300 hover:text-indigo-200 underline decoration-dotted underline-offset-2"
556
+ >View the source on GitHub ↗</a
557
  >.
558
  </p>
559
  </section>