Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prince-dsd/arbiter
Arbiter is a webapp designed with the help of sentiment analysis to predict ratings of movies through assessment of reviews provided by users.
https://github.com/prince-dsd/arbiter
flask flask-application flask-backend flask-login flask-server flask-sqlchemy flask-web jinja2 jinja2-templates nlp python3 sentiment-analysis sentiment-classification sqlite-database sqlite3-database tmdb-api
Last synced: 5 days ago
JSON representation
Arbiter is a webapp designed with the help of sentiment analysis to predict ratings of movies through assessment of reviews provided by users.
- Host: GitHub
- URL: https://github.com/prince-dsd/arbiter
- Owner: prince-dsd
- License: gpl-2.0
- Created: 2019-12-17T21:24:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:33:30.000Z (about 2 years ago)
- Last Synced: 2024-02-12T16:19:39.936Z (11 months ago)
- Topics: flask, flask-application, flask-backend, flask-login, flask-server, flask-sqlchemy, flask-web, jinja2, jinja2-templates, nlp, python3, sentiment-analysis, sentiment-classification, sqlite-database, sqlite3-database, tmdb-api
- Language: HTML
- Homepage: https://raven-arbiter.herokuapp.com/
- Size: 6.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Arbiter](https://sudocorvus.herokuapp.com/)
Arbiter is a webapp designed with the help of sentiment analysis to predict ratings of movies through assessment of reviews provided by users.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
Python 3.6.0 and Flask
Do check requirements.txt for package versions
```
git clone [email protected]:sudo-corvus/raven.git
```### Installing
cd to the directory where requirements.txt is located.
activate your virtualenv.
Do get the TMDB API key
```
pip install -r requirements.txt in your shell
```
Make sure you successfully install all the packages
use this to get list of installed packages
```
pip list
```## Deployment
Follow the instructions to deploy on heroku
You can check the webapp [here](https://sudocorvus.herokuapp.com/)
## Built With* [Flask](https://pypi.org/project/Flask/) - The web framework used
* [sqlite3](https://maven.apache.org/) - light database## Authors
* **sudo-corvus**
## License
This project is licensed under the GNU General Public License v2.0 License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* Hat tip to anyone whose code was used