Discover and explore top open-source AI tools and projects—updated daily.
.NET reference app for AI-powered customer support ticketing
Top 54.4% on SourcePulse
This project provides a reference .NET application demonstrating AI capabilities for e-commerce customer support, targeting .NET developers interested in Generative AI. It showcases text classification, sentiment analysis, summarization, synthetic data generation, and chatbot interactions, built with .NET Aspire.
How It Works
The application leverages a microservices architecture orchestrated by .NET Aspire. It integrates Python projects for AI inference, enabling features like text classification, sentiment analysis, summarization, and synthetic data generation. The system also supports chatbot interactions with chat history and suggested responses, demonstrating local AI model development and evaluation.
Quick Start & Requirements
pip install -r src/PythonInference/requirements.txt
.AppHost
as startup project) or via dotnet run --project src/AppHost
in the terminal.Highlighted Details
Maintenance & Community
This is a Microsoft open-source project adhering to the Microsoft Open Source Code of Conduct.
Licensing & Compatibility
The repository does not explicitly state a license in the provided README.
Limitations & Caveats
Cloud deployment is noted as "coming soon." The README mentions a workaround for running on CPU, implying GPU is the primary target.
4 months ago
1 day