Building End-to-End to Question Answering system using Haystack.

  1. Fine-Tune any base QA model on your custom dataset.
  2. Basic building block of QA system in few lines of code using Haystack.
  3. Training Content: History Books (In Hindi Language)

If you want to get detailed explanation of this app, please refer to my blog: https://impyadav.medium.com/building-end-to-end-question-answering-system-for-hindi-language-using-haystack-f4f6345766f2

qa_ss_2

qa_ss_6

To get started, install the below libs:

  1. !pip install git+https://github.com/deepset-ai/haystack.git
  2. !pip install urllib3==1.25.4
  3. !pip install sentence-transformers
  4. !pip install streamlit
  5. !pip install st-annotated-text