Hands-on Introduction to Semantic Kernel

October 5, 2023 · View on GitHub

A hands-on introduction to Microsoft's Semantic Kernel.

Project Description

The goal of this project is to demonstrate how to use semantic kernel in both the python console and the web browser.

Usage

Written in Python 3.9.9. Packages used:

  • semantic-kernel
  • flask

Run in the console with python ask.py or in the web browser by calling FLASK_APP=app.

Meta

Ednalyn C. De Dios – @ecdedios

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/ecdedios/hands-on-intro-semantic-kernel/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

2023