Artificial Intelligence Hub
Artificial Intelligence Hub
  • 92
  • 280 880
Deploying a Deep Learning Skin Classification App to Google Cloud Run: A Step-by-Step Guide | AMD64
#gcp #googlecloud #docker #flask #googlecloudplatform #deeplearning #amd64 #clouddeployment
🚀 Welcome to the Channel! 🚀
In this tutorial, we'll show you how to deploy a deep learning skin classification application to Google Cloud Run. If you have a Dockerized machine learning model or any containerized application, this step-by-step guide will help you get it up and running on Google Cloud with ease.
🔍 What You'll Learn:
1. Authentication with Google Cloud: Learn how to log in and set your Google Cloud project.
2. Docker Configuration: Configure Docker to authenticate with Google Cloud's Artifact Registry.
3. Tagging Docker Images: Tag your Docker image for deployment.
4. Pushing Docker Images: Push your Docker image to Google Cloud Artifact Registry.
5. Deploying to Cloud Run: Deploy your deep learning application to Google Cloud Run and scale it automatically.
1. gcloud auth login
2. gcloud config set project your-project-ID
// gcloud auth configure-docker us-central1-docker.pkg.dev.
// gcloud auth configure-docker europe-west2-docker.pkg.dev
Push Docker Image to Google Cloud Artifact Registry
3. docker tag noumannahmad/flask-webapp-skin-cancer:1.0 us-central1-docker.pkg.dev/your-project-ID/your-project-repo/flask-webapp-skin-cancer:1.0
4. docker push us-central1-docker.pkg.dev/your-project-ID/your-project-repo/flask-webapp-skin-cancer:1.0
gcloud run deploy flask-webapp --image us-central1-docker.pkg.dev/your-project-ID/your-project-repo/flask-webapp-skin-cancer:1.0 --region us-central1 --platform managed
👨‍💻 Who Is This For?
- Developers and data scientists looking to deploy deep learning models or other applications to the cloud.
- Anyone interested in learning how to use Google Cloud Run for scalable, managed deployments.
📦 What You Need:
- A Dockerized deep learning skin classification application.
- Basic knowledge of Docker and Google Cloud.
- Google Cloud account and project.
📈 Why Google Cloud Run?
Google Cloud Run makes it easy to deploy and scale containerized applications without worrying about infrastructure. It handles the scaling automatically and integrates seamlessly with other Google Cloud services.
Feel free to modify the description to better match your style or additional content you might include in the video!
🔗 Useful Links:
Follow me to learn more
👉 Link:
buffml.com/deploying-a-deep-learning-skin-classification-app-to-google-cloud-run-a-step-by-step-guide/
👉 Blog Link:
buffml.com/
👉 GitHub Profile:
github.com/noumannahmad
👉 Facebook Page:
AIhub.knowledge/
👉 Twitter Page:
AI_knowledge
👉 Twitter Personal Account:
noumannahmad
👉 Instagram:
noumannahmad
👉 Facebook Personal Account:
noumannahmad
👉 Telegram:
t.me/artificialintelligencehub
👉 LinkedIn:
www.linkedin.com/in/nouman-ahmad/
👍 If you found this video helpful, please like, share, and subscribe for more content on cloud deployments, machine learning, and DevOps!
💬 Questions or feedback? Drop them in the comments below, and I'll be happy to help!
Tags:
Google Cloud Run, Deep Learning, Docker, Machine Learning, Cloud Computing, AI, Skin Classification, Deploy App, Cloud Deployment, Tech Tutorial, Google Cloud Platform, Google Cloud, AMD64 architecture
#GoogleCloudRun #DeepLearning #Docker #MachineLearning #CloudComputing #AI #SkinClassification #DeployApp #CloudDeployment #TechTutorial #GoogleCloud #googlecloudplatform #amd64 #macos
มุมมอง: 43

วีดีโอ

