Shubham Panchal
Shubham Panchal
@manhlt1990 There's no such pretrained model for nail detection. If in your use-case, a constant hand orientation is observed, you can locate the relative position of each nail ( for...
Please confirm if the issue is solved in the [latest commit](https://github.com/shubham0204/Hand_Detection_TFLite_Android/commit/8752a41e2706bb1719f51cdd8227475efbd99483).
@ua741 Are you using the `int8` quantized model from [clip.cpp](https://github.com/monatis/clip.cpp)? This repo is using `int8` quantized ONNX models.
@ua741 I have created an Android app that uses JNI bindings built over [clip.cpp](https://github.com/monatis/clip.cpp). Check the project here: https://github.com/shubham0204/CLIP-Android Also, here's the PR I made to clip.cpp for adding the...
After switching to the `gemma-1.1-2b-it-gpu-int4` model to get a cleaner reply, I got the following error on initializing the inference session: `com.google.mediapipe.framework.MediaPipeException: internal: Failed to initialize session: %sCan not open...
@sachinsshetty The issue seems to arise because of the incompatibility of Mediapipe LLM Inference API for ARM-32 (armeabi-v7a) devices. See [this issue](https://github.com/google-ai-edge/mediapipe-samples/issues/423#issue-2433531578) I created a few days ago.
@dcrowleyMunster I am not able to reproduce the issue with the steps you mentioned. It would be great if you can provide the crash logs from the 'Logcat' of Android...
Closing this issue as additional details were not provided by the user.
@vimal-yuvabe that's a great idea! I have been working with `llama.cpp` for a while and will soon integrate it with this project.
I have an app which uses local GGUF LLMs to generate response: [SmolChat](https://github.com/shubham0204/SmolChat-Android). It has an issue open for adding RAG support: [SmolChat #3](https://github.com/shubham0204/SmolChat-Android/issues/3) We can track this feature in...