Skip to content

Textual analysis and question answering application based on fine tuned BERT language model.

Notifications You must be signed in to change notification settings

SharadSaha/question-answering-app-BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❓ QueryHELP

This application lets the user to ask any question based on the text/document entered and get relevant answers based on the text/document.

Demo

queryhelp_UgR8DlwX.mp4

Notebooks

Tools and technologies

Deep learning framework : Tensorflow

Data analysis tools : pandas, matplotlib, spacy, scikit-learn

Web application : streamlit

Run Locally

Clone the project

  git clone <link-to-this-repo>

Go to the project directory

  cd question-answering-app-BERT

Install dependencies

  pip install -r requirements.txt

Navigate to the app directory

  cd src/app

Start the server

  streamlit run src/app.py

About

Textual analysis and question answering application based on fine tuned BERT language model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published