This application lets the user to ask any question based on the text/document entered and get relevant answers based on the text/document.
queryhelp_UgR8DlwX.mp4
Deep learning framework : Tensorflow
Data analysis tools : pandas, matplotlib, spacy, scikit-learn
Web application : streamlit
Clone the project
git clone <link-to-this-repo>Go to the project directory
cd question-answering-app-BERTInstall dependencies
pip install -r requirements.txt
Navigate to the app directory
cd src/app
Start the server
streamlit run src/app.py