microsoft / onnxruntime-genai

Generative AI extensions for onnxruntime
MIT License
394 stars 89 forks source link

[Documentation] phi-3 vision tutorial lacks samples for languages that are actually used for desktop development. #690

Closed BrainSlugs83 closed 1 month ago

BrainSlugs83 commented 1 month ago

Describe the documentation issue

All of the samples appear to be in Python. Nothing in C, or C#.

Python is awesome for academia, but most Windows desktop App developers are developing desktop and enterprise apps in modern languages like C#, and sometimes in C, it seems kind of frustrating that there is no examples on how to consume these models in a modern desktop app.

Please develop and share desktop app examples that use the Phi-3-vision model showcasing C# and other modern desktop app development stacks that windows developers are using today.

Page / URL

https://onnxruntime.ai/docs/genai/tutorials/

GeorgeS2019 commented 1 month ago

We need c# as first class like python.

baijumeswani commented 1 month ago

Please see the C# example and the C/C++ example for phi3-vision.

baijumeswani commented 1 month ago

I'll close this issue since we have examples for phi3 vision for c++ and c#. Please let us know if those examples do not work for you or if you think we should add more documentation for easier discoverability.