deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

Create api class #128

Open yasserelsaid opened 3 years ago

yasserelsaid commented 3 years ago

Added a new class Api to be wrapper around the function get_application in the file api.py

Now other functions can be implemented inside the Api class to provide better encapsulation to the api functionality