Shubham Panchal
Shubham Panchal
I am using TensorFlow Java API to load a pretrained .pb file in Android. The problem is that the model requires its input to have a dtype of uint. But...
While setting `gotrue` on a Azure VM, I was using the following variable in a `.env` file, ``` DATABASE_URL="root:root@tcp(localhost)/gotrue?parseTime=true&multiStatements=true" ``` and after running the Docker image, ``` $> docker run...
Based on [fabio-sim/Depth-Anything-ONNX](https://github.com/fabio-sim/Depth-Anything-ONNX), this PR adds [shubham0204/Depth-Anything-Android](https://github.com/shubham0204/Depth-Anything-Android) which is an Android app performing inference on user-selected images. The ONNX model is inspired from `fabio-sim/Depth-Anything-ONNX` which few changes that add pre/post-processing...
I wanted to learn how product quantization works, and this repository provided excellent code to understand how it works. As I had been learning Rust for a few months now,...
[Gregor Purdy (@gnp)](https://github.com/gnp) is working on a Rust version of `minbpe`: [minbpe-rs](https://github.com/gnp/minbpe-rs) The Rust crate (similar to a package in Python) contains the three tokenizers currently included in the Python...
# Description `barWidth` is a parameter in `BarStyle` and not a direct parameter of `BarChartData`. The sample app uses the same API, but the change was not reflected in `README.md`...
This PR adds three new crates, 1. [Computation] [`faer`](https://github.com/sarah-ek/faer-rs): 1.6K stars, 59K downloads 2. [Databases] [`lancedb`](https://github.com/lancedb/lancedb): 3K stars, 15K downloads 3. [Artificial Intelligence] [`rust-bert`](https://github.com/guillaume-be/rust-bert): 2.4K stars, 80K downloads ### Checks...
I was trying to test an app using the LLM Inference API on a 32-bit ARM Android device (the only supported ABI is `armeabi-v7a`) and the app instantly crashed with...
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) None ### OS Platform and Distribution Google Colab (Linux) Ubuntu 22.04.3 LTS ###...
This PR adds `examples/clip.android`, an Android sample that interfaces with the shared libraries of `clip.cpp` through JNI. The structure of the project is highly inspired from [`llama.cpp/examples/llama.android`](https://github.com/ggerganov/llama.cpp/tree/master/examples/llama.android). ### Summary of...