Compare commits
2 Commits
a007f22b29
...
b740e9d55b
Author | SHA1 | Date | |
---|---|---|---|
b740e9d55b | |||
e1a8e76262 |
BIN
example.png
Normal file
BIN
example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
BIN
landing.png
Normal file
BIN
landing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
@ -151,7 +151,7 @@
|
|||||||
"default_popup": "popup.html"
|
"default_popup": "popup.html"
|
||||||
},
|
},
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "background.js",
|
"scripts": ["background.js"],
|
||||||
"type": "module"
|
"type": "module"
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"rename:model": "mv dist/models/nli-deberta-v3-small/onnx/model.onnx dist/models/nli-deberta-v3-small/onnx/model.onnx_quantized.onnx",
|
"rename:model": "mv dist/models/nli-deberta-v3-small/onnx/model.onnx dist/models/nli-deberta-v3-small/onnx/model.onnx_quantized.onnx",
|
||||||
"copy:config_and_tokenizer": "cpx \"./nli-deberta-v3-small/*.json\" dist/models/nli-deberta-v3-small/",
|
"copy:config_and_tokenizer": "cpx \"./nli-deberta-v3-small/*.json\" dist/models/nli-deberta-v3-small/",
|
||||||
"build": "npm run clean && npm run copy:static && npm run copy:transformers && npm run copy:config_and_tokenizer && npm run copy:model_temp && npm run rename:model",
|
"build": "npm run clean && npm run copy:static && npm run copy:transformers && npm run copy:config_and_tokenizer && npm run copy:model_temp && npm run rename:model",
|
||||||
"release": "npm run build && cd dist && bestzip ../praxis-v${npm_package_version}-chrome.zip *"
|
"release": "npm run build && cd dist && bestzip ../praxis-v${npm_package_version}-firefox.zip *"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cpx": "^1.5.0",
|
"cpx": "^1.5.0",
|
||||||
|
@ -35,7 +35,10 @@ Firefox: [Download Zip](https://gitea.bubbletea.dev/shibao/praxis/releases/downl
|
|||||||
|
|
||||||
**Stop watching the world burn. Start making a difference.**
|
**Stop watching the world burn. Start making a difference.**
|
||||||
|
|
||||||
# Demo
|
# Screenshots and Demo
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
<video controls autoplay loop muted playsinline>
|
<video controls autoplay loop muted playsinline>
|
||||||
<source src="https://gitea.bubbletea.dev/shibao/praxis/raw/branch/main/praxis.mp4" type="video/mp4">
|
<source src="https://gitea.bubbletea.dev/shibao/praxis/raw/branch/main/praxis.mp4" type="video/mp4">
|
||||||
|
Reference in New Issue
Block a user