Skip to content

Commit 9a3091f

Browse files
committed
v0.1.1
1 parent 7b8638b commit 9a3091f

File tree

13 files changed

+998
-103
lines changed

13 files changed

+998
-103
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Web AI Toolkit
33

4-
**Alpha Version: v0.0.1**
4+
**Currently in Alpha**
55

66
The Web AI Toolkit simplifies the integration of AI features, such as OCR and audio file transcription, into your application. It ensures optimal performance by running all AI workloads locally, leveraging WebGPU and WASM technologies.
77

@@ -22,8 +22,11 @@ npm install web-ai-toolkit
2222
| | timestamps | boolean | false |
2323
| | language | string | "en-US" |
2424
| textToSpeech | text | string | - |
25+
| | model | string | "Xenova/mms-tts-eng"|
2526
| summarize | text | string | - |
27+
| | model | string | "Xenova/distilbart-cnn-6-6"|
2628
| ocr | image | Blob | - |
29+
| | model | string | "Xenova/trocr-small-printed|
2730

2831
## Technical Details
2932

0 commit comments

Comments
 (0)