deepset-ai / COVID-QA

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

Instructions for Hosting API #111

Open mspandit opened 3 years ago

mspandit commented 3 years ago

My website (http://know-covid19.info/) continues to get a few dozen hits daily, but I had to remove the FAQ section when Deepset took the hosted API offline. :-(

I would be happy to host the API myself. It looks like the database is included in the GitHub repo, but what about the trained model? Can you share with me the resources and instructions so that I can host the API?

Timoeller commented 3 years ago

Hey thanks for using the Covid QA tools we created during a hackathon.

Unfortunately we do not have much time to support this project as much as we would like to.

About hosting yourself, what about the https://github.com/deepset-ai/COVID-QA/blob/master/backend/readme.md or looking at our docker-compose file. It seems the model API should be easy to create with our pre made images.