Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmeterdempmk/language-detection-with-multinomialnb

A simple language detection project that uses MultinomialNB model. It has a local application that made with Streamlit.
https://github.com/ahmeterdempmk/language-detection-with-multinomialnb

jupyter-notebook language-detection multinomialnb python sklearn streamlit

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

![SS from app](https://i.hizliresim.com/ts7yrlz.jpg)

# 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:
```sh
git clone https://github.com/ahmeterdempmk/evul-ml.git
```

2. If you open in CMD, change directory with following code:
```sh
cd evul-ml
```