Skip to content
/ kb-qa Public
forked from Perevalov/kb-qa

This repository contains simple question answering system which is working on top of knowledge base

Notifications You must be signed in to change notification settings

anbo-de/kb-qa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KB-QA (Knowledge base Question-Answering)

This repository contains simple question answering system which is working on top of knowledge base

Project set up

Navigate to project folder and run following commands in the terminal:

pip install -r requirements.txt

python -m spacy download en_core_web_sm

Status of the project

Currently system can answer only questions related to intent "How many inhabitants are living in the city X?". To be extended...

About

This repository contains simple question answering system which is working on top of knowledge base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • HTML 31.8%
  • Python 12.4%
  • CSS 6.6%