Mautisim Munir

Results 28 comments of Mautisim Munir

@cpsauer Thank you so much for the fork! It's working great. Fixes so many of the issues I had with the original plugin.

If you want to run the emulator in tool window one bypass that i found is to launch the emulator then from activity monitor quit the emulator process. A window...

Got it to working by examining tensorflow's repo: Add following snippet to WORKSPACE: ```python # Absl http_archive( name = "com_google_absl", strip_prefix = "abseil-cpp-20230125.3", urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.3.tar.gz"], ) # Tests #...

@Mmisiek this is the hacky way around: https://github.com/am15h/tflite_flutter_plugin/issues/153#issuecomment-950301547 This also worked for me: https://github.com/am15h/tflite_flutter_plugin/issues/153#issuecomment-1006075443

I have tried almost everything here but I am still unable to get my app working with iOS simulator. I am stuck on TensorFlowLiteC.framework error. I have MacBook M1 maybe...

@mantaBracket I figured out the problem. When you build on Xcode error is shown while linking TensorflowLiteC.framework: I fixed it by copying TensorFlowLiteC.framework into the directory where error is shown...

@klivin There's also a .pub-cache folder in the flutter install dir. The readme is telling us to copy the TensorflowLiteC in the home directory folder but if you also copy...

> I was able to get this up and running. It is built on .net core 1.1, and a lot of the packages used in the build are way out...

> Try if it works by configuring the Python bin path explicitly, such > > ``` > PYTHON_BIN_PATH=$(which python3) > export PYTHON_BIN_PATH > ``` Sorry, same issue

The issue is that by default /usr/bin is read only. I however circumvented it recently by following a few guides but it required turning off many security features like encryption...