Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 348 Bytes

FoxBot

FoxBot is a selfmade lite version of the Swiss Post Website Chatbot. With this deep learning project, it can answer questions about your parcel delivery, locations and profile settings.

Deployment

docker pull chrishaesler/foxbot
docker run -d -p 5000:5000 chrishaesler/foxbot

The app will run on localhost:5000