dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
34.81k stars 9.84k forks source link

Generic chat UI like Chainlit or Streamlit for Blazor? #56265

Open SteveSandersonMS opened 2 weeks ago

SteveSandersonMS commented 2 weeks ago

Copied from https://github.com/microsoft/semantic-kernel/discussions/6401

Posted by @benceblaske

I have some experience building chat based experiences using generic UI frameworks like Streamlit or Chainlit (there are many others), but these are available only for Python. Since the C# SDK of Semantic Kernel is the most mature, I am looking for something like the above Python frameworks. Any suggestions for such, that can be used with SK? Thanks!

ElderJames commented 2 weeks ago

I created a UI with Blazor and Semantic Kernel https://github.com/ElderJames/SigmaAI .