Sergei Argutin commited on
Commit
04a7d02
·
1 Parent(s): e922599

Fix premium sample asset paths

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. index.html +7 -13
README.md CHANGED
@@ -17,7 +17,7 @@ The free tier contains 400 exercises with English, German, and Spanish instructi
17
  muscles, equipment, MET values, tags, and flat 512×512 WebP images. Commercial
18
  in-app use is allowed with attribution; see the dataset card for the full license.
19
 
20
- [Free dataset and documentation](https://repdb.co/free-exercise-dataset) ·
21
- [Paid bundles](https://repdb.co/pricing)
22
 
23
  Disclosure: this Space is maintained by the creator of RepDB.
 
17
  muscles, equipment, MET values, tags, and flat 512×512 WebP images. Commercial
18
  in-app use is allowed with attribution; see the dataset card for the full license.
19
 
20
+ [Free dataset and documentation](https://repdb.co/free-exercise-dataset?utm_source=huggingface) ·
21
+ [Paid bundles](https://repdb.co/pricing?utm_source=huggingface)
22
 
23
  Disclosure: this Space is maintained by the creator of RepDB.
index.html CHANGED
@@ -132,18 +132,16 @@
132
  <p class="note"><b>Standard tier quality — evaluation only, see <a href="https://github.com/sergei-argutin/exercise-dataset/blob/main/LICENSE-DATA.md">LICENSE-DATA.md</a>.</b>
133
  Looping, transparent-background exercise animations — the same clips shown on <a href="https://repdb.co/?utm_source=huggingface">repdb.co</a> (checkerboard shows the transparency). The Standard tier adds looping animations like these for most exercises → <a href="https://repdb.co/pricing?utm_source=huggingface">repdb.co/pricing</a>.</p>
134
  <div class="samples">
135
- <figure><img src="https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/upgrade-samples/bench-leg-pull-in.webp" alt="Bench Leg Pull-inlooping transparent animation" loading="lazy"><figcaption>Bench Leg Pull-in · <span class="tag">animation</span></figcaption></figure>
136
- <figure><img src="https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/upgrade-samples/cossack-squat.webp" alt="Cossack Squatlooping transparent animation" loading="lazy"><figcaption>Cossack Squat · <span class="tag">animation</span></figcaption></figure>
137
- <figure><img src="https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/upgrade-samples/bent-arm-barbell-pullover.webp" alt="Bent-arm Barbell Pullover — looping transparent animation" loading="lazy"><figcaption>Bent-arm Barbell Pullover · <span class="tag">animation</span></figcaption></figure>
138
- <figure><img src="https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/upgrade-samples/incline-db-curl.webp" alt="Incline Dumbbell Curl — looping transparent animation" loading="lazy"><figcaption>Incline Dumbbell Curl · <span class="tag">animation</span></figcaption></figure>
139
- <figure><img src="https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/upgrade-samples/mountain-climbers.webp" alt="Mountain Climbers — looping transparent animation" loading="lazy"><figcaption>Mountain Climbers · <span class="tag">animation</span></figcaption></figure>
140
  </div>
141
  </section>
142
  </main>
143
 
144
  <aside class="dock" aria-label="Standard tier preview">
145
  <button class="dock-open" id="premiumDock">
146
- <img src="https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/upgrade-samples/mountain-climbers.webp" alt="Mountain Climbers — looping transparent animation" />
147
  <span class="dock-copy">
148
  <b>Standard tier preview <span class="tag">— see the sample</span></b>
149
  <span>Transparent looping animations and classic 1024 px images.</span>
@@ -156,7 +154,7 @@
156
 
157
  <script>
158
  let DATA=[];
159
- const ASSET_BASE='https://huggingface.co/datasets/sargutin/exercise-dataset/resolve/main/';
160
  const PRICING_URL='https://repdb.co/pricing?utm_source=huggingface';
161
  const grid=document.getElementById('grid'), q=document.getElementById('q'),
162
  bodySel=document.getElementById('body'), equipSel=document.getElementById('equip'),
@@ -176,16 +174,12 @@ dlg.onclick=ev=>{ if(ev.target===dlg) dlg.close(); };
176
 
177
  document.getElementById('premiumDock').onclick=()=>{
178
  const samples = [
179
- ['bench-leg-pull-in','Bench Leg Pull-in'],
180
- ['cossack-squat','Cossack Squat'],
181
- ['bent-arm-barbell-pullover','Bent-arm Barbell Pullover'],
182
- ['incline-db-curl','Incline Dumbbell Curl'],
183
- ['mountain-climbers','Mountain Climbers']
184
  ];
185
  modal.innerHTML=`<section class="upgrade" style="margin:0;border:0;padding:0">
186
  <h2>Premium samples - Standard tier preview</h2>
187
  <p class="note"><b>Standard tier quality.</b> Transparent-background looping animations - the same kind of clips shipped in the paid Standard tier. The checkerboard shows the transparency.</p>
188
- <div class="samples">${samples.map(([slug,name])=>`<figure><img src="${ASSET_BASE}upgrade-samples/${slug}.webp" alt="${name} - looping transparent animation"><figcaption>${name} �� <span class="tag">animation</span></figcaption></figure>`).join('')}</div>
189
  <div class="foot">The full paid dataset keeps growing - classic 1024 px images, transparency &amp; animations at <a href="${PRICING_URL}">repdb.co/pricing</a></div>
190
  </section>`;
191
  dlg.showModal();
 
132
  <p class="note"><b>Standard tier quality — evaluation only, see <a href="https://github.com/sergei-argutin/exercise-dataset/blob/main/LICENSE-DATA.md">LICENSE-DATA.md</a>.</b>
133
  Looping, transparent-background exercise animations — the same clips shown on <a href="https://repdb.co/?utm_source=huggingface">repdb.co</a> (checkerboard shows the transparency). The Standard tier adds looping animations like these for most exercises → <a href="https://repdb.co/pricing?utm_source=huggingface">repdb.co/pricing</a>.</p>
134
  <div class="samples">
135
+ <figure><img src="https://huggingface.co/datasets/RepDB/exercise-dataset/resolve/main/premium-samples/bent-over-db-row-start.webp" alt="Bent-over Dumbbell Rowclassic start pose" loading="lazy"><figcaption>Bent-over DB Row · <span class="tag">start</span></figcaption></figure>
136
+ <figure><img src="https://huggingface.co/datasets/RepDB/exercise-dataset/resolve/main/premium-samples/bent-over-db-row-peak.webp" alt="Bent-over Dumbbell Row classic peak pose" loading="lazy"><figcaption>Bent-over DB Row · <span class="tag">peak</span></figcaption></figure>
137
+ <figure><img src="https://huggingface.co/datasets/RepDB/exercise-dataset/resolve/main/premium-samples/bent-over-db-row.webp" alt="Bent-over Dumbbell Row — looping transparent animation" loading="lazy"><figcaption>Bent-over DB Row · <span class="tag">animation</span></figcaption></figure>
 
 
138
  </div>
139
  </section>
140
  </main>
141
 
142
  <aside class="dock" aria-label="Standard tier preview">
143
  <button class="dock-open" id="premiumDock">
144
+ <img src="https://huggingface.co/datasets/RepDB/exercise-dataset/resolve/main/premium-samples/bent-over-db-row.webp" alt="Bent-over Dumbbell Row — looping transparent animation" />
145
  <span class="dock-copy">
146
  <b>Standard tier preview <span class="tag">— see the sample</span></b>
147
  <span>Transparent looping animations and classic 1024 px images.</span>
 
154
 
155
  <script>
156
  let DATA=[];
157
+ const ASSET_BASE='https://huggingface.co/datasets/RepDB/exercise-dataset/resolve/main/';
158
  const PRICING_URL='https://repdb.co/pricing?utm_source=huggingface';
159
  const grid=document.getElementById('grid'), q=document.getElementById('q'),
160
  bodySel=document.getElementById('body'), equipSel=document.getElementById('equip'),
 
174
 
175
  document.getElementById('premiumDock').onclick=()=>{
176
  const samples = [
177
+ ['bent-over-db-row','Bent-over Dumbbell Row']
 
 
 
 
178
  ];
179
  modal.innerHTML=`<section class="upgrade" style="margin:0;border:0;padding:0">
180
  <h2>Premium samples - Standard tier preview</h2>
181
  <p class="note"><b>Standard tier quality.</b> Transparent-background looping animations - the same kind of clips shipped in the paid Standard tier. The checkerboard shows the transparency.</p>
182
+ <div class="samples">${samples.map(([slug,name])=>`<figure><img src="${ASSET_BASE}premium-samples/${slug}.webp" alt="${name} - looping transparent animation"><figcaption>${name} · <span class="tag">animation</span></figcaption></figure>`).join('')}</div>
183
  <div class="foot">The full paid dataset keeps growing - classic 1024 px images, transparency &amp; animations at <a href="${PRICING_URL}">repdb.co/pricing</a></div>
184
  </section>`;
185
  dlg.showModal();