vtempest

Results 20 issues of vtempest

http://xonsh.org/ has this feature

feature request

### 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...

bug

### 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...

enhancement

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() ``` ![image](https://github.com/user-attachments/assets/b0955b82-e246-4e06-b687-518e6dc6c9a6) ### Reproduction ``` import { open, Command } from "@tauri-apps/plugin-shell"; await...

bug
plugin: shell
platform: windows

### 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...

enhancement

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

enhancement

@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...