Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 754 Bytes

Deploy Machine Learning Model using Flask

Built a flask app to deploy my sentiment classifier transformer model.

Write any comment in Bangla about the ongoing Ukraine-Russia war. Based on your comment it will try to predict whether your comment is Pro-Ukraine, Neutral, or Pro-Russia

User Interface

Here's the prediction.

User Interface

Installation

Clone this repository. On the terminal, go inside the folder and create a virtual env by using, python -m venv nameofyourvenv

To install the dependencies, run pip install -r requirements.txt

Usage

Open vscode or the terminal and run flask run