Movie Review Sentiment using Blazor / ConvNetSharp
A Udacity Deep Learning NanoDegree exercise inspired me to do this.
- 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.