Upcoming Events

View all events
  • Login
  • Business Login

Login using Social Account

     Continue with Google

Login using your credentials


CloudxLab
  • Empower Your Team New
  • Explore Courses
  • Resources
    • Guided Projects
    • Lab
    • Events
    • BootML
    • Jobs
      • Apply For Jobs
      • Post a Job
    • Forum
    • Blog
    • Become Course Creator
    • Placement Eligibility Test
  • Sign In
Filter

Free(107) Guided Project(44) Python(39) Machine Learning(32) Big Data(26) Deep Learning(21) IIT Roorkee(20) Hadoop(17) Tensorflow 2(16) PG Certificate Program(13) Apache Hadoop(12) Spark(12) Pandas(12) DevOps(11) AI(11)

Show more tags

  • D

    Deploying Single Container Static App with Docker & Travis CI on AWS Elastic Beanstalk

    Topic
    27 Concepts | 199 Learners

    Git GitHub Free Guided Project DevOps Docker Travis Deployment AWS S3 Route 53 IAM Elastic Beanstalk

    Welcome to this project on Deploying App with Docker, Travis CI & AWS Elastic Beanstalk. In this project, we will understand about Docker, Travis, and some services of AWS.

    We will first make a simple static website, then dockerize the app. Then we will push it to GitHub and enable Travis to track changes in that repository. Further, we will understand the app deployment on the AWS Elastic Beanstalk using S3 and IAM. We will also host the app on a public domain bought from Google Domains, and configure it with the help of Amazon Route 53.

    Github link: [https://github …

    Instructor: Cloudxlab
  • P

    Project- How to build low-latency deep-learning-based flask app

    Topic
    7 Concepts | 1 Question | 9 Assessments | 172 Learners

    Deep Learning Python Tensorflow 2 Flask ResNet50 CNN ZMQ Runtime Performance Free Guided Project Speed up the web app Optimization Low-Latency App Performance Improvement

    Welcome to the project on How to build low-latency deep-learning-based flask app. In this project, we will refactor the entire codebase of the project [ How to Deploy an Image Classification Model using Flask][1]. That monolithic code will be refactored to form two microservices - the flask service and model service. The model service acts as a server that renders pretrained Tensorflow model as a deep learning API, and keeps listening for any incoming requests. The flask service requests the model service, and displays the response from the model server. This way, we write cleaner code and promote service isolation.

    Further …

    Instructor: Cloudxlab
  • P

    Project- Exploring Web Scraping: Python Adventures on Wikipedia and Amazon

    Topic
    1 Concept | 10 Assessments | 165 Learners

    Python Free Guided Project Web Scraping

    A gentle introduction to web scraping using Python. We will learn how to scrape 2 different websites including Wikipedia, and Amazon using various Python libraries.

    Instructor: Cloudxlab
  • Image Stitching using OpenCV and Python (Creating Panorama Project)

    Topic
    12 Concepts | 11 Assessments | 159 Learners

    Python Matplotlib OpenCV Image Stitching Free Guided Project

    Welcome to this project on Image Stitching using OpenCV. In this project, we will use OpenCV with Python and Matplotlib in order to merge two images and form a panorama.

    As you know, the Google photos app has stunning automatic features like video making, panorama stitching, collage making, and many more. In this exercise, we will understand how to make a panorama stitching using OpenCV with Python.

    Skills you will develop:

    • OpenCV
    • Python
    • Matplotlib
    Instructor: Cloudxlab
  • B

    Building Realtime Analytics Dashboard using Apache Spark

    Topic
    1 Concept | 158 Learners

    Free Big Data Spark Kafka

    In this project, we will learn how to build a real-time analytics dashboard using Apache Spark Streaming, Kafka, Node.js, Socket.IO, and Highcharts.

    Instructor: Abhinav Singh
  • P

    Project - Reinforcement Learning - How to make computer learn to play CartPole game

    Topic
    12 Concepts | 12 Assessments | 141 Learners

    TensorFlow2 OpenAI Gym Reinforcement Learning Python3 Policy Gradients Algorithm

    Welcome to this project on the CartPole game using OpenAI gym. In this project, we will use OpenAI gym tool to understand how to make CartPole game from the basic.

    Instructor: Cloudxlab
  • D

    Deploying Multi Container Flask App with Docker & Travis CI on AWS Elastic Beanstalk

    Topic
    9 Concepts | 139 Learners

    Flask Git GitHub Guided Project DevOps Docker Travis Deployment AWS Elastic Beanstalk Redis PostgreSQL uWSGI Multi-Container Application NGINX Docker Hub

    Welcome to this project on Deploying Multi-Container Docker App on AWS. In this app, we will learn how to build a Deploy Multi-Container Application using Flask, Redis, and PostgreSQL.

    We will use NGINX-uWSGI along with Flask as the web service, and connect it with the PostgreSQL and Redis container services. Then, we will understand how to automate the process of deploying the web app to Docker Hub, using GitHub and Travis CI. Finally, we will understand how to automate deployments on AWS Elastic Beanstalk using GitHub and Travis.

    Github link: https://github.com/cloudxlab/user-wishlist-app

    Instructor: Cloudxlab
  • D

    Deploying Single Container Flask app with Docker, Travis CI, AWS RDS & AWS ElastiCache on AWS Elastic Beanstalk

    Topic
    6 Concepts | 105 Learners

    Flask Free Guided Project DevOps Docker AWS Elastic Beanstalk Deployment Project Amazon RDS Amazon ElastiCache

    Welcome to the project on the Deploy Flask app with AWS RDS and ElastiCache Redis. In this project, we will learn how to use Amazon RDS and Amazon ElastiCache, how to connect them to AWS Elastic Beanstalk and deploy a project based on these three technologies.

    It is highly recommended to go through the playlist Deploy Multi-Container Docker App on AWS, before going through this project, for a better understanding of this project series.

    Github link: https://github.com/cloudxlab/user-wishlist-app/tree/awscache-rds-eb

    Instructor: Cloudxlab
  • T

    Testing Single Container Static App Locally on Minikube

    Topic
    6 Concepts | 102 Learners

    Free Guided Project DevOps Kubernetes Deployments Minikube Kubectl Pods Services Ingress

    Welcome to this project on Testing App Locally on MiniKube. In this project, we will understand what is Kubernetes and what is Minikube.

    As part of the hands-on, we will learn to set up Minikube with VirtualBox in Windows 10 Home system. We will learn various concepts of Kubernetes like pods, deployments, services, and ingress, and have a look at how we could create them in various ways using different commands. We will also deploy the single container static web application - which we have dockerized as part of the Docker, Travis, and AWS project series - and access it using Kubernetes …

    Instructor: Cloudxlab
  • P

    Project- Game of Tic Tac Toe with Python

    Topic
    1 Concept | 15 Assessments | 85 Learners

    Python Free Guided Project

    Create a game of Tic Tac Toe and play against an AI using Python.

    Instructor: Cloudxlab
  • P

    Problems on Data Cleaning and Processing For Machine Learning

    Topic
    2 Questions | 14 Assessments | 74 Learners

    Python Numpy Pandas Data Processing Machine Learning

    In any machine learning project, 90% of work is about data extraction, cleaning, preprocessing. This is a very challenging part of the machine learning projects. This skill is must have for any machine learning engineer.

    Solve these problems to become very efficient at solving data preprocessing, cleaning, transforming, or extracting using Pandas, Python, and Numpy.

    Instructor: Cloudxlab
  • D

    Deploying Multi-Container App on Minikube and GKE

    Topic
    20 Concepts | 70 Learners

    Flask Free Guided Project DevOps Kubernetes gcp Minikube Ingress GKE

    In this project, we will understand how to deploy a multi-container application on Minikube and GKE.

    We will learn about Kubernetes Deployments, Kubernetes Services, Kubernetes Ingress, Kubernetes Secrets and Kubernetes Persistent Volume Claim. By the end of this project, we will have a fair understanding of the basic workflow of Kubernetes project deployment. We will also be able to appreciate the use of MiniKube before deploying an application onto production, like onto Google Kubernetes Engine. Further, we will also see how to monitor the Kubernetes cluster and scale pods.

    It is very highly recommended to complete the previous projects for …

    Instructor: Cloudxlab
  • Project- Removing dead code in Python with Vulture

    Topic
    1 Concept | 1 Question | 5 Assessments | 63 Learners

    Python Free Guided Project

    Vulture is a Python library that is used to remove dead code from a Python program. So let us see how to use Vulture to remove dead code from a sample program in Python.

    Instructor: Cloudxlab
  • Project - Yolov4 with OpenCV for Object Detection

    Topic
    1 Concept | 6 Assessments | 48 Learners

    Python Object Detection OpenCV DNN Yolov4

    Welcome to the project on Yolov4 with OpenCV for Object Detection. In this project, we will learn how to use a YOLOv4 network pretrained on the MSCOCO dataset for object detection.

    Object detection has applications in various fields, from home automation to self-driving computers. YOLOv4 is one of the recent state-of-art object detection models. This project provides an overview of how to use a YOLOv4 pretrained model.

    Instructor: Cloudxlab
  • T

    Treating Outliers in Python

    Topic
    4 Concepts | 12 Assessments | 33 Learners

    Python Free Guided Project Statistics

    Learn how to detect outliers, and how to treat those outliers in your dataset using Python.

    Instructor: Cloudxlab
  • ‹‹
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10(current)
  • 11
  • ››
  • Company
    • About
    • Careers
    • Contact Us
    • Privacy Policy
    • Terms of Use
    • Cookie Policy
    Partner With Us
    • Become an Affiliate
    • Use CloudxLab as an Instructor
    • Schedule A Demo
    • Refer a friend
    Learn
    • Guided Projects
    • Courses
    • Lab
    • Events
    • BootML
    Jobs
    • Current Jobs
    • Post a Job
    Resources
    • Forum
    • Blog
    • Tech FAQs
    For Businesses
    • Consulting
    • Cloud Platform
    • LMS Integration
    All rights reserved © 2025 CloudxLab, Inc. | Issimo Technology Private Limited