Viktoria Georgieva commited on
Commit
c1d9eec
Β·
1 Parent(s): f06e713

added some model info, updated readme file

Browse files
Files changed (2) hide show
  1. README.md +12 -26
  2. index.html +33 -17
README.md CHANGED
@@ -7,34 +7,20 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- ( update august 2025 - CC-BY models are coming soon. )
11
 
12
- About this ASR models demo
 
 
13
 
14
- Free non-commercial use under the Coqui Public license!
15
 
16
- Languages: English, German, French
17
 
18
- Privacy and Security First: All processing happens locally on your device's CPU, directly within your browser. No server interaction means that your data remains private and secure.
19
 
20
- Optimized Resource Utilization: Operates without GPU dependency, preserving your system's resources for tasks like webLLM analysis.
21
-
22
- Advanced Audio Capabilities: Seamlessly handles both microphone and speaker inputs simultaneously, perfect for webRTC-powered calls, call centers and online meetings.
23
-
24
- Latest update:
25
-
26
- Added French (fr-FR) language
27
-
28
- Added German (de-DE) language
29
-
30
- Model Licensing
31
-
32
- The models in this space are licensed under the Coqui Public license.
33
- For commercial licensing and commercial use, please contact:
34
35
-
36
- Commercial Use Example Pricing Ranges (final pricing depends on your specific use case):
37
-
38
- $25/year – Single-user license
39
- $99/year – PBX setup for up to 10 users/extensions
40
- For a customized quote tailored to your needs, contact us, and we’ll craft an unbeatable offer! πŸš€
 
7
  pinned: false
8
  ---
9
 
10
+ # Welcome to Kroko πŸ‘‹
11
 
12
+ ## **Open-source speech recognition built for developers.**
13
+ >
14
+ > Our engine is fully open-source, and you choose how to deploy models: use our **CC-BY-SA licensed community models** or upgrade to **commercial models** with premium performance. We focus on building **fast, high-quality production models** and providing **examples that take the guesswork out** of integration.
15
 
16
+ > Our mission: **fast, high-quality ASR with licensing that works for both open-source and closed-source projects.**
17
 
18
+ ## Our Community
19
 
20
+ Join the Kroko community to learn, share, and contribute:
21
 
22
+ - πŸ’¬ **[Discord](https://discord.gg/JT7wdtnK79)** – chat with developers, ask questions, and share projects.
23
+ - πŸ“’ **[Reddit](https://www.reddit.com/r/kroko_ai/)** – join discussions, showcase your integrations, and follow updates.
24
+ - πŸ€— **[Hugging Face](https://huggingface.co/Banafo/Kroko-ASR)** – explore our models, try live demos, and contribute feedback.
25
+ - 🌐 **[Website](https://kroko.ai/)** – learn more about our mission, documentation, and deployment options.
26
+ - πŸ’» **[GitHub](https://github.com/kroko-ai)** - browse our repositories, open issues, and contribute to development.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
index.html CHANGED
@@ -56,6 +56,39 @@
56
  </head>
57
  <body style="font-family: 'Source Sans Pro', sans-serif; background-color: #f9fafb; color: #333; display: flex; flex-direction: column; align-items: center; height: 100vh; margin: 0;">
58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  <div style="width: 100%; max-width: 900px; background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); flex: 1;">
60
 
61
  <div id="selectLanguageContent" class="hidden">
@@ -115,23 +148,6 @@
115
 
116
  </div>
117
 
118
- <div style="width: 100%; max-width: 900px; margin-top: 1.5rem; background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: left; font-size: 0.9rem; color: #6c757d;">
119
- <h3>Welcome to Kroko</h3>
120
-
121
- <strong>
122
- This demo uses older versions of our models. We're working on a new oneβ€”stay tuned!
123
- </strong>
124
- <div style="margin-top: 8px; font-weight: normal;">
125
- In the meantime, you can:
126
- <ul style="margin: 6px 0 0 16px; padding: 0;">
127
- <li><a href="https://kroko.ai/" target="_blank">Visit our website</a></li>
128
- <li><a href="https://github.com/kroko-ai/kroko-onnx" target="_blank">Explore our GitHub repo</a></li>
129
- <li><a href="https://discord.gg/JT7wdtnK79" target="_blank">Join our community</a> to get the latest updates first</li>
130
- </ul>
131
- </div>
132
-
133
- </div>
134
-
135
  <script src="./app-asr.js" type="module"></script>
136
  </body>
137
  </html>
 
56
  </head>
57
  <body style="font-family: 'Source Sans Pro', sans-serif; background-color: #f9fafb; color: #333; display: flex; flex-direction: column; align-items: center; height: 100vh; margin: 0;">
58
 
59
+ <div style="width: 100%; max-width: 900px; margin-top: 1.5rem; background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: left; font-size: 0.9rem; color: #6c757d;">
60
+ <h2 style="margin:0 0 6px 0;">🐊 Welcome to Kroko</h2>
61
+
62
+ <p style="margin:6px 0;">
63
+ Fast, on-device speech-to-text with streaming performance. Pick what fits your project:
64
+ </p>
65
+
66
+ <ul style="margin:6px 0 10px 20px; padding:0;">
67
+ <li><strong>Community models</strong> β€” completely free to use. Lower-cost/size and quality, great for experiments and demos.</li>
68
+ <li style="margin-top:6px;"><strong>Pro models</strong> β€” higher quality & performance. Two ways to use them:
69
+ <ul style="margin:6px 0 0 18px; padding:0;">
70
+ <li><strong>Personal / Hobbyist:</strong> you can get a Pro key and use Pro models <em>forever free</em> for non-commercial projects.</li>
71
+ <li><strong>Commercial:</strong> paid plans are available (trials offered) if you need Pro models for commercial use.</li>
72
+ </ul>
73
+ </li>
74
+ </ul>
75
+
76
+ <p style="margin:8px 0;"><strong>Get a Pro key:</strong></p>
77
+ <ol style="margin:6px 0 12px 20px; padding:0;">
78
+ <li>Visit <a href="https://app.kroko.ai" target="_blank" rel="noopener">app.kroko.ai</a>.</li>
79
+ <li>Log in or sign up, open the <em>On premise</em> page, and request your free Pro key or trial for commercial needs.</li>
80
+ <li>Paste the key into this demo to try Pro models.</li>
81
+ </ol>
82
+
83
+ <p style="margin:6px 0 0 0; font-size:13px; color:#333;">
84
+ Need help or want to connect?
85
+ πŸ’¬ Join our <a href="https://discord.gg/JT7wdtnK79" target="_blank" rel="noopener">Discord community</a> β€’
86
+ 🌐 Visit our <a href="https://kroko.ai" target="_blank" rel="noopener">website</a> β€’
87
+ πŸ’» Check out our <a href="https://github.com/kroko-ai" target="_blank" rel="noopener">GitHub</a>.
88
+ </p>
89
+
90
+ </div>
91
+
92
  <div style="width: 100%; max-width: 900px; background: #fff; padding: 1.5rem; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); flex: 1;">
93
 
94
  <div id="selectLanguageContent" class="hidden">
 
148
 
149
  </div>
150
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
  <script src="./app-asr.js" type="module"></script>
152
  </body>
153
  </html>