Skip to content

Commit 90f2add

Browse files
HavenDVclaude
andcommitted
docs: add docs/index.md mirroring README.md
Convention: docs/index.md must be identical to README.md for MkDocs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5392cc3 commit 90f2add

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

docs/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Roboflow
2+
3+
[![Nuget package](https://img.shields.io/nuget/vpre/Roboflow)](https://www.nuget.org/packages/Roboflow/)
4+
[![dotnet](https://github.com/tryAGI/Roboflow/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/tryAGI/Roboflow/actions/workflows/dotnet.yml)
5+
[![License: MIT](https://img.shields.io/github/license/tryAGI/Roboflow)](https://github.com/tryAGI/Roboflow/blob/main/LICENSE.txt)
6+
[![Discord](https://img.shields.io/discord/1115206893015662663?label=Discord&logo=discord&logoColor=white&color=d82679)](https://discord.gg/Ca2xhfBf3v)
7+
8+
## Features 🔥
9+
- Fully generated C# SDK based on [official Roboflow OpenAPI specification](https://inference.roboflow.com/openapi.json) using [AutoSDK](https://github.com/HavenDV/AutoSDK)
10+
- Same day update to support new features
11+
- Updated and supported automatically if there are no breaking changes
12+
- All modern .NET features - nullability, trimming, NativeAOT, etc.
13+
- Support .Net Framework/.Net Standard 2.0
14+
15+
### Usage
16+
```csharp
17+
using Roboflow;
18+
19+
using var client = new RoboflowClient(apiKey);
20+
```
21+
22+
<!-- EXAMPLES:START -->
23+
<!-- EXAMPLES:END -->
24+
25+
## Support
26+
27+
Priority place for bugs: https://github.com/tryAGI/Roboflow/issues
28+
Priority place for ideas and general questions: https://github.com/tryAGI/Roboflow/discussions
29+
Discord: https://discord.gg/Ca2xhfBf3v
30+
31+
## Acknowledgments
32+
33+
![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png)
34+
35+
This project is supported by JetBrains through the [Open Source Support Program](https://jb.gg/OpenSourceSupport).

0 commit comments

Comments
 (0)