Deep Learning-Based Image Classification Project | Git Docker and Microsoft Azure Cloud Deployment
มุมมอง 100หลายเดือนก่อน
#python #azurecloud #docker #webapp #deeplearning #project Deep Learning-Based Image Classification Project: Git, GitHub, Flask Web App, and Microsoft Azure Deployment with Docker. In this video, we take you through a comprehensive journey of creating and deploying a Deep Learning-based image classification project. We will classify skin cancer images into benign and malignant categories using ...
Traffic Sign Classification with 47 Classes: Deep Learning Project
มุมมอง 1.4Kปีที่แล้ว
#deeplearning #ai #project #trafficsign Welcome to my TH-cam channel! In this exciting project, we'll dive into the world of deep learning and computer vision to tackle a crucial real-world problem - traffic sign classification. [Introduction] Traffic signs are everywhere on our roads, ensuring safety and efficient traffic flow. But what if we could teach a computer to understand and interpret ...
Face mask detection Gender Age prediction
มุมมอง 902ปีที่แล้ว
#facemask #python #deeplearning Follow me to learn more 👉 Code Link: buffml.com/face-mask-detection-gender-age-prediction/ 👉 Blog Link: buffml.com/ 👉 GitHub Profile: github.com/noumannahmad 👉 GitHub link: github.com/noumannahmad/FaceMask-Gender_Age_Detection_Prediction 👉 Facebook Page: AIhub.knowledge/ 👉 Twitter Page: AI_knowledge 👉 Twitter Personal Account: twitter.com...
Realtime facemask detection | 100% accurately
มุมมอง 486ปีที่แล้ว
Follow me to learn more 👉 Code Link: buffml.com/realtime-facemask-detection-100-accurately/ 👉 Blog Link: buffml.com/ 👉 GitHub Profile: github.com/noumannahmad 👉 Facebook Page: AIhub.knowledge/ 👉 Twitter Page: AI_knowledge 👉 Twitter Personal Account: noumannahmad 👉 Instagram: noumannahmad 👉 Facebook Personal Account: noumannahmad 👉 ...
Fashion MNIST Image Classification Using KNN
มุมมอง 8032 ปีที่แล้ว
#classification #mnist #imageclassification #python Follow me to learn more 👉 Code Link: github.com/noumannahmad/Fashion-MNIST-Image-Classification-Using-KNN 👉 Blog Link: buffml.com/ 👉 GitHub Profile: github.com/noumannahmad 👉 Facebook Page: AIhub.knowledge/ 👉 Twitter Page: AI_knowledge 👉 Twitter Personal Account: noumannahmad 👉 Instagram: noum...
Generative adversarial networks | GAN
มุมมอง 1892 ปีที่แล้ว
#GAN #deeplearning #ai #python Generative adversarial networks (GANs) are an exciting recent innovation in machine learning. GANs are generative models: they create new data instances that resemble your training data. For example, GANs can create images that look like photographs of human faces, even though the faces don't belong to any real person. Follow me to learn more 👉 Code Link: github.c...
Distance Measure | Python
มุมมอง 1.3K2 ปีที่แล้ว
#python #distance Follow me to learn more 👉 Code Link: buffml.com/distance-measure-in-python/ 👉 Blog Link: buffml.com/ 👉 GitHub Profile: github.com/noumannahmad 👉 Facebook Page: AIhub.knowledge/ 👉 Twitter Page: AI_knowledge 👉 Twitter Personal Account: noumannahmad 👉 Instagram: noumannahmad 👉 Facebook Personal Account: noumannahmad ...
Vehicle Detection Model Classifier yolo3
มุมมอง 7542 ปีที่แล้ว
#yolo #car #detection #python Follow me to learn more 👉 Code Link: github.com/noumannahmad/vehicle-detection-model-classifier-yolo3-python 👉 Blog Link: buffml.com/ 👉 GitHub Profile: github.com/noumannahmad 👉 Facebook Page: AIhub.knowledge/ 👉 Twitter Page: AI_knowledge 👉 Twitter Personal Account: noumannahmad 👉 Instagram: noumannahmad 👉 Facebook...
Document Segment Classification
มุมมอง 7353 ปีที่แล้ว
#document #yolov3 #classification In this video, we are going to see how we can classify the document segment by using deep learning models. in this video, I have trained the yolov3 model on documents datasets and then predict the output to classify segment like Author, Figure, Equations, Tables and more. There are a totally of 7 classes. Follow me to learn more 👉 Code Link: github.com/noumanna...
Run All Machine Learning models in Once | Lazy Predict
มุมมอง 9253 ปีที่แล้ว
#LazyPredict #mlmodels In this video, we will see how we can use multiple models at once for prediction using Lazy Predict library. Follow me to learn more 👉 Code Link: buffml.com/run-all-machine-learning-models-in-once 👉 Blog Link: buffml.com/ 👉 GitHub Profile: github.com/noumannahmad 👉 Facebook Page: AIhub.knowledge/ 👉 Twitter Page: AI_knowledge 👉 Twitter Personal Acc...
Text Extraction Image to String | Pytesseract
มุมมอง 2473 ปีที่แล้ว
#TextExtraction #Pytesseract #imagetotext In this video, we will see how we can extract text by using pytesseract library. Follow me to learn more ►Code Link: buffml.com/text-extraction-image-to-string/ ►Blog Link: buffml.com/ ►GitHub Profile: github.com/noumannahmad ►Facebook Page: AIhub.knowledge/ ►Twitter Page: AI_knowledge ►Twitter Personal Account: noum...
Diagnosis for prediction of knee osteoarthritis using deep learning | X-Rays Image Classification
มุมมอง 9K3 ปีที่แล้ว
#xrays #deeplearning #imageclassification In this tutorial, we learn how to diagnosis the prediction of X-rays knee classification using a Convolutional neural network and then deploy the model using Web-based Flask application. Follow me to learn more ►Code Link: buffml.com/diagnosis-for-prediction-of-knee-osteoarthritis-using-deep-learning/ ►Blog: buffml.com ►GitHub Profile: github.com/nouman...
Smart way to Upload Code on Github Repositories | Without Git Commands
มุมมอง 1.1K3 ปีที่แล้ว
#github #code #Repositories In this video, we will learn how we can upload our code and files on GitHub without using the Git command. Follow me to learn more ►Code Link: buffml.com ►GitHub Profile: github.com/noumannahmad ►Facebook Page: AIhub.knowledge/ ►Twitter Page: AI_knowledge ►Twitter Personal Account: noumannahmad ►Instagram: noumannahm...
Fake News Detection Using Machine Learning | FLASK WEB APPLICATION
มุมมอง 15K3 ปีที่แล้ว
#fakenewsdetecrion #textclassification #ai #python #nlp #flask #completeproject In the video, we learn how to make a Flask Web application that classifies the text using machine learning approaches. The machine learning classify either the text is real or fake in another word we say spam or not spam. Follow me to learn more ►Code Link: buffml.com/fake-news-detection-using-machine-learning-with-...
AI-Based Android App Skin cancer Detector| Image classification | Complete project
มุมมอง 20K3 ปีที่แล้ว
AI-Based Android App Skin cancer Detector| Image classification | Complete project
UBER RIDES PREDICTION USING MACHINE LEARNING | Complete Project
มุมมอง 3.8K3 ปีที่แล้ว
UBER RIDES PREDICTION USING MACHINE LEARNING | Complete Project
Multi-Class Image Classification convolutional neural network with Flask App | Complete Project
มุมมอง 12K3 ปีที่แล้ว
Multi-Class Image Classification convolutional neural network with Flask App | Complete Project
Image Data Augmentation
มุมมอง 3983 ปีที่แล้ว
Image Data Augmentation
Chatbot using Flask API with Code | Complete project
มุมมอง 42K3 ปีที่แล้ว
Chatbot using Flask API with Code | Complete project
PDF to image Conversion Usiing Python
มุมมอง 1.2K3 ปีที่แล้ว
PDF to image Conversion Usiing Python
Neural network From Scratch | Numpy
มุมมอง 3273 ปีที่แล้ว
Neural network From Scratch | Numpy
Drowsiness Detection | Dlib | OpenCV
มุมมอง 5933 ปีที่แล้ว
Drowsiness Detection | Dlib | OpenCV
Creating API Using Flask | Python
มุมมอง 1103 ปีที่แล้ว
Creating API Using Flask | Python
Image Classification Webapp | Flask
มุมมอง 39K3 ปีที่แล้ว
Image Classification Webapp | Flask
Pip Not Recognized | Python
มุมมอง 42K3 ปีที่แล้ว
Pip Not Recognized | Python
Human Pose Estimation | Opencv
มุมมอง 4353 ปีที่แล้ว
Human Pose Estimation | Opencv
Realtime QR code Scanning | Python | Opencv
มุมมอง 3373 ปีที่แล้ว
Realtime QR code Scanning | Python | Opencv
World Clock Using Python
มุมมอง 1063 ปีที่แล้ว
World Clock Using Python
Voice Recorder Application Using Python
มุมมอง 1913 ปีที่แล้ว
Voice Recorder Application Using Python

