Hello All, I wrote a small library for Language Prediction. This library supports 176 languages and prediction are pretty fast since it is powered by Fasttext.<p>It can be easily installed by `pip install whatlang`<p>Since it is model based , the prediction of language would be faster than other methods which rely on just ngrams. Hope somebody finds this useful.<p>Code : https://github.com/whiletruelearn/whatlang