Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote contributions to key repositories #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="collapse navbar-collapse" id="navbar-collapsed">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="/en">Alpha Cephei</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/alphacep/vosk-api">GitHub</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/alphacep/vosk-api">vosk-api Source</a></li>
<li class="nav-item"><a class="nav-link" href="https://alphacephei.com/nsh/">Research</a></li>
</ul>
</div>
Expand Down
8 changes: 8 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ Vosk is a speech recognition toolkit. The best things in Vosk are:
* [Models](models)
* [Language Model Adaptation](lm)

## Contributions

We would love for you to participate!

* [Contribute to vosk-api](https://github.com/alphacep/vosk-api)
* [Contribute to vosk-server](https://github.com/alphacep/vosk-server)
* [Contribute to documentation](https://github.com/alphacep/vosk-space)

## Contact Us

If you have any questions, feel free to
Expand Down