Skip to content

Style transfer API for .NET: An example .NET Windows application for neural style transfer using the Deep Art Effects API.

Notifications You must be signed in to change notification settings

deeparteffects/deepart-api-dotnet-csharp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Art Effects API Example For .NET CSHARP

Here is an example on how you can use the Deep Art Effects API for .NET to get a list of styles, upload an image and render an artwork.

If you want to try out the example, change the values for the apiKey, accessKey and secretKey in DeepArtEffectsExample\App.config to your key values.

Get the Deep Art Effects SDK for .NET from the Deep Art Effects Developer Portal and include the DLLs (under the bin folder) in the C# project, and use the namespaces:

using Deeparteffects.Sdk;
using Deeparteffects.Sdk.Model;

0

Releases

No releases published

Packages

No packages published

Languages