Skip to content

Yarharm/Embedded-ML-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded-ML-model-in-Web-App

Sentiment analysis with embedding movie classifier model into a web application.

Large Movie Review Dataset.

  • 25,000 highly polar movie reviews for training.
  • 25,000 reviews for testing.

Code for conversion between aclImdb(txt files) to a single csv file is in txt_to_csv_script.

Dataset copyright details.

out-of-core learning using SGDClassifier with logistic regression model using mini-batches of documents (stochastic gradient descent).

Web application allows users to insert a minimum 15 characters review about any movie and then identifies whether the review is positive or negative.

Application is build upon Flask framework, processed movie reviews are stored in SQLite database and used for the future model training.

Styling in proccess

Deployment in proccess (Possibly with PythonAnywhere)

About

Movie reviews classification embedded into a Web App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published