Skip to content

A Beautifully animated sentiment and Entity analyzer. Designed using SCSS, JavaScript. It uses Google’s natural language API which processes User-given text and response is presented using chartsJS.

Notifications You must be signed in to change notification settings

dragonblood/Boomerang

Repository files navigation

Boomerang Django CI

Open in Cloud Shell

1. About:

A Beautifully animated sentiment and Entity responsive analyser. Designed using SCSS, JavaScript. This project is built using Google’s natural language API which processes User-given text and returns a JSON response, which is presented pleasingly using chartsJS to a user. The Project is deployed using Google Cloud AppEngine.

2. Steps To Follow:

### Conda method
git clone https://github.com/dragonblood/Boomerang.git
cd Boomerang
conda env create --file boomerang.yml
conda activate boomerang
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

OR (PIP method)

git clone https://github.com/dragonblood/Boomerang.git
cd Boomerang
pipenv shell
pipenv install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

3. Screenshots

Please Feel Free to raise an issue.

Take Permission Before using it in your work.