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.
- Host: GitHub
- URL: https://github.com/theodoreai/vibe_api
- Owner: TheodoreAI
- Created: 2021-05-21T19:28:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T05:33:09.000Z (about 5 years ago)
- Last Synced: 2025-06-08T01:42:26.600Z (about 1 year ago)
- Language: Python
- Homepage: https://vibe-api-service.herokuapp.com
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/