mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-13 01:30:04 +06:00

* Initialize VisualBERT demo * Update demo * Add commented URL * Update README * Update README
7 lines
389 B
Markdown
7 lines
389 B
Markdown
# VisualBERT Demo
|
|
|
|
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present [here](https://github.com/huggingface/transformers/blob/master/examples/research_projects/lxmert/demo.ipynb).
|
|
1. make a virtualenv: ``virtualenv venv`` and activate ``source venv/bin/activate``
|
|
2. install reqs: ``pip install -r ./requirements.txt``
|
|
3. usage is as shown in demo.ipynb
|