ls-da3m0ns / Bert-sentiment-analysis

Use this to predict the sentiment of the text. Provides probability score of sentiment being positive or negative.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bert Sentiment Analysis

Introduction

how to use

  • make sure you have docker installed
  • then use next command to build the docker image docker build -t bert-docker .
  • to run this container use docker run -d -p 9999:9999 -e PORT=9999 bert-docker:latest

Requirements

  • Pytorch
  • Flask
  • Python
  • HTML/CSS/JS

Demo Images

Index page which take sentence as a input.


Output page to display the prediction

Accuracy

About

Use this to predict the sentiment of the text. Provides probability score of sentiment being positive or negative.


Languages

Language:Python 76.8%Language:HTML 12.1%Language:CSS 8.9%Language:Dockerfile 2.0%Language:JavaScript 0.3%