ggerganov commited on
Commit
443fc8d
·
unverified ·
1 Parent(s): b3b8141

Add Roadmap

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,8 @@
4
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
  [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
6
 
 
 
7
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
8
 
9
  - Plain C/C++ implementation without dependencies
 
4
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
  [![npm](https://img.shields.io/npm/v/whisper.cpp.svg)](https://www.npmjs.com/package/whisper.cpp/)
6
 
7
+ [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
8
+
9
  High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisper) automatic speech recognition (ASR) model:
10
 
11
  - Plain C/C++ implementation without dependencies