5hirish/adam_qas
ADAM - A Question Answering System. Inspired from IBM Watson
ArchivedLeverages Elasticsearch to index Wikipedia content and uses spaCy for natural language processing with question classification via regex or SVM models. Employs vector space models to extract and rank candidate answers, then merges the top results into a single response. Supports Docker deployment for simplified setup alongside the Elasticsearch backend.
356 stars. No commits in the last 6 months.
Stars
356
Forks
106
Language
Python
License
GPL-3.0
Category
Last pushed
Feb 06, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/5hirish/adam_qas"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
husseinmozannar/SOQAL
Arabic Open Domain Question Answering System using Neural Reading Comprehension
SatyamSoni23/Smart-Question-Answering-System-on-Document
It's Smart-Question Answering System on short as well as long documents. It can automatically...
dharmendrach/bert_quora_question_pairs
BERT Model Fine-tuning on Quora Questions Pairs
Chia-Hsuan-Lee/Spoken-SQuAD
A spoken question answering dataset on SQUAD
nocoolsandwich/iamQA
中文wiki百科QA阅读理解问答系统,使用了CCKS2016数据的NER模型和CMRC2018的阅读理解模型,还有W2V词向量搜索,使用torchserve部署