All Projects → deepset-ai → Covid Qa

deepset-ai / Covid Qa

Licence: apache-2.0
API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.

Projects that are alternatives of or similar to Covid Qa

Duckduckgo Images Api
DuckDuckGo Image Search Resuts - Programatically download Image Search Results
Stars: ✭ 48 (-83.04%)
Mutual labels:  api, search
Kerasobjectdetector
Keras Object Detection API with YOLK project 🍳
Stars: ✭ 113 (-60.07%)
Mutual labels:  api, jupyter-notebook
Google Search
scrape google search results
Stars: ✭ 62 (-78.09%)
Mutual labels:  api, search
Duckduckgo
An unofficial DuckDuckGo search API.
Stars: ✭ 6 (-97.88%)
Mutual labels:  api, search
Stelace
Open-source marketplace backend in Node.js, empowering Web platforms with Search API, Automation, Auth, Headless CMS… ⚡ 💻
Stars: ✭ 144 (-49.12%)
Mutual labels:  api, search
Cryptocompare Api
Jupyter Notebook with examples of useful CryptoCompare API calls
Stars: ✭ 25 (-91.17%)
Mutual labels:  api, jupyter-notebook
Lyrics.ovh
Source of lyrics.ovh and API to search for lyrics of a song
Stars: ✭ 112 (-60.42%)
Mutual labels:  api, search
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+1104.59%)
Mutual labels:  search, question-answering
Zerodha live automate trading using ai ml on indian stock market Using Basic Python
Online trading using Artificial Intelligence Machine leaning with basic python on Indian Stock Market, trading using live bots indicator screener and back tester using rest API and websocket 😊
Stars: ✭ 131 (-53.71%)
Mutual labels:  api, jupyter-notebook
Ajax Movie Recommendation System With Sentiment Analysis
Content-Based Recommender System recommends movies similar to the movie user likes and analyses the sentiments on the reviews given by the user for that movie.
Stars: ✭ 127 (-55.12%)
Mutual labels:  api, jupyter-notebook
Manticoresearch
Database for search
Stars: ✭ 610 (+115.55%)
Mutual labels:  api, search
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-19.79%)
Mutual labels:  api, jupyter-notebook
Notebooks
interactive notebooks from Planet Engineering
Stars: ✭ 339 (+19.79%)
Mutual labels:  api, jupyter-notebook
Lara Eye
Filter your Query\Builder using a structured query language
Stars: ✭ 39 (-86.22%)
Mutual labels:  api, search
Cape Webservices
Entrypoint for all backend cape webservices
Stars: ✭ 149 (-47.35%)
Mutual labels:  search, question-answering
Cloudboost
Realtime JavaScript Backend.
Stars: ✭ 1,378 (+386.93%)
Mutual labels:  api, search
Code search
Code For Medium Article: "How To Create Natural Language Semantic Search for Arbitrary Objects With Deep Learning"
Stars: ✭ 436 (+54.06%)
Mutual labels:  search, jupyter-notebook
Natural Language Youtube Search
Search inside YouTube videos using natural language
Stars: ✭ 676 (+138.87%)
Mutual labels:  search, jupyter-notebook
Youtube Scrape
Scrape YouTube searches (API)
Stars: ✭ 122 (-56.89%)
Mutual labels:  api, search
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (-47%)
Mutual labels:  api, search
cover-photo

This open source project serves two purposes.

  1. Collection and evaluation of a Question Answering dataset to improve existing QA/search methods - COVID-QA
  2. Question matching capabilities: Provide trustworthy answers to questions about COVID-19 via NLP - outdated

COVID-QA

Update 14th April, 2020: We are open sourcing the first batch of SQuAD style question answering annotations. Thanks to Tony Reina for managing the process and the many professional annotators who spend valuable time looking through Covid related research papers.

FAQ matching

Update 17th June, 2020: As the pandemic is thankfully slowing down and other information sources have catched up, we decided to take our hosted API and UI offline. We will keep the repository here as an inspiration for other projects and to share the COVID-QA dataset.

⚡️ Problem

  • People have many questions about COVID-19
  • Answers are scattered on different websites
  • Finding the right answers takes a lot of time
  • Trustworthiness of answers is hard to judge
  • Many answers get outdated soon

💡 Idea

  • Aggregate FAQs and texts from trustworthy data sources (WHO, CDC ...)
  • Provide a UI where people can ask questions
  • Use NLP to match incoming questions of users with meaningful answers
  • Users can provide feedback about answers to improve the NLP model and flag outdated or wrong answers
  • Display most common queries without good answers to guide data collection and model improvements

⚙️ Tech

  • Scrapers to collect data
  • Elasticsearch to store texts, FAQs, embeddings
  • NLP Models implemented via Haystack to find answers via a) detecting similar question in FAQs b) detect answers in free texts (extractive QA)
  • React Frontend
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].