https://github.com/phenax/mr-senti
Mr. Senti knows whether you are feeling happy or sad
https://github.com/phenax/mr-senti
flask python sentiment-analysis
Last synced: 3 months ago
JSON representation
Mr. Senti knows whether you are feeling happy or sad
- Host: GitHub
- URL: https://github.com/phenax/mr-senti
- Owner: phenax
- License: apache-2.0
- Created: 2017-04-02T14:50:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T06:13:54.000Z (over 9 years ago)
- Last Synced: 2025-07-29T16:12:37.847Z (12 months ago)
- Topics: flask, python, sentiment-analysis
- Language: Python
- Homepage:
- Size: 7.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mr Senti
Sentiment analysis thingy. Not complete yet.
[Test it out](http://mr-senti.herokuapp.com/)
*[NOTE: The client side is written in ES2015 so if it doesn't work, update your browser or just download one thats less shitty. This is 2017 for fuck's sake.]*
### Instructions
* Clone this shit.
* Open it in virtualenv with `virtualenv venv; source ./venv/bin/activate;` (or dont, whateva)
* Run app.py `python app.py`.
### The api
`/api/analyse`
- method `GET`
- query `text=This is great`