Spaces:
Sleeping
Sleeping
File size: 1,427 Bytes
25c5a9d be0f9b3 af0de6e be0f9b3 25c5a9d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
<style>
.hover-badge:hover {
transform: scale(1.075);
opacity: 0.9;
transition: 0.15s;
}
</style>
<div style="text-align: center;">
<h1>DuoSubs</h1>
<p>A semantic subtitle aligner and merger for bilingual subtitle syncing</p>
<div style="display: flex; justify-content: center; gap: 5px; flex-wrap: wrap; margin-top: 1em;">
<a href="https://github.com/CK-Explorer/DuoSubs" target="_blank">
<img class="hover-badge" src="https://img.shields.io/github/stars/CK-Explorer/DuoSubs?style=social" />
</a>
<a href="https://pypi.org/project/duosubs/" target="_blank">
<img class="hover-badge" src="https://img.shields.io/pypi/v/duosubs.svg" />
</a>
<a href="https://duosubs.readthedocs.io/en/latest/" target="_blank">
<img class="hover-badge" src="https://img.shields.io/badge/docs-available-blue?logo=readthedocs" />
</a>
<a href="https://github.com/CK-Explorer/DuoSubs/blob/main/LICENSE" target="_blank">
<img class="hover-badge" src="https://img.shields.io/badge/license-Apache--2.0-blueviolet.svg" />
</a>
</a>
<a href="https://colab.research.google.com/github/CK-Explorer/DuoSubs/blob/main/notebook/DuoSubs-webui.ipynb" target="_blank">
<img class="hover-badge" src="https://colab.research.google.com/assets/colab-badge.svg" />
</a>
</div>
</div> |