ความคิดเห็น

  • @Johnathanchua
    @Johnathanchua หลายเดือนก่อน

    The val accuracy is kinda low, is it because of small dataset ?

    • @ArtificialIntelligenceHub
      @ArtificialIntelligenceHub หลายเดือนก่อน

      yes, it's just a small demo. you can train the model with more data and do hyper parameter tuning if you need

  • @diogobastos790
    @diogobastos790 หลายเดือนก่อน

    This solution works only in Windos enviromment, is there others which works with linux without libreoffice?

  • @Guit4R-x8y
    @Guit4R-x8y 2 หลายเดือนก่อน

    Worked

  • @pasac3889
    @pasac3889 2 หลายเดือนก่อน

    helped. restart program and worked thank u

  • @Farmjoey
    @Farmjoey 2 หลายเดือนก่อน

    hello

  • @moubanishee
    @moubanishee 2 หลายเดือนก่อน

    THANK YOU.....I had been so frustrated since morning....

  • @harshithac5655
    @harshithac5655 2 หลายเดือนก่อน

    can i also get the texts.pkl and all those files code?

  • @Sagardeep_Das
    @Sagardeep_Das 2 หลายเดือนก่อน

    Thank you so much for this video. I was able to implement doc classification on many documents based on your YOLOv3 model and also made parallel document processing possible. Document processing videos are rare but even rarer is its classification. This video is a gem. Again thanks a lot sir.

  • @creativedoodies8790
    @creativedoodies8790 3 หลายเดือนก่อน

    Hi nice work . I need some help from u , Iam getting some error how can I contact u?

  • @frateren5780
    @frateren5780 3 หลายเดือนก่อน

    NE VARSA BU HİNDULARDA VAR.. ( whatever it is,these Indians have it..)

  • @zed5256
    @zed5256 3 หลายเดือนก่อน

    Allahına kurban yeğen

  • @QuratulainQasim-y5p
    @QuratulainQasim-y5p 3 หลายเดือนก่อน

    This was a very simple way,👌👌 but sir, your voice was very low and secondly, you were repeating the same thing again and again.😐

  • @AtmaRam-se5hi
    @AtmaRam-se5hi 3 หลายเดือนก่อน

    Sir Kotlin used karke app banaya hae kya apne ?

  • @TheSharpSword1
    @TheSharpSword1 4 หลายเดือนก่อน

    It worked , thank you

  • @kazikazol10
    @kazikazol10 4 หลายเดือนก่อน

    How to use my own datasets? Can you help?

  • @AbrahamIndustries
    @AbrahamIndustries 4 หลายเดือนก่อน

    How to run this chatbot in custom domain

  • @jowelahmed628
    @jowelahmed628 4 หลายเดือนก่อน

    sir, when i click submit button then i face a error which is unicodeEncode error. can you please tell me how to fixed it.

  • @MMaaz-ve5ii
    @MMaaz-ve5ii 5 หลายเดือนก่อน

    Bro, android ki new updates k sath run ni ho rha app sai sa kch idea ya guidelines dydo... thanks in advance

  • @sandeshpol4028
    @sandeshpol4028 5 หลายเดือนก่อน

    Hello sir can i add login page on same project

  • @akanksha9873
    @akanksha9873 5 หลายเดือนก่อน

    Sir... Prediction mein error aa raha hai

  • @Latheshsportstv
    @Latheshsportstv 6 หลายเดือนก่อน

    Can you explain a code in spyder

  • @gaurangkelkar4376
    @gaurangkelkar4376 6 หลายเดือนก่อน

    Thanks for this video Bit i want to use this coding for my engineering (civil )laboratory testing data . So please help on it.

  • @CaraVaca.
    @CaraVaca. 7 หลายเดือนก่อน

    Que haría sin ti indio querido.

  • @mrtamilananime
    @mrtamilananime 7 หลายเดือนก่อน

    Which python version would you used in this project?

  • @trakingteckdst6958
    @trakingteckdst6958 7 หลายเดือนก่อน

    not able to deploy app

  • @muttukonnur9422
    @muttukonnur9422 7 หลายเดือนก่อน

    Tell any one keras version please😢

  • @monikaweerasinghe-o8p
    @monikaweerasinghe-o8p 7 หลายเดือนก่อน

    Sir how can we collect more data to feed the algorythm?

  • @haripriya.m1772
    @haripriya.m1772 8 หลายเดือนก่อน

    Bro last step cant understand can you help me.,how to run spyder app and explain run in crome

  • @KeefeMonkey
    @KeefeMonkey 9 หลายเดือนก่อน

    BRO THANK YOU I LITTERALY COULDNT FIND THE PROBLEM FOR 2 HOURS AND 30 MINUTES

  • @animaab456
    @animaab456 9 หลายเดือนก่อน

    It is not working

  • @srt478
    @srt478 9 หลายเดือนก่อน

    I wanted to download cv2 but still facing it in my vs code

  • @Sal-xk8hb
    @Sal-xk8hb 9 หลายเดือนก่อน

    The whole android app code it wrong im getting error everywhere

  • @nehagowda7242
    @nehagowda7242 9 หลายเดือนก่อน

    I’m getting OSError: unable to synchronously open file(file signature not found) please anyone help me

  • @arnavpro-iu6ck
    @arnavpro-iu6ck 9 หลายเดือนก่อน

    thanks bro , i don't know some peoples showing that to download this than this and many more but you solve my problem

  • @lam636
    @lam636 9 หลายเดือนก่อน

    That subscribe sound is really afraid me. pls change that shitty sound

  • @guitance23
    @guitance23 10 หลายเดือนก่อน

    Amazing stuff. This worked. Too helpful to spin a quick chatbot app. Much appreciated 🙂

    • @ksakshainair8822
      @ksakshainair8822 6 หลายเดือนก่อน

      Can you share all the source code

    • @guitance23
      @guitance23 6 หลายเดือนก่อน

      The link is there in description

    • @husseinchalhoub7837
      @husseinchalhoub7837 3 หลายเดือนก่อน

      @@guitance23 the link shows so many files to make can you provide me the full code so i can see it directly

    • @husseinchalhoub7837
      @husseinchalhoub7837 3 หลายเดือนก่อน

      can you please share your code with me please so i can see the file directly

  • @kelixoderamirez
    @kelixoderamirez 10 หลายเดือนก่อน

    permission to learn sir

  • @ashford381
    @ashford381 10 หลายเดือนก่อน

    Thanks so much ❤️❤️❤️❤️❤️

  • @AtmaRam-se5hi
    @AtmaRam-se5hi 10 หลายเดือนก่อน

    From where did u get the dataset?

  • @manpro2433
    @manpro2433 10 หลายเดือนก่อน

    Life saver bhai

  • @Suhas152
    @Suhas152 10 หลายเดือนก่อน

    OMG finally your video helped me, thank you soo much❤

  • @teluguvideosongszz2346
    @teluguvideosongszz2346 10 หลายเดือนก่อน

    Love you bro 🎉❤

  • @nojoodothmanal-ghamdi1026
    @nojoodothmanal-ghamdi1026 11 หลายเดือนก่อน

    THANK YOU SO SO MUCH!

  • @nokhaixnawaz4490
    @nokhaixnawaz4490 11 หลายเดือนก่อน

    so noisy , i can resolve this

  • @ShivaniSati-v7y
    @ShivaniSati-v7y 11 หลายเดือนก่อน

    Actually when I clicked on change ... It's showing 3 options.. repair python , change python and remove python... Please tell me what should I do ??

  • @PythonProgrammingTutorial
    @PythonProgrammingTutorial 11 หลายเดือนก่อน

    thanks bro

  • @podsmail
    @podsmail 11 หลายเดือนก่อน

    thanks

  • @adityarane6775
    @adityarane6775 ปีที่แล้ว

    Kindly share the html and CSS files please

  • @vinaykodoli6646
    @vinaykodoli6646 ปีที่แล้ว

    Where can i get the Dataset for same

  • @Black_Hawk007
    @Black_Hawk007 ปีที่แล้ว

    Hi, Bro. Name of the Music you used in the Video.