Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
add a demo gif to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavz committed Aug 21, 2020
1 parent a49fc5e commit f1a72a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fine-tuned on
via [TensorFlowJS](https://www.tensorflow.org/js) to
search for and return relevant answers in text.

TODO: Image.
![Ctrl-Shift-F Demo](./demo.gif)

_This extension is an experiment._ Deep learning models like BERT are powerful
but may return unpredictable and/or biased results that are tough to interpret.
Expand Down Expand Up @@ -62,10 +62,16 @@ three components.
make develop
```

The unpacked extension will be placed inside of `build/`. See [Google Chrome
Extension developer
documentation](https://developer.chrome.com/extensions/getstarted) to load the
unpacked extension into your Chrome browser in development mode.


### Publishing

```
make publish
```

A zipped extension file ready for upload will be placed inside of `dist/`.
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1a72a7

Please sign in to comment.