Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elizabethsiegle/cfworkers-ai-translate

multimodal translator with Cloudflare AI for audio and text in the browser
https://github.com/elizabethsiegle/cfworkers-ai-translate

ai cloudflare cloudflare-workers cloudflare-workers-ai translator workers-ai

Last synced: 9 days ago
JSON representation

multimodal translator with Cloudflare AI for audio and text in the browser

Awesome Lists containing this project

README

        

Perform multimodal translation in a Cloudflare Worker web app with [m2m100-1.2b hosted on Cloudflare](https://developers.cloudflare.com/workers-ai/models/m2m100-1.2b/) using [Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/). You can [see more models hosted on Cloudflare here](https://developers.cloudflare.com/workers-ai/models/). (Models are free to run inference on on Cloudflare!)

Test it out yourself [in the browser here](https://multimodal-translator.tumai.workers.dev).

To run the code--clone the repo and run the following:
```
npm install
npm run dev
```

```
npm run deploy
```