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

https://github.com/theodoreai/vibe_api

It's an API that fetches Movie Summaries from Wikipedia.
https://github.com/theodoreai/vibe_api

Last synced: about 1 month ago
JSON representation

It's an API that fetches Movie Summaries from Wikipedia.

Awesome Lists containing this project

README

          

## vibe_api

*The following is the first version of my sentiment analysis API.*

####1. Installation:

- pip install -r requirements.txt

####2. To run:

- python main.py

####3. There are two places where you can make queries:

*first_url/sentiment-analysis-short/ {'title': 'value1', 'input_text': 'value2'}*

#### Example for short string you can use this url to make post requests:

- https://vibe-api-service.herokuapp.com/sentiment-analysis-short



#### Example for long string you can use this url to make post requests:

- https://vibe-api-service.herokuapp.com/sentiment-analysis-long

####4. You can use the following testing service to make post requests:
*This sample can be used on the long sentences:*
- {"title":"first_sent", "input_text": "Midway on our life's journey, I found myself In dark woods the right road lost. To tell About those woods is hard--so tangled and rough And savage that thinking of it now, I feel The old fear stirring: death is hardly more bitter. And yet, to treat the good I found there as well I'll tell what I saw, though how I came to enter I cannot well say, being so full of sleep Whatever moment it was I began to blunder Off the true path. But when I came to stop Below a hill that marked one end of the valley That had pierced my heart with terror, I looked up Toward the crest and saw its shoulders already Mantled in rays of that bright planet that shows The road to everyone, whatever our journey."}

- https://reqbin.com/