Language-Detection-With-MultinomialNB

A simple language detection project that uses MultinomialNB model. It has a local application that made with Streamlit.

Stars
3
Committers
2

Language-Detection-With-MultinomialNB

That program detects the language that user input. It uses MultinomialNB model to make predictions. It uses Streamlit to make a local frontend app.

Installation

This is where your installation instructions go.

Follow the steps to run application in your localhost.

  1. Download repo or clone with the following code
https://github.com/ahmeterdempmk/Language-Detection-With-MultinomialNB.git
  1. Extract repo from zip if you download it

  2. Open repo in a code IDE or CMD

  3. If you open in CMD, change directory with following code

cd Downloads/Language-Detection-With-MultinomialNB-main\Language-Detection-With-MultinomialNB-main
  1. Run Streamlit server on app.py python code in your IDE console. If you open with CMD, write following code
streamlit run app.py
Related Projects