Skip to content

ajms/language-detection

Repository files navigation

language-detection

A repo to containerize a language detection model

Initialise project

Install python 3.11 and poetry and run

make prj-init

Download models from AI4Bharat

wget https://github.com/AI4Bharat/IndicLID/releases/download/v1.0/indiclid-ftn.zip
wget https://github.com/AI4Bharat/IndicLID/releases/download/v1.0/indiclid-bert.zip
mkdir -p data
unzip indiclid-ftn.zip -d language_detection/data/
unzip indiclid-bert.zip -d language_detection/data/
rm indiclid-ftn.zip indiclid-bert.zip

About

A repo to containerize a language detection model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors