Inspiration

Google's Language Detector.

What it does

This is a language detection model that detects the language of the text provided.

Built using:

NLP, Seaborn, Sklearn, Pickle and Streamlit

Usage

  1. Open the ipynb file in google collab
  2. Install pickle
  3. Install streamlit using the command '!pip install streamlit' 4.Install localtunnel using '!npm install -g localtunnel'
  4. Run in your local system using '!streamlit run app.py & npx localtunnel --port 8501'

What we learned

Various technologies including NLP, Streamlit, sklearn, etc...

Built With

Share this project:

Updates