MyAIAPI is a C# library that provides access to various AI services and models running on local servers from within a DotNet 7 Maui application.
MyAIAPI can be used for the following purposes:
- StableDiffusion: Generate images using StableDiffusion models.
- GptNeo: Generate text using GptNeo models.
- OpenAIAI: Access a range of AI-related functionalities.
This project utilizes code from the following libraries from DotNet 7, Each of which has its own license:
- System
- System.Collections.Concurrent
- System.Collections.Generic
- System.Linq
- System.Net.Http
- System.Net.Http.Headers
- System.Text.Json
- System.Text.Json.Serialization
- System.Text
- System.Threading.Tasks
Please refer to the respective licenses for more details.