Ampliview is a tool to help you write better reviews for Yelp. It offers two major functions: it will analyze and tag the sentiment of each sentence in your review, and it will provide an overall score for your review on how likely it is to be marked as useful by reviewers on Yelp. You can read more about it here or check it out live: https://ampliview.calmtech.link/.
Create Container:
make build
Start local server:
make server
pyenv install 3.10.11
pyenv virtualenv 3.10.11 ampliview
pyenv activate ampliview
pip install -r requirements.txt