This is a language detection model that detects the language of the text provided.
NLP, Seaborn, Sklearn, Pickle and Streamlit
1.Open the ipynb file in google colab
2.Install pickle
3.Install streamlit using the command '!pip install streamlit'
4.Install localtunnel using '!npm install -g localtunnel'
5.Run in your local system using '!streamlit run app.py & npx localtunnel --port 8501'
You are good to go!
The final result should look like this👇