-
manage.pyis the main file to run the application. -
gunicorn --bind 0.0.0.0:5000 manage:applicationcommand to run the application -
The app is designed for BERT model trained on sentiment analysis data. The is only inference API.
-
PRE_TRAINED_MODEL_NAME = 'bert-base-cased'
-
Deployed on ec2 instance :
Deep Learning AMI (Ubuntu 18.04) Version 35.0
99sbr/Sentiment-Analysis-Web-App
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
