Skip to content

sofiahalima/sentiment-analysis-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Flask-App

This repo consists of sentiment detection code based client server architecture. Flask is used for server implementation. Currently, there are two LLMs implemented on the server:

Run server

python -m flask run 

Screenshot

Sentiment Detection Flask-App

Tip

To add more models, browse pretrained LLMs from: hugging face text-classification.