Skip to content

prince-dsd/arbiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

Built With

Authors

  • sudo-corvus

License

This project is licensed under the GNU General Public License v2.0 License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used