Skip to content

This is a web application for image categorization using Azure Cognitive Services. The app is built with Next.js and TypeScript, and it allows users to upload an image and receive its category labels predicted by the Azure Computer Vision API.

Notifications You must be signed in to change notification settings

fallintoplace/Azure-Photo-Categorization

Repository files navigation

Image Categorization with Azure Cognitive Services

Project Image

This project is a web application built with Next.js and TypeScript that allows users to categorize images using Azure Cognitive Services.

Features

  • Upload and categorize images using Azure Cognitive Services
  • View categorized images with corresponding tags

Installation and Usage

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Set the following environment variables:
    • AZURE_COGNITIVE_SERVICES_KEY: Your Azure Cognitive Services key
    • AZURE_COGNITIVE_SERVICES_ENDPOINT: Your Azure Cognitive Services endpoint
  4. Run npm run dev to start the development server.
  5. Open the application in your browser at http://localhost:3000.

Technologies Used

  • Next.js
  • TypeScript
  • Azure Cognitive Services

Credits

This project was created by FallIntoPlace.

License

This project is licensed under the MIT License.

About

This is a web application for image categorization using Azure Cognitive Services. The app is built with Next.js and TypeScript, and it allows users to upload an image and receive its category labels predicted by the Azure Computer Vision API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published