Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elizabethsiegle/cfworkers-ai-translate
- Owner: elizabethsiegle
- Created: 2024-05-28T07:31:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T22:18:23.000Z (9 months ago)
- Last Synced: 2024-12-05T19:16:00.413Z (2 months ago)
- Topics: ai, cloudflare, cloudflare-workers, cloudflare-workers-ai, translator, workers-ai
- Language: HTML
- Homepage: https://multimodal-translator.cloudspacevn.workers.dev/
- Size: 38.1 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```