This repository contains simple question answering system which is working on top of knowledge base
Navigate to project folder and run following commands in the terminal:
pip install -r requirements.txt
python -m spacy download en_core_web_sm
Currently system can answer only questions related to intent "How many inhabitants are living in the city X?". To be extended...