Skip to content

Latest commit

 

History

History

restsharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

API4AI wine recognition

This directory contains a minimalistic sample that sends requests to the API4AI Wine Recognition API. The sample is implemented in C# using .NET 6.

Overview

This ready-to-use API provides recognition of labels on wine bottles covering more than 400 000 different labels. The results contain information about the brand of wine and its type.

Getting started (Visual Studio)

Open sample.sln solution file in Visual Studio as usual and click "Run".

Getting started (Command line)

Try sample with default args:

dotnet run

Try sample with your local image:

dotnet run -- image.jpg

About API keys

This demo by default sends requests to free endpoint at demo.api4ai.cloud. Demo endpoint is rate limited and should not be used in real projects.

To get API key for unlimited access you may buy API at RapidAPI marketplace or use contact us directly.

Use RapidAPI marketplace to get the API key. The marketplace offers both free and paid subscriptions.

Contact us in case of any questions or to request a custom pricing plan that better meets your business requirements.

Links