Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 640 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 640 Bytes

Language Detector

This is a Language Detector web app to predict the language of the text you enter in the textbox below.\n The model is trained on 17 different languages and has an accuracy of 97.5%.

The languages are: Arabic, Danish, Dutch, English, French, German, Greek, Hindi, Italian, Kannada, Malayalam, Portugeese, Russian, Spanish, Sweedish, Tamil, Turkish

Technologies and Frameworks used:

  • CountVectorizer (to convert words into numerical form)
  • MultinomialNB (to train the model for prediction)
  • Streamlit (to build and deploy our app)

You can access the web-app from here