Categorizes toxicity levels in a sentence Dataset obtained from this Kaggle competition Models trained using BigMl
Clone the repo
# SSH
git clone git@github.com:bisoncorps/Rudeboy-PredictionEngine.git
# HTTPS
git clone https://github.com/bisoncorps/Rudeboy-PredictionEngine.gitActivate virtual environment. All project work should be done in virtualenvs and virtualenv names must be added to gitignore
- Install the requirements
# install pipenv
sudo pip3 install pipenv
# install requirements
pipenv install- With flask dev server
python flask_api/server.py- With Gunicorn (port 8008)
gunicorn -b :8008 flask_api:app- With deployed Docker image from docker hub
docker run deven96/rudeboyapiUpon running image, docker container port is bound to localhost
Make use of the deployed version visit https://rudeboy.bisoncorps.com
