Skip to content

cbovar/MovieReviewSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Movie Review Sentiment

Movie Review Sentiment using Blazor / ConvNetSharp

A Udacity Deep Learning NanoDegree exercise inspired me to do this.

Projects:

  • Sentiment.Training: Run to train the network. Model will be stored in Model folder (sentiment.json). Training data is located in Data folder (reviews.txt and labels.txt).
  • Sentiment.Inference: Console App to test the inference. This code is re-used in Sentiment.Client.
  • Sentiment.Client: Server-side Blazor app that allow user to classify review in real time.

Screenshot