Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 936 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 936 Bytes



fyp-bert-qa

This project aims to utilize BERT as a core methodology to create a Question Answering Bot that can easily create question answering service given any English context. The Question Answering Bot features low cost and instant creation to question answering function. While generating a new Question Answering Bot, there is no training required, and this is benefiting from the fine-tuned BERT Question Answering model.

Frontend project https://github.com/kc980602/fyp-bert-qa-ui

  • Flask
  • transformers
  • tensorflow
  • google-cloud-storage
  • google-cloud-datastore
  • pdfminer.six
  • sklearn
  • scikit-learn
  • numpy
  • pandas
  • nltk