Skip to content

A simple pre-trained BERT Question and Answering model wrapped in a Flask App

Notifications You must be signed in to change notification settings

haitchabba/BERT_Q_A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BERT_Q_A

  • qa.py: a body of the BertQuestionAnswering application.
  • .flaskenv: this file sets environment variables for Flask. It sets the environment variable FLASK_APP, which is required by flask run command for a local test.
  • requirements.txt: a text file which specifies python packages that will be used by the application. When deploying to Heroku, Heroku automatically installs the packages described in this file.
  • Procfile: this file specifies commands that will be executed on startup in Heroku.
  • .gitignore: this file specifies files that will not be deployed to Heroku.

*Note: the versions torch and torchvision installed are for windows

About

A simple pre-trained BERT Question and Answering model wrapped in a Flask App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages