Skip to content

Simple API that exposes an endpoint to predict the sentiment of a list of texts. The use case for this project is to predict a list of comments from dev.to articles provided by a separate client.

Notifications You must be signed in to change notification settings

steekam/sentiment-with-bert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Classifier API

Simple API that exposes an endpoint to predict the sentiment of a list of texts. The use case for this project is to predict a list of comments from dev.to articles provided by a separate client.

Installing dependencies

The project was created using poetry. If you have poetry installed run:

poetry install

Running the server

uvicorn server is among the dependencies. To start the server API run:

uvicorn app.main:app --reload

Tests

Simply run:

poetry run python -m pytest

Contributors

Kamau Wanyee

About

Simple API that exposes an endpoint to predict the sentiment of a list of texts. The use case for this project is to predict a list of comments from dev.to articles provided by a separate client.

Topics

Resources

Stars

Watchers

Forks

Languages