Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 565 Bytes

File metadata and controls

21 lines (14 loc) · 565 Bytes

SS from app

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:
git clone https://github.com/ahmeterdempmk/evul-ml.git
  1. If you open in CMD, change directory with following code:
cd evul-ml