Skip to content

jlopez362/AI_Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence Demonstrations Project

This artificial intelligence demos project aims to provide simple, practical examples of different AI techniques and algorithms implemented in C# and net8.0. From basic concepts to more advanced applications, this repository offers a variety of demos that can be useful for learning and experimenting with AI.

Installation

To use the demos of this project, follow these steps:

  1. Clone this repository on your local machine using Git:

    git clone https://github.com/jlopez362/AI_Demos.git
    

Usage

To use the artificial intelligence demos in this project, follow these steps:

To run the examples you must have net8.0 installed. https://dotnet.microsoft.com/en-us/download

  1. Browse the project directory to find the different demos available.

  2. Open the AI_Demo.Client directory

  3. Execute

    dotnet watch
    

Examples

Image Description

Example based on the post Image to Text with Semantic Kernel and HuggingFace where Semantic Kernel is used with the Hugging Face connector to generate text based on images.

For the example, Blazor was used as the presentation layer, unlike the example that uses WinForms.

Demos.mp4

Chatbot

Basic example of a Chatbot Using Semantic Kernel, C#, .NET 8.0, Blazor, and Mistral-7B-Instruct-v0.2 as the Language Model

ChatbotDemo.-.Trim.mp4

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published