Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 310 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 310 Bytes

PyTorch Chatbot API

A seq2seq model trained in pytorch hosted using a python flask app.

Different Branches

  • 'Deploy' Branch: This branch is used to deploy to pre-trained models to Heroku. Different way of accessing Python paths.
  • 'Training' Branch: Use this branch for local training and prediction.