An open API service indexing awesome lists of open source software.

https://github.com/tj2904/pp-api

An API providing sentiment-scored news for PositivePress using the Vader NLP algorithm. A consuming frontend can be found at: https://github.com/tj2904/positive-press
https://github.com/tj2904/pp-api

beautifulsoup fastapi feedparser nltk vader-sentiment-analysis

Last synced: 4 months ago
JSON representation

An API providing sentiment-scored news for PositivePress using the Vader NLP algorithm. A consuming frontend can be found at: https://github.com/tj2904/positive-press

Awesome Lists containing this project

README

        

# Positive Press - Python API Backend
![pp-api](https://github.com/tj2904/pp-api/assets/3164936/87d707c0-309e-4184-92f1-74390d9037f9)

A Python API that uses Natural Language Processing (NLP), specifically the Vader algorithm to analyse news headlines and provide a curated feed of news ranked by positivity.
This is served by the backend app using FastAPI, and stored in a NoSQL database. The [documentation](https://positive-press-api.herokuapp.com/docs/) of the endpoints is provided using Swagger.
There is also a consuming [frontend app](https://positive-press.vercel.app/) and [repo](https://www.github.com/tj2904/postive-press).

More can be read about this project on my [Portfolio](https://tj2904.com/pp-api).

### Tech Stack:
* Python
* Pandas
* NoSQL
* FastAPI
* Pydantic
* Swagger - API documentation
* Pytest
* Sentry