/language-detector

A Simple python program used to train on a dataset and predict the language of input string.

Primary LanguageJupyter Notebook

Language Detector

Home Page of App

A Simple python program used to train on a dataset and predict the language of input string

REQUIREMENTS

  • All Dependencies in Dependencies.txt file.

Training

This app uses the logistic regression Training algorithm to train on the specified dataset

The First column in the dataset must be all the different languages and the Second will be.

the corresponding language names the text is in.