Can I run the car license plate reading image processing project in the Arduino cloud environment?

Hi everyone, i have a project; it must be process in a cloud system,(escepially google cloud). Can I run the car license plate reading image processing project in the Arduino cloud environment or google cloud ?
Thank you

Google Cloud offers a wide range of services focused on compute power, AI, and data processing. It provides scalable virtual machines, containers (Google Kubernetes Engine), and serverless computing (Cloud Functions, App Engine). For AI, it offers pre-trained models through services like Vision AI, Natural Language AI, and AutoML for custom model training, along with TensorFlow integration.

➜ Google Cloud's infrastructure is designed for large-scale data processing, machine learning, and AI development, backed by powerful computing and GPU/TPU capabilities.

In contrast, Arduino Cloud is much more focused on IoT and embedded systems. It offers tools for programming and managing microcontroller-based devices like Arduino boards. Its focus is on ease of use with integrated development environments, remote monitoring, and basic cloud services like data logging and visualization.

➜ Arduino Cloud is not designed for large-scale AI or compute-heavy tasks like Google Cloud.

So I would say don't bother with Arduino Cloud if your goal is to run a car license plate reading image processing program in the cloud.

On the client side though, you can use an Internet / Camera enabled board and the Arduino IDE to develop a sketch that will capture an image and submit the image to any cloud computer service like Amazon Web Services, Microsoft Azure, IBM Cloud, Oracle Cloud, OVHcloud or in your case Google cloud where the recognition will be done.

Your topic has been moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.