Skip to content

RafaPazos/semantic-kernel-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Kernel Playground

Introduction to Semantic Kernel

Semantic Kernel is an open-source framework developed by Microsoft that enables developers to integrate AI models, such as OpenAI's GPT, with traditional programming paradigms. It provides tools for creating intelligent applications that combine natural language processing, reasoning, and decision-making capabilities.

This repository serves as a playground for exploring Semantic Kernel through various exercises and examples. It is designed to help developers understand the core concepts and features of Semantic Kernel while experimenting with its capabilities.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/semantic-kernel-playground.git
  2. create an environment:

// Create a virtual environment named 'skplayground'
python -m venv .skplayground

// On Windows, activate the environment
.skplayground\Scripts\activate

// On macOS/Linux, activate the environment
source .skplayground/bin/activate
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Follow the exercises in the src folder to start learning Semantic Kernel.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests to improve the repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Further Reading

Microsoft Learn - Develop AI Agents with Azure OpenAI and Semantic Kernel

Azure Samples - Semantic Kernel Workshop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages