Skip to content

Question-Answering Application with Django, BeautifulSoup, cdQA (Deep Learning)

Notifications You must be signed in to change notification settings

thepylot/Question-Answering-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Question-Answering-Application

Question-Answering Application with Django, BeautifulSoup, cdQA (Deep Learning)

Getting Started

This project works on Python 3+ and Django 2+.

Install dependencies:

python3 -m pip3 install -r requirements.txt

Download pre-trained models from cdQA and include into your project:

from cdqa.utils.download import download_model
download_model(model='bert-squad_1.1', dir='./models')

for more details visit: How to create your own Question-Answering system easily with python

About

Question-Answering Application with Django, BeautifulSoup, cdQA (Deep Learning)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages