Coder Social home page Coder Social logo

github-actions's Introduction

Sentinel

Sentinel is an application written in Python that may be used to perform sentiment analysis on a piece of text. It leverages an external API for this purpose and provides a safe default when the API is unavailable.

Commands

The following commands describe how the application may be built, run and tested. Note that Python 3.10 and Poetry are required.

Setup

poetry install

Run

uvicorn sentinel.api:app --host 0.0.0.0 --port 8000 --reload

From another terminal window, you may query the application with:

curl -XPOST http://localhost:8000/analyze -H "Content-Type: application/json" -d '{"text": "This is a test."}'

Unit tests and coverage

poetry run coverage run -m pytest tests/test_unit.py
poetry run coverage report --fail-under 90

Regression tests

By default, regression tests run against an application running on localhost:8000. However, you may use the BASE_URL environment variable to run against a different URL.

BASE_URL=http://localhost:8000 poetry run pytest tests/test_regression.py

Integration tests

poetry run pytest tests/test_integration.py

github-actions's People

Contributors

adoniscyp avatar apanagidis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.