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.
- LinkedIn: in/ecdedios/
- Resumé: http://ednalyn.com
- Data Science Projects https://datasciencenerd.us
Contributing
- Fork it (https://github.com/ecdedios/hands-on-intro-semantic-kernel/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
2023