Skip to content

sundargodina/language-identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

language-identifier

language identifier using naive bayes and random forest methods. created an ensemble model using soft voting classifier with a dataset of 22000 entries, 10000 entries for each language. used count vectorizer to convert the language text phrases into matrix of token counts to build the machine learning model. used label encoding for converting categorical variable(language column) to numerical values. deployed the model on a webpage using Flask framework from python.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published