Welcome to Minds SDK for C#
Introduction
Minds SDK is a powerful C# library that allows you to seamlessly integrate MindsDB AI functionalities into your .NET applications. Whether you're managing AI models or querying data sources, Minds SDK simplifies interaction with the MindsDB API.
Quick Start
Install Minds.SDK from NuGet:
dotnet add package Minds.SDK
Initialize the SDK in your project:
using Minds.SDK; var client = new MindsClient("YOUR_API_KEY");
You're ready to create Minds, manage data sources, and query predictions.
Features
- 🔐 Secure API Access
- 📊 Data Source Management
- 🧠 AI Model Customization
- 📡 Real-Time Interactions
Learn More
Check the Getting Started guide for detailed instructions on setting up and using the SDK.
For a complete API reference, head over to the API Documentation.
License
This project is licensed under the MIT License.