--- license: apache-2.0 --- # Inference API for Question Answering This repository contains the implementation for a question-answering system using a custom knowledge base and a transformer model. ## Setup 1. Install the dependencies: ```sh pip install -r requirements.txt