A repo to containerize a language detection model
Install python 3.11 and poetry and run
make prj-initDownload 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