Skip to content

Commit c157f27

Browse files
committed
Update README
1 parent 131322e commit c157f27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Transformers.js Chrome Extension
1+
# 🚧 Transformers.js Chrome Extension 🚧
22

33
This is an example Chrome extension for [Transformers.js](https://github.com/huggingface/transformers.js), a library for running LLMs in the browser, built on top of [Plasmo](https://plasmo.com/).
44

5-
Please note that this project is still under development. The chrome extension process could be stopped by the browser anytime.
5+
⚠️ **Please note that this project is still under development and is not ready for production or enterprise use.** APIs, features, and code structures may change without notice. The Chrome extension process could also be stopped by the browser at any time. Thank you for your understanding! 🙏
66

77
## Examples
88

9-
Here is the link to the demo videos ([intro](https://www.youtube.com/watch?v=yXZQ8FHtSes) and [advanced usage of llm, multi modal, tts](https://www.youtube.com/watch?v=MSCDdFG5Lls)). Each example will be updated below.
9+
Here is the link to the demo videos ([intro](https://www.youtube.com/watch?v=yXZQ8FHtSes) and [advanced usage](https://www.youtube.com/watch?v=MSCDdFG5Lls) of llm, multi modal, tts and reasoning). Each scenario can be found below.
1010

1111
| Task | Example |
1212
| ------------------- | ---------------------------------------------------------------- |
@@ -32,8 +32,8 @@ Here is the link to the demo videos ([intro](https://www.youtube.com/watch?v=yXZ
3232
- [x] Load multi modal LLM models
3333
- [x] Load Whisper (Speech-to-Text)
3434
- [x] Load DeepSeek R1 (Reasoning)
35-
- [x] Load OuteTTS (Text-to-Speech)
36-
- [ ] SAM (Segment Anything Model), etc.
35+
- [ ] Load OuteTTS (Text-to-Speech)
36+
- [ ] SAM (Segment Anything Model), Text-classification, etc.
3737
- [ ] Chat history (save to local storage, export to CSV)
3838
- [ ] Call 3rd party LLM APIs
3939
- [ ] Error handling
@@ -89,7 +89,7 @@ For further guidance, [visit Plasmo's Documentation](https://docs.plasmo.com/) o
8989
Run the following:
9090

9191
```bash
92-
pnpm build
92+
pnpm build & pnpm package
9393
```
9494

9595
This should create a production bundle for your extension, ready to be zipped and published to the stores.

0 commit comments

Comments
 (0)