Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@

<div align="right">
<details>
<summary >🌐 Language</summary>
<div>
<div align="center">
<a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=en">English</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=zh-CN">简体中文</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=zh-TW">繁體中文</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=ja">日本語</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=ko">한국어</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=hi">हिन्दी</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=th">ไทย</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=fr">Français</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=de">Deutsch</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=es">Español</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=it">Italiano</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=ru">Русский</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=pt">Português</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=nl">Nederlands</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=pl">Polski</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=ar">العربية</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=fa">فارسی</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=tr">Türkçe</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=vi">Tiếng Việt</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=id">Bahasa Indonesia</a>
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Close the final language anchor.

The Assamese link ends with </ instead of </a>, so that option may not render or remain clickable.

Proposed fix
-        | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</
+        | <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</a>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</
| <a href="https://openaitx.github.io/view.html?user=Frikallo&project=parakeet.cpp&lang=as">অসমীয়া</a>
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 27, Complete the Assamese language anchor in the README by
replacing the truncated closing tag after its link with a valid </a> closing
tag, leaving the URL and link text unchanged.

</div>
</div>
</details>
</div>

# parakeet.cpp

Fast speech recognition with NVIDIA's [Parakeet](https://huggingface.co/collections/nvidia/parakeet) models in pure C++.
Expand Down