Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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