Skip to content

papercups-io/papercups-simple-chatbot

Repository files navigation

Demo

Check out the demo at: https://app.papercups.io/bot/demo

to activate environment

python3 -m venv env source env/bin/activate pip install -r requirements.txt

Download model, untar, and move in to models folder

wget https://tfhub.dev/google/universal-sentence-encoder/4?tf-hub-format=compressed

save new libraries

python -m pip install Flask==1.1.1 < example python -m pip freeze > requirements.txt

Start app

export FLASK_ENV=development; python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published