Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left

  Apply Now

Guided Projects

Free Guided Projects

  • Python Classification Flask Convultional Neural Network Pre-Trained Model ResNet50 TensorFlow Free Guided Project

    1 Concept | 13 Assessments | 466 Learners

    Welcome to this project on Deploy Image Classification Pre-trained Keras model using Flask. In this project, we will have a comprehensive understanding of how to deploy a deep learning model as a web application using the Flask framework.

    Developing a machine learning or deep learning model is very important to solve problems using AI. On the other hand, it is equally important to have a knowledge of how to deploy those amazing problem-solving models into such an interface which enables the users to make use of these solutions. Even many apps we use today, like YouTube, Amazon/Flipkart shopping, FaceApps(which predict our gender or age) make use of machine learning and deep learning, and we are able to interact with them using a web interface. So we need to understand how to integrate the models with a web interface so that the users - be them programmers or non-programmers or any other common users - could easily interact and obtain the solutions from these well-trained and well-performing models.

    In this project, we will understand how to develop a web interface using Flask for a pre-trained TensorFlow 2 model built for predicting the class of an input image.

    Skills you will develop:

    1. Flask Framework

    2. TensorFlow

    3. Python Programming

  • NLP Deep Learning AI Python Tensorflow 2 Free Guided Project

    1 Concept | 10 Assessments | 386 Learners

    Welcome to this project on Sentiment Analysis using TensorFlow 2. This project aims to impart an understanding of how to process English sentences, apply NLP techniques, make the deep learning model understand the context of the sentence, and classify the sentiment the sentence implies.

    Our real-world is being flooded with a lot of reviews all around us. Be it an online shopping mart, movie reviews, offline market, or anything else. It has become very common for us to rely on these reviews. Hence it would be really helpful for a Machine Learning aspirant to understand various techniques related to processing such reviews and make the machine learning models to understand the context of the sentences.

    Skills you will develop:

    • TensorFlow 2

    • NLP

    • Deep Learning

    • Python Programming

  • Tensorflow 2 Matplotlib OpenCV Numpy Object Detection CNN Free Guided Project

    2 Concepts | 6 Assessments | 457 Learners

    Welcome to the project on Mask R-CNN with OpenCV for Object Detection. In this project, we will learn how to read a pre-trained TensorFlow model for object detection using OpenCV.

    The real-world scenarios have a lot of applications based on object detection. For example, object detection models are used in self-driving cars to recognize where the pedestrians are, where the are vehicles located, where the signals are, etc in the given frame of view. So, it is very important to develop an understanding of how to use a pre-trained object detection model so that we could later customize it based on our needs.

    Skills you will develop:

    1. OpenCV
    2. Object Detection
    3. Numpy
    4. Matplotlib
  • Deep Learning Python Tensorflow 2 ResNet50 Keras Image Classification Free Guided Project

    1 Concept | 4 Assessments | 508 Learners

    Welcome to this project on Image Classification with Pre-trained Keras models. This project aims to impart the knowledge of how to access the pre-trained models(here we get pre-trained ResNet model) from Keras of TensorFlow 2, and appreciate its powerful classification capacity by making the model predict the class of an input image.

    Understanding the pre-trained models is very important because this forms the basis of transfer learning. one of the most appreciated techniques to perform the classification of a different task thus reducing the training time, the number of iterations, and resource consumption. Learning about the pre-trained models and working hands-on with such models is thus very crucial in deep learning, and the same is the aim of this project.

    Skills you will develop:

    1. TensorFlow 2
    2. Python Programming
    3. Deep Learning
  • Python Tensorflow 2 Matplotlib Dense Neural Network Fashion MNIST Free Guided Project

    1 Concept | 7 Assessments | 556 Learners

    Welcome to the project on Building a Neural Network for Image Classification with TensorFlow. In this project, we would learn how to develop a neural network classifier from very scratch, using TensorFlow 2.

    We would build and train a dense neural network on the Fashion MNIST dataset and evaluate its performance with some test samples. This project aims to impart the knowledge of the basic steps involved in building a neural network, working with TensorFlow 2, training a neural network, and make the learner comfortable with the cutting-edge technology - TensorFlow 2.

    Skills you will develop:

    1. TensorFlow 2
    2. Matplotlib
    3. Python Programming