Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Overview
|
2 |
|
3 |
This is an implementation of whisper from scratch in C++.
|
@@ -48,4 +56,4 @@ Improved versions will arrive regularly.
|
|
48 |
Feedbacks are wellcomed. Especially the following:
|
49 |
* features to be add (input format, expected output format etc.)
|
50 |
* devices (plan to extend for mobiles, IPUs etc.)
|
51 |
-
* models (what other models would be great to accelerate)
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- code
|
5 |
+
- audio
|
6 |
+
- acceleration
|
7 |
+
- network
|
8 |
+
---
|
9 |
## Overview
|
10 |
|
11 |
This is an implementation of whisper from scratch in C++.
|
|
|
56 |
Feedbacks are wellcomed. Especially the following:
|
57 |
* features to be add (input format, expected output format etc.)
|
58 |
* devices (plan to extend for mobiles, IPUs etc.)
|
59 |
+
* models (what other models would be great to accelerate)
|