sentiment-analysis-api
sentiment-analysis-api copied to clipboard
This is a machine learning based sentiment analysis web application using python's nltk library and deployed using flask api on Heroku server.
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Hi, your project sentiment-analysis-api requires "textblob==0.15.3" in its dependency. After analyzing the source code, we found that the following versions of textblob can also be suitable without affecting your project,...
Postgres `DATABASE_URL` should start with `postgresql://` but in Heroku database it starts with `postres://` which can cause an Application error. **Fix** Instead to directly passing the environment variable, first load...
Model accuracy is not so good and can be increased by n-grams or RNN.