Question answering app
Question answering app is used to answer for a user given question from user given text.It is created using HuggingFace transformer
pipeline and streamlit
python packages.
Installation :-
To install all necessary requirement packages for the app
pip install -r requirements.txt
Packages Used :-
import streamlit as st
from transformers import pipeline