Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoccino committed Mar 22, 2024
1 parent d6a3085 commit 45dd2e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@
## What ?

AI-Mask is a chrome **web extension** that serves as a gateway to **AI** models execution. It runs model **on-device** for apps which needs it, for **free**, and with full-**privacy**.
AI-Mask is a chrome **web extension** that serves as a local provider to **AI** models execution. It runs model **on-device** for web apps which needs it, for **free**, and with full-**privacy**.

See it as the [Metamask](https://metamask.io/) of AI.

**Try it !**
[Install the extension](https://pacoccino.github.io/ai-mask/), then open the [Chat app](https://chatbot.opac.me)


[AI-Mask Demo.mp4](https://github.com/pacoccino/ai-mask/assets/1371207/f75e8b27-c91a-4bc6-bd14-8eae0d68050f)



## Why ?

On-device AI inference is getting quite a traction recently. Most of our devices are already capable of executing machine learning models and software compatibility is ready.
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-app-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ai-mask/sdk": "^0.7.0",
"@ai-mask/sdk": "workspace:^",
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@ai-mask/sdk": "^0.6.0",
"@ai-mask/sdk": "workspace:^",
"clsx": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "git+https://github.com/pacoccino/ai-mask"
},
"scripts": {
"build": "pnpm -r --filter=!./forks/* build",
"build": "pnpm build-sdk && pnpm build-page && pnpm build-extension",
"build-sdk": "pnpm -r --filter=@ai-mask/sdk... build",
"build-page": "pnpm -r --filter=@ai-mask/demo-app... build",
"build-extension": "pnpm -r --filter=@ai-mask/chrome-extension... build",
Expand Down
16 changes: 3 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45dd2e7

Please sign in to comment.