Skip to content

kyledemeule/ampliview

Repository files navigation

ampliview

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/.

Running

Create Container:

make build

Start local server:

make server

Pyenv

pyenv install 3.10.11
pyenv virtualenv 3.10.11 ampliview
pyenv activate ampliview
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published