Best of Computer Vision2022

  1. 1
    Article
    Avatar of hackernoonHacker Noon·4y

    How to Authenticate a User via Face Recognition in Your Web Application

    Authentication is a very crucial aspect of your web application. In the past, email password-based authentication was most popular and widely used. With the advancement of Artificial Intelligence (AI) and machine learning (ML), facial recognition techniques gain huge popularity. In this article, we are building a simple application to demonstrate how to authenticate a user using facial recognition.

  2. 2
    Article
    Avatar of anavidAnalytics Vidhya·4y

    Face Recognition System Using Python

    This article focuses on implementing face recognition using the library face_recognition. It is built on deep learning techniques and promises accuracy greater than 96% using a single training image. The library can quickly locate and locate faces on its own, we don’t need to use haar Cascade and other techniques.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn PyTorch for Deep Learning – Free 25-Hour Course

    Learn PyTorch for Deep Learning: Zero to Mastery course is available online for free at learnpytorch.io. The course is comprised of 5 modules, best taken sequentially (but feel free to jump around) The focus of the course is code, code, and a willingness to learn. The magic of machine learning is building algorithms to find patterns in your own custom data.

  4. 4
    Article
    Avatar of kdnuggetsKDnuggets·4y

    An Introduction to Graph Neural Networks

    Graph Neural Networks (GNNs) are a type of neural networks that are capable of working with graph structures. They are influence by convolutional neural networks to perform graph and node classification, link prediction, and community detection.

  5. 5
    Article
    Avatar of towardsdevTowards Dev·4y

    Face Detection in Mobile App using Python, Flask, and Flutter

    In this blog, we will be looking at how to implement Face Detection in Mobile App using Python, Flask, and Flutter. You can think there are some platforms like ML-Kit to detect faces. This blog will be purely based on how to detect face on our own ML Algorithm using API.

  6. 6
    Article
    Avatar of ddlDomino Data Lab·4y

    OpenCV Tutorial: Getting Started with OpenCV

    Computer vision is an interdisciplinary subfield of artificial intelligence. It aims to mimic human cognitive functions to provide capabilities similar to human vision. This includes understanding the content of digital images, types of objects, and their relationships. In this article we talk about the foundations of Computer vision, the history and capabilities of the OpenCV framework.

  7. 7
    Article
    Avatar of kdnuggetsKDnuggets·3y

    8 Best Python Image Manipulation Tools

    Images can be defined as a matrix of pixels, and each pixel represents a color that can be treated as a data value. Image Processing comes in handy to uncover underlying data from any image. The main objective of image processing is to uncover some valuable information from images.

  8. 8
    Article
    Avatar of huggingfaceHugging Face·4y

    Introducing new audio and vision documentation in 🤗 Datasets

    The to_tf_dataset function takes care of converting a dataset into a tf.data. Data is represented in richer formats like audio, images, and even a combination of audio and text. You can use Image folder to load an image dataset for nearly any type of image task if you have a metadata file with the required information.