Skip to main content
Semantic Kernel is an open-source development tool that allows you to build agents and integrate the latest AI models into your codebase.

Prerequisites

Before getting started, ensure you have:

Installation and setup

  1. Create a virtual environment.
    python -m venv .venv
    source .venv/bin/activate
    
  2. Install the required libraries.
    pip install semantic-kernel jupyter ipykernel
    

Example notebook

Follow along with the Semantic Kernel example notebook to create agents that can function as art directors and copywriters, helping automate creative tasks with advanced AI capabilities.

Additional resources