BERT Question Answering API uses the Google's BERT technique for Question Answering, In this repo we are using pretrained model of distilbert.
Python3 and NodeJS
Run start.py
using Python3 on your local machine. Before running, make sure you update context.txt
with the information you want the API to use for answering the questions.
Send POST Request to https://localhost:5000 with "question" field as Data.