@huggingface/languages
v1.0.0
Published
List of ISO-639 languages used in the Hub
Downloads
2,255
Readme
🤗 Hugging Face Languages.js
The list of all languages supported by the huggingface hub.
Install
pnpm add @huggingface/languages
npm add @huggingface/languages
yarn add @huggingface/languages
Deno
// esm.sh
import { language, wikiLink, type Language } from "https://esm.sh/@huggingface/languages"
// or npm:
import { language, wikiLink, type Language } from "npm:@huggingface/languages"
Check out the full documentation.