Skip to content

ricardoroche/containerized-sentiment-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerized Sentiment Analyzer

Instructions

  1. Clone this repo:
git clone https://github.com/ricardoroche/containerized-sentiment-analyzer.git
cd containerized-sentiment-analyzer
  1. Build docker image:
docker build -t <image_name>
  1. Run docker container:
docker run --rm -dp 8000:8000 <image_name>
  1. Open application in browser: https://127.0.0.1:8000

  2. Submit a query string for sentiment analysis by navigating to the analyze endpoint and clicking on the 'Test it out' button.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published