workers-rs icon indicating copy to clipboard operation
workers-rs copied to clipboard

AI prototype with new bindings

Open kflansburg opened this issue 10 months ago • 4 comments

kflansburg avatar Apr 10 '24 22:04 kflansburg

What is the status of this? looking to use it

smallbraingames avatar Jun 22 '24 02:06 smallbraingames

This pretty much works, however types need to be defined for each of the various model types and their respective input / output formats. Is there a particular model you plan to use?

I'm also just trying to understand the value of this. What is the use case for invoking AI in Rust? Are there crates you would also be using that are better than what JavaScript offers?

kflansburg avatar Jun 22 '24 10:06 kflansburg

I actually just stopped using rust and went back to ts. Using WASM for what I want

But was using the whisper model

smallbraingames avatar Jun 22 '24 19:06 smallbraingames