OneReview is our 2018 RamHacks project. The project uses machine learning to collect sentiment data about certain brands.
- Run
pipenv installto install the dependencies. - If you don't have pipenv, install it, if on macOS use
brew install pipenv, if on linux look up the appropriate instructions. - To run the Django app, run
cd OneReview && pipenv run python3 manage.py runserver