/bert-demo

A simple demo of BERT, mostly for our internal use: http://orwell.seas.upenn.edu:4001

Primary LanguagePython

BERT demo

This is how it should look like:

Running the demo

To install the python dependencies, simply do:

pip3.6 install -r requirements.txt
  • Check if Django is installed:
$ python -m django --version
  • Run the app:
$ python3.6 manage.py runserver