DECMBER 2020 Update: Updated working code is in the notebook below. (Since the video was made there have been some changes in AllenNLP. Now my code is again working, please refer colab notebook below)
Create a answering machine (or a chatbot) in Python, which does not need to be trained. Just run few lines of code and start asking questions. Thanks to Allen Institute for their wonderful work.
Current model uses BiDAF - Bidirectional Attention Flow for Machine Comprehension
The code is uploaded as a notebook on Github. Below is the location from where you can download:
https://colab.research.google.com/drive/1CgQ1_M55iuZ_Y9e4-yGw2RWe6AfXtgC6#scrollTo=_6dB5LmdPvPO
Download
0 formats
No download links available.
How to create Question Answering Allen NLP Bot. No training needed. Using Python. | NatokHD