CoolFace
Apppublic

Xenova/react-translator

sourceHugging Faceupdated 2y agoView on Hugging Face
94likes
README.md18 linesDownload Raw Back to root
1---2title: React Translator3emoji: ๐ŸŒ4colorFrom: gray5colorTo: yellow6sdk: static7pinned: false8models:9 - Xenova/nllb-200-distilled-600M10custom_headers:11  cross-origin-embedder-policy: require-corp12  cross-origin-opener-policy: same-origin13  cross-origin-resource-policy: cross-origin14---15 16A simple React application that performs multilingual translation using Transformers.js!17 18This is part of the Transformers.js tutorial series. For more information, check out the [GitHub repo](https://github.com/xenova/transformers.js).