Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 756 Bytes

QnA-Bot

QnA bot powered by CoQA + BERT built in Pytorch. This project was done as course project of EE 763 jointly with Rakesh and Kuber

Installation

pytorch-pretrained-BERT version 0.6.1
torch version 1.0.1.post2

pip3 install torch
pip3 install flask
pip3 install git+https://github.com/huggingface/pytorch-pretrained-BERT.git

Download pretrained model from : https://drive.google.com/file/d/15HOJmRizBrgoPPVDHKpvSO2tNf0k-d8f/view?usp=sharing

python3 server.py

Google Colab Demo

Running

alt text