A machine learning model pre-trained to answer question from a provided essay or article. The web app to display the model's action in the browser was deployed using Streamlit python library.
- Deploy the model to a cloud backend
- Improve the UI of the Streamlit frontend
- Add event handler to prevent the model triggering until all text field is completed.
- This starter code for the model is obtained from Chris McCormick.
- The model uses pretrained BERT imported from huggingface website
- The frontend to display the model in action was built with Streamlit