Skip to content

Commit

Permalink
Update About
Browse files Browse the repository at this point in the history
  • Loading branch information
tae-jun committed Sep 5, 2023
1 parent 95c15ec commit 7b174f0
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,30 @@
<h3 class="h3">An Interactive Music Structure Visualizer</h3>

<div class="flex flex-row space-x-1 pt-4">
<a href="https://github.com/mir-aidj/all-in-one/">
<a href="https://github.com/mir-aidj/all-in-one/" target="_blank">
<img alt="GitHub repo" src="https://img.shields.io/badge/GitHub-all--in--one-purple?logo=github">
</a>
<a href="http://arxiv.org/abs/2307.16425/">
<a href="http://arxiv.org/abs/2307.16425/" target="_blank">
<img alt="arXiv" src="https://img.shields.io/badge/arXiv-2307.16425-B31B1B" />
</a>
<a href="https://huggingface.co/spaces/taejunkim/all-in-one/">
<a href="https://huggingface.co/spaces/taejunkim/all-in-one/" target="_blank">
<img alt="Hugging Face Space" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-f9f107" />
</a>
<!-- <a href="https://pypi.org/project/allin1">
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/allin1.svg">
</a>
<a href="https://pypi.org/project/allin1">
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/allin1.svg">
</a> -->
</div>

<div class="pt-10">
<p>
This is a web app demonstrates <a href="https://github.com/mir-aidj/all-in-one/" class="anchor">All-In-One Music Structure Analyzer</a>,
which you can install via <a href="https://pypi.org/project/allin1/" class="anchor">pip</a>.
The models are trained on the <a href="https://github.com/urinieto/harmonixset/" class="anchor">Harmonix Set</a> with 8-fold cross validation.
This is a web app demonstrates <a href="https://github.com/mir-aidj/all-in-one/" class="anchor" target="_blank">All-In-One Music Structure Analyzer</a>,
which you can install via <a href="https://pypi.org/project/allin1/" class="anchor" target="_blank">pip</a>.
The models are trained on the <a href="https://github.com/urinieto/harmonixset/" class="anchor" target="_blank">Harmonix Set</a> with 8-fold cross validation.
The demonstrated tracks are from a test set of a fold.
You can also try the models on your own tracks at <a href="https://huggingface.co/spaces/taejunkim/all-in-one/" class="anchor">Hugging Face Space</a>.
For more information, please refer to the <a href="http://arxiv.org/abs/2307.16425/" class="anchor">paper</a>.
You can also try the models on your own tracks at <a href="https://huggingface.co/spaces/taejunkim/all-in-one/" class="anchor" target="_blank">Hugging Face Space</a>.
For more information, please refer to the <a href="http://arxiv.org/abs/2307.16425/" class="anchor" target="_blank">paper</a>.
</p>
</div>

<div class="pt-10">
<a class="text-slate-400" href="https://taejun.kim/">
<a class="text-slate-400" href="https://taejun.kim/" target="_blank">
<i>Taejun Kim</i>
</a>
</div>
Expand Down

0 comments on commit 7b174f0

Please sign in to comment.