summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-09-15 22:34:13 -0700
committerGitHub <noreply@github.com>2023-09-16 07:34:13 +0200
commit04ca2b9ebd75b065641512d4254850e065699030 (patch)
tree7248dee1357db00e748027da7c6be40bbb8faae7 /README.md
parent635012d770a75033081008a22044804d277fafa8 (diff)
downloadcandle-04ca2b9ebd75b065641512d4254850e065699030.tar.gz
candle-04ca2b9ebd75b065641512d4254850e065699030.tar.bz2
candle-04ca2b9ebd75b065641512d4254850e065699030.zip
Update README + SAM (#866)
* use serde-wasm-bindgen, faster serialization * update readme with demos
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2bb371c..610ef555 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ These online demos run entirely in your browser:
object recognition.
- [whisper](https://huggingface.co/spaces/lmz/candle-whisper): text to speech.
- [LLaMA2](https://huggingface.co/spaces/lmz/candle-llama2): text generation.
+- [Segment Anything Model](https://huggingface.co/spaces/radames/candle-segment-anything-wasm): Image segmentation.
We also provide a some command line based examples using state of the art models:
@@ -96,7 +97,8 @@ There are also some wasm examples for whisper and
[llama2.c](https://github.com/karpathy/llama2.c). You can either build them with
`trunk` or try them online:
[whisper](https://huggingface.co/spaces/lmz/candle-whisper),
-[llama2](https://huggingface.co/spaces/lmz/candle-llama2).
+[llama2](https://huggingface.co/spaces/lmz/candle-llama2),
+[Segment Anything Model](https://huggingface.co/spaces/radames/candle-segment-anything-wasm).
For LLaMA2, run the following command to retrieve the weight files and start a
test server: