Skip to content

blurryface5178/Sentiment-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Classifier

Sentiment classification webapp based on the 1-P-3-ISEAR dataset. The front end is handled by streamlit and the backend with a FastAPI service.

Instructions for Use:

  1. Install docker engine. (https://docs.docker.com/engine/install/).

For Ubuntu or similar systems, open terminal and run:

sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io

For arch linux, open terminal and run:

sudo pacman -Syu docker
  1. You need a docker service running in the background. Run command:
sudo dockerd
  1. To build the application, go to the folder containing docker-compose.yml and run command:
docker-compose build
  1. To run the application, run command:
docker-compose up
  1. Click on the "Network URL". You will be redirected to a web browser where the model is running.

Screenshots

joy sad

About

A sentiment classification webapp built using streamlit, fastapi and docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published