You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community_growth_20k.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This plan focuses on useful adoption work rather than vanity marketing: if more
34
34
35
35
## Current campaign snapshot
36
36
37
-
As of 2026-07-22 20:57 UTC, the ecosystem has 35,787 combined GitHub stars, or 4,563 additional stars since the 31,224 baseline. The remaining gap to the +20,000 target is 15,437 stars by 2026-09-30, which requires roughly 221 stars/day across the remaining 70 days.
37
+
As of 2026-07-22 21:56 UTC, the ecosystem has 35,787 combined GitHub stars, or 4,563 additional stars since the 31,224 baseline. The remaining gap to the +20,000 target is 15,437 stars by 2026-09-30, which requires roughly 221 stars/day across the remaining 70 days.
38
38
39
39
| Repository | Stars | Forks | Open issues | Open PRs | Last push |
40
40
|---|---:|---:|---:|---:|---|
@@ -195,7 +195,7 @@ High-star feature requests and roadmap issues are earlier in the funnel than PRs
195
195
|`deepset-ai/haystack-core-integrations#3572` FunASR-Haystack Python 3.14 installation | Removes an installation scare in Haystack's integration catalog that can prevent new users from trying FunASR | A current Windows CPython 3.14 resolver check succeeds with `funasr 1.3.14`, `umap-learn 0.5.12`, `pynndescent 0.6.0`, `numba 0.66.0`, and `llvmlite 0.48.0`; the reported `llvmlite 0.36.0` path is therefore more consistent with a stale lock or lagging package index than the current dependency graph. Diagnostic commands and requested lock/index evidence are at https://github.com/deepset-ai/haystack-core-integrations/issues/3572#issuecomment-4965365012. Do not change core packaging until the reporter provides a current failing resolution. |
196
196
|`crewAIInc/crewAI#5983` FunASR for voice-enabled agents | Routes a 55k-star multi-agent framework toward a provider-neutral voice command path where FunASR/SenseVoice can be a local OpenAI-compatible transcription backend | LauraGPT revived the stale broad request with a concrete `voice.stt.*` config, multipart `/v1/audio/transcriptions` contract, mock endpoint test shape, and agent-command handoff at https://github.com/crewAIInc/crewAI/issues/5983#issuecomment-4901293351. Watch for maintainer direction before opening a code PR. |
197
197
|`Significant-Gravitas/AutoGPT#13347` FunASR as an open-source STT backend | Keeps the 185k-star AutoGPT voice-input discussion anchored on a generic OpenAI-compatible transcription contract rather than a heavyweight FunASR-only dependency | LauraGPT mapped the existing hard-coded Copilot Whisper route, then opened PR `Significant-Gravitas/AutoGPT#13500` and linked it back at https://github.com/Significant-Gravitas/AutoGPT/issues/13347#issuecomment-4908286807. The PR later merged, so keep this as a completed high-visibility OpenAI-compatible STT contract win rather than an active operator item. |
198
-
|`modelscope/FunASR#3334/#3350` funasr.com static page contract | Protects owned website conversion surfaces that already send qualified traffic to the four repositories | Merged on 2026-07-23 and hardened again after the donor-page review. `scripts/check_funasr_website_static.py` now patrols 9 public pages across ecosystem, donor, CLI tutorial, llama.cpp landing, and llama.cpp blog surfaces. It requires the current `35K+` ecosystem proof, visible donor copy saying donations buy servers and the `www.funasr.com` domain, LiteLLM `custom_openai` routing, `funasr >= 1.3.26` CLI guidance, and `runtime-llamacpp-v0.1.8` download paths while forbidding stale `16K+`, `1.3.10`, and `runtime-llamacpp-v0.1.1` regressions. Post-merge validation passed the 4-test static contract suite plus a real public website contract run across all 9 pages. |
198
+
| `modelscope/FunASR#3334/#3350/#3361/#3362/#3363` owned conversion and link hygiene | Protects owned website, docs, runtime, and model_zoo surfaces that already send qualified traffic to the four repositories | Merged on 2026-07-23 and hardened again after the donor-page review. `scripts/check_funasr_website_static.py` now patrols 9 public pages across ecosystem, donor, CLI tutorial, llama.cpp landing, and llama.cpp blog surfaces. It requires the current `35K+` ecosystem proof, visible donor copy saying donations buy servers and the `www.funasr.com` domain, LiteLLM `custom_openai` routing, `funasr >= 1.3.26` CLI guidance, and `runtime-llamacpp-v0.1.8` download paths while forbidding stale `16K+`, `1.3.10`, and `runtime-llamacpp-v0.1.1` regressions. PRs #3361-#3363 then refreshed high-traffic runtime download commands, package/help metadata, model_zoo Hugging Face links, and verified core ModelScope entries from stale `alibaba-damo-academy` / `damo` paths to current `modelscope/FunASR` / `iic` pages. Post-merge validation passed the static contract suite, docs link guards, real public website contract runs across all 9 pages, and HTTP 200 checks for updated owned/model links. |
199
199
|`chatchat-space/Langchain-Chatchat#5479` FunASR/SenseVoice voice input | Puts FunASR in a 38k-star Chinese RAG/Agent app where local audio upload can feed existing Chat and knowledge-base flows | LauraGPT proposed an OpenAI-compatible ASR endpoint slice, including `asr.base_url`, multipart request shape, minimal `{ "text": "..." }` response, and mocked CI endpoint at https://github.com/chatchat-space/Langchain-Chatchat/issues/5479#issuecomment-4901293565. Monitor stale handling and maintainer appetite for a first audio-upload transcription path. |
200
200
|`royshil/obs-localvocal#314` SenseVoice/Paraformer engine option | Opens an OBS live-captioning path where SenseVoice/Paraformer can be evaluated through a cleaner ASR-engine boundary instead of a Whisper-only runtime | Maintainer is interested but capacity-limited until mid/late August. LauraGPT mapped current Whisper coupling points and suggested a facade-only first refactor at https://github.com/royshil/obs-localvocal/issues/314#issuecomment-4909662013; wait for a refactor branch or review request before proposing Sherpa-ONNX/FunASR runtime code. |
201
201
|`SevaSk/ecoute#203` FunASR alternative ASR backend | Places FunASR/SenseVoice in a local realtime transcription app where users already compare Whisper-compatible and local ASR backends | LauraGPT recommended a two-step path at https://github.com/SevaSk/ecoute/issues/203#issuecomment-4906862462: first expose an OpenAI-compatible local STT endpoint with `stt_base_url`, optional key, model, and language; later add a native backend only with explicit streaming, language, timestamp, and batch-window capabilities. Monitor for maintainer appetite or an implementation PR before posting again. |
@@ -341,7 +341,7 @@ Paste the Markdown output into launch notes, weekly community updates, or releas
341
341
### Week 1: Repository conversion
342
342
343
343
-[ ] Verify README quick start on clean CPU and GPU environments.
344
-
-[] Verify all README links and docs links.
344
+
-[x] Verify high-traffic README, docs, runtime, and model_zoo links. On 2026-07-23, PRs #3360 through #3363 refreshed localized README Paraformer links, runtime tutorial download commands, runtime deploy-script fallback URLs, package/help metadata, model_zoo Hugging Face links, and verified core ModelScope entries; regression guards now cover these public entry points.
345
345
-[ ] Add or refresh CONTRIBUTING, PR template, and issue templates.
346
346
-[ ] Add a short FAQ for install/deployment failures.
347
347
-[ ] Confirm GitHub repo description and topics mention ASR, speech-recognition, streaming, diarization, OpenAI-compatible API, MCP, and vLLM.
0 commit comments