Skip to content

.NET API for face detection - C# - Microsoft Azure Cognitive Services

License

Notifications You must be signed in to change notification settings

dcosodev/cognitve-face-detection

Repository files navigation

Cognitve Face Detection

This is a .NET API for detecting faces in images using Microsoft Azure Cognitive Services.

Features

  • Detects faces in images
  • Retrieves face attributes such as occlusion, accessories, blur, exposure, noise, glasses, and head pose

Technologies Used

  • .NET Core
  • Microsoft Azure Cognitive Services
  • ASP.NET Core MVC

Getting Started

Prerequisites

  • .NET Core SDK
  • Azure Cognitive Services Face API subscription

Setup

  1. Clone the repository:

    git clone https://github.com/dcosodev/cognitve-face-detection.git
    cd face-detection-api
    
  2. Set up your Azure Face API credentials in appsettings.json:

"AzureFaceApi": { "Endpoint": "your_endpoint_here", "SubscriptionKey": "your_subscription_key_here" }

  1. Build and run the project:

    dotnet build dotnet run

Usage

About

.NET API for face detection - C# - Microsoft Azure Cognitive Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages