Google AutoML Vision not accepting image import - google-cloud-storage

I've been using Google Cloud Vision for a while now, and it's been working fine.
However today I log in and try to access my dataset and I see it's been deleted, all my datasets are gone.
So I tried to make a new dataset and it won't let me upload images to the dataset.
I've tried:
Uploading a zip file of the images
Uploading a single image
Creating a new account, new project, new dataset
All these have failed, with the same vague error: "Failed to import data"
Is anyone else having trouble with Google Cloud?
Your help is much appreciated.

Related

how to deploy large sized deep learning model using streamlit?

I have saved an (.h5) model with size about 85GB. I am trying to build a webapp using streamlit. However, I face the problem or loading my model, as I can not upload it to github. I tried to shrink the size of the saved model using tensorflow lite, but it only reduced the size to about 80GB. Is there a way to deploy my model for free using streamlit or other tools with my saved model.
The code and the issue is at https://github.com/kenanmorani/COVID-19Deployment.
Thank you
Even when using the Git Large File Storage, you can't use larger files than 5GB with Github. I think the easiest way for you would be to save your model in Gdrive and provide the url to your streamlit application.
An easy way to download public files from gdrive in python is the library gdown.
If the model should remain private, you would need to rely on the google drive api and the usage of streamlits secrets to pass the credentials.

create textfile for local data storage? flutter

Hey guys I am new to flutter and at the moment I make an app where I want to storage my sensor data, that I get via BLE, permanent in a text file. My Question is if anyone of you has a link or an example how I can do this because my own research didn't really come up with anything useful
So I get my data like this:
I would be very thankful for any help

google-cloud-dataprep: Importing Excel from GCS bucket gives gibberish characters

I am trying to import an excel spreadsheet from a GCS bucket as a dataset into a flow.
But it's giving me gibberish data in the preview and also when I try to wrangle the data.
The same spreadsheet works fine when I upload from my computer.
Any idea how I can fix the issue when loading form the GCS bucket ?

I need some advice about DOCX format sync(iOS) for using google drive api. Anyone can help me?

Using DOCX to make sync, Insert, Download, Update works find but JPEG image header disappears. Questions is that is it forced to get rid of on the server while converting JPEC header?
I’m using mimeType as "application/msword".
Ask Google Drive product questions on the Google Drive product forums.

Magento: import data from csv and get images with external url in Magento 1.7.0.0

I am a beginner developer in Magento. I Import a CSV file having 20,000 products successfully in Magento 1.7.0.0. I have images in my CSV file with external URLs e.g. (http://mydomianname.xyz.net/images/ac123/image2/myimage.jpg)
After importing products I was unable to get images. When I check the path of image on my existing site that was:
http://exisitingdomianname/media/catalog/product/cache/1/small_image/213x252/9df78eab45656d03d6e5sb8d27136e95/images/catalog/product/placeholder/small_image.jpg
Please, any one can guide me how I can get images from any external url in magento.
Feel free to ask me if I am unable to explain my question properly.