Skip to content

Challenge project - Add image analysis and generation capabilities to your application

Notifications You must be signed in to change notification settings

kaustubh93-dev/VisionAI-cloud-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17c23fa · Apr 19, 2024

History

6 Commits
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024

Repository files navigation

Challenge project - Add image analysis and generation capabilities to your application

Challenge overview

This project is a web application built with Blazor. It uses the Azure OpenAI API to analyze and generate images based on provided prompts and URLs.

Prerequisites

Helpful Links

Installing

  1. Clone the repository.
  2. Open the project in VS Code.
  3. VS Code will prompt you to open the project in a dev container. Click 'Reopen in Container'.
  4. Restore the packages: dotnet restore
  5. Set your environment variables
    • OpenAI API key or Azure OpenAI API key: export AZURE_OPENAI_API_KEY=<your_api_key>
    • Azure OpenAI endpoint (if you're using Azure OpenAI): export AZURE_OPENAI_ENDPOINT=<your_endpoint>
    • Azure Computer Vision API key: export VISION_KEY=<your_api_key>
    • Azure Computer Vision endpoint: export VISION_ENDPOINT=<your_endpoint>
  6. Code in Home.razor
  7. Run the project locally using dotnet watch
  8. Run the project: dotnet run

Packages used

Inspired from

About

Challenge project - Add image analysis and generation capabilities to your application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published