Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1011 Bytes

File metadata and controls

22 lines (12 loc) · 1011 Bytes

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)