Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [firebase-machine-learning]

Firebase Machine Learning is a mobile SDK that brings custom model deployment, AutoML Vision Edge, and Cloud Visions APIs to Android and iOS apps.

firebase-machine-learning
0 votes
1 answer
205 views

Internal error: Cannot create interpreter: Didn't find op for builtin opcode 'FULLY_CONNECTED' version '9' with firebase ml kit and tensorflow-lite

I created a google cloud function that creates a basic tflite model file with the following configuration: inputs => fully connected layer => outputs. I retrieve my model with Firebase machine ...
Fawful's user avatar
  • 1
0 votes
0 answers
38 views

403 Exception on Fetching Firebase ML Model in Production

Getting a strange 403 exception when trying to fetch our Firebase ML model in production. Not sure why, in our debug build it works just fine (it's a separate firebase project), but pretty much ...
Imad Khokher's user avatar
1 vote
1 answer
750 views

Does googles MLKit work on iOS for Maui in .NET

Does the google MLKit work in Maui for iOS? Specifically I am trying to use the library Xamarin.GooglePlayServices.MLKit.BarcodeScanning which I believe is possibly the same library as Xamarin.Google....
Maxim Gershkovich's user avatar
2 votes
2 answers
308 views

Download remote custom model from firebase to local path for further off-line usage

while using the "Detect, track and classify objects with a custom classification model on Android" as explained here: link to tutorial I am bounded to use the remote model only while wi-fi ...
kfir's user avatar
  • 705
2 votes
1 answer
1k views

How to use firebase mlkit witn react-native?

I do find info on how to setup basic firebase (like @react-native-firebase/app) for react native, and there is info of how to install ML, but that is old info. The new ones, after 2020, would be ML ...
Seppo's user avatar
  • 177
0 votes
1 answer
212 views

Firebase - Machine Learning and interest tracking to create an algorithm for sorting posts

One of my applications includes user-generated posts and functions in a similar way to Instagram. When a user opens the app they see a feed of posts sorted by date. This works when there just one ...
Globe's user avatar
  • 564
0 votes
1 answer
177 views

Firebase Text Recognition for Web [closed]

Is it possible to use Text Recognition (https://firebase.google.com/docs/ml/recognize-text) for web projects. I'd like it to run the built-in model through images uploaded to the Storage.
Damjan's user avatar
  • 484
0 votes
0 answers
330 views

I am facing an issue with Android Studio Camera

I am using firebase text recognition to recognize text from camera images, however sometimes when I take a picture, I get an error message. I do not understand what the error is, I have already ...
Joe Tan's user avatar
0 votes
2 answers
849 views

Cannot resolve symbol 'FirebaseVisionImage' error in Android Studio

I am currently making a basic google lens app and I'm struggling with this error. Is there a way to fix this? My dependencies: dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' ...
glaubenskraft's user avatar
0 votes
1 answer
127 views

Firebase deploy - Cannot publish a model that is not verified

I'm trying to deploy a .tflite to Firebase ML so that I can distribute it from there. I used transfer learning on this TF Hub model. I then followed this tutorial to convert the model .tflite format. ...
bgrantham's user avatar
  • 281
0 votes
1 answer
197 views

How to use the Cloud Functions in order to use Firebase Cloud vision

I just recently upgraded my Firebase account to blaze to try out the Machine Learning features of Firebase. I am following closely this guide by google: https://firebase.google.com/docs/ml/android/...
Kraddak's user avatar
1 vote
1 answer
308 views

Firebase Text Recognition

I tried firebase ml kit and got error this TypeError: (0 , _ml.default)(...).cloudDocumentTextRecognizerProcessImage is not a function const onPressActionGallery = () => { ImagePicker....
Khusni Ja'far's user avatar
1 vote
1 answer
258 views

Use Firebase ML Vision to detect spots / dots / circles in an image

I'm using the firebase_ml_vision plugin for flutter. I need to detect all the spots / dots / solid circles on an image. With the example app, and using cloudImageLabeler i managed to detect that there ...
Theuno de Bruin's user avatar
0 votes
1 answer
221 views

FirebaseML Vision with SwiftPM

I was installing Firebase via Swift package manager trying to use FirebaseMLVision framework. I was wondering if this was removed or hasn't been added yet to Swiftpm. I selected Firebase, Firebase ...
CalebThePerson's user avatar
0 votes
0 answers
105 views

Upload images to train ML Kit not possible

I am trying to use Firebase ML Kit in an app to label images. I want to upload training data to the dataset, but i always get the error, that my cloud bucket has to be in the region "us-central1&...
paul's user avatar
  • 1

15 30 50 per page