from Hacker News

Show HN: A simple lightweight API for language detection

by atrifat on 6/7/24, 10:16 AM with 0 comments

A simple lightweight alternative API for language detection. It has compatible API route with LibreTranslate "/detect".

The API use same "langdetect" Python library but without including unused big translation models of LibreTranslate. Alternative faster "fast_langdetect" library can also be used by setting environment variable at startup.