vtempest
vtempest
http://xonsh.org/ has this feature
### Your Feature Request https://github.com/vtempest/tesseract-ocr-sample/tree/master Please include this helpful guide and sample demo app, which uses Leptonica to improve accuracy.
### System Info Automatic publicPath is not supported in this browser https://stackoverflow.com/questions/68115467/error-automatic-publicpath-is-not-supported-in-this-browser-when-i-am-running-m Just add: output: { publicPath: '', ... }, "@huggingface/transformers": "^3.0.0-alpha.14", ### Environment/Platform - [X] Website/web-app - [x] Browser...
### Describe what you are looking for WASM support for SIMD discussion: https://github.com/emscripten-core/emscripten/issues/12714 emscripten SIMD Docs https://emscripten.org/docs/porting/simd.html wasm vs wam with msimd benchmark https://jeromewu.github.io/improving-performance-using-webassembly-simd-intrinsics/ demo code with wasm_simd https://github.com/jeromewu/wasm-perf/blob/main/mul_mats_intrin.c Here's...
Here's the fix, you have to unzip both document and styles.xml and then interpolate ``` import JSZip from "jszip"; import { Parser } from "htmlparser2"; import * as tokens from...
Awesome work Shravan!!! ``` import "fake-indexeddb/auto"; ``` Put that at the top of dist/hnswlib-####.js and corresponding lib. This is a polyfill in backend if window is undefined. I am adding...
### Describe the bug ``` import { open, Command } from "@tauri-apps/plugin-shell"; await open("https://www.google.com"); // await Command.create("exit").execute() ```  ### Reproduction ``` import { open, Command } from "@tauri-apps/plugin-shell"; await...
### Describe the Feature I highly suggest it and I want to colab together on https://airesearch.wiki ``` /** * JS-PyTorch is a Deep Learning library with GPU.js acceleration in PyTorch...
Pytorch layers: https://github.com/vtempest/ai-research-agent/blob/master/src/train/neural-net.js gpt layers: https://github.com/vtempest/ai-research-agent/blob/master/test/transformer.test.js
@masajiro こんにちは you are the wise sensei of vector search whose NGT tops hnsw based popular engines on benchmarks. I am curious if you think this approach can work to...