Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Jul 7, 2024
1 parent 7b8638b commit 9a3091f
Show file tree
Hide file tree
Showing 13 changed files with 998 additions and 103 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Web AI Toolkit

**Alpha Version: v0.0.1**
**Currently in Alpha**

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.

Expand All @@ -22,8 +22,11 @@ npm install web-ai-toolkit
| | timestamps | boolean | false |
| | language | string | "en-US" |
| textToSpeech | text | string | - |
| | model | string | "Xenova/mms-tts-eng"|
| summarize | text | string | - |
| | model | string | "Xenova/distilbart-cnn-6-6"|
| ocr | image | Blob | - |
| | model | string | "Xenova/trocr-small-printed|

## Technical Details

Expand Down
Loading

0 comments on commit 9a3091f

Please sign in to comment.