Flashlight
A C++ standalone library for machine learning observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 88
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2822
- days_rel: n/a
- days_push: 73
- n_releases_24m: 0
Adoption not part of the score
5466 stars · 502 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
wav2letter++ is Facebook AI Research's end-to-end automatic speech recognition (ASR) toolkit written in C++. It has been consolidated into the Flashlight library's ASR application, with this repository serving as an archive of recipes and pre-trained models for reproducing ASR research papers.
Use cases
- train an end-to-end speech recognition model
- transcribe audio to text with a pretrained ASR model
- reproduce research papers on speech recognition
- build a streaming ConvNet speech recognizer
- run lexicon-free speech recognition
When to choose
- you need a fast C++ end-to-end ASR toolkit with pretrained models
- you want to reproduce published wav2letter/Flashlight ASR research results
- you are training ConvNet-based speech recognition models on GPU
When to avoid
- you need a Python-first ASR framework with broad ecosystem support
- you want actively developed new features, since development moved to Flashlight
- you need exact reproducibility without pinning Flashlight <= 0.3.2
Facets
library · maturity maintenance
speech-recognition machine-learning deep-learning audio-processing speech-processing machine-learning deep-learning cpp asr wav2letter end-to-end convnets pretrained-models facebook-ai-research linux macos gpu
1 source
- readme: https://github.com/flashlight/flashlight · fetched 2026-08-28 · a69c9cd5116a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flashlight/flashlight | main | 62 |
| flashlight/wav2letter | mirror | 64 |
For agents
markdown · JSON · MCP: product_card(name="flashlight/flashlight")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem