ajtvsv07 / CA_R2_Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CA_R2_Assignment

Frontend

Bootstrap UI - simple UI to show positive, negative or neutral for a sentence

Backend - Sentiment Analysis Flask App

1. BiLSTM Train API
2. BiLSTM Inference API

Environment Setup

create virtual environment

conda create --name senti python=3.6

Install requirements.txt

pip install -r requirements.txt

Download Tweet-sentiment-extraction data from kaggle( https://www.kaggle.com/c/tweet-sentiment-extraction/overview)

unzip it and place the files into tweet-sentiment-extraction folder

Deployment

sudo apt install screen
screen
conda activate senti
python app.py

About


Languages

Language:Python 65.3%Language:HTML 34.7%