language-id / README.md
davidmezzetti's picture
Add model
ab197d9
|
raw
history blame
646 Bytes
metadata
tags:
  - audio
  - text-to-speech
  - onnx
inference: false
language: en
license: cc-by-sa-3.0
library_name: staticvectors

Language Detection with StaticVectors

This model is an export of this FastText Language Identification model for staticvectors. staticvectors enables running inference Python with NumPy, helping it maintain solid runtime performance.

Usage with StaticVectors

from staticvectors import StaticVectors

model = StaticVectors("NeuML/language-id")
model.predict(["What language is this text?"])