Skip to content

Commit

Permalink
add cdn link
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiam authored Apr 22, 2020
1 parent 006a568 commit b34cbfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ This tool could possibly be used to check whether a free-form answer closely mat

`open index.html` or [`yarn start`](https://github.com/hchiam/learning-yarn) or `npm start`

## Import it into your own project

```html
<script src="https://cdn.jsdelivr.net/gh/hchiam/text-similarity-test@master/tfjs-stuff.js"></script>
```

## Useful references used

* https://github.com/tensorflow/tfjs-models/tree/master/universal-sentence-encoder
Expand Down

0 comments on commit b34cbfe

Please sign in to comment.