Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecdedios/hands-on-intro-semantic-kernel
Hands-on introduction to Microsoft's Semantic Kernel.
https://github.com/ecdedios/hands-on-intro-semantic-kernel
Last synced: about 1 month ago
JSON representation
Hands-on introduction to Microsoft's Semantic Kernel.
- Host: GitHub
- URL: https://github.com/ecdedios/hands-on-intro-semantic-kernel
- Owner: ecdedios
- License: mit
- Created: 2023-09-23T17:44:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T03:40:57.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:22:26.832Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-semantickernel - Hands-on Introduction to Semantic Kernel
README
# Hands-on Introduction to Semantic Kernel
> 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
- flaskRun in the console with `python ask.py` or in the web browser by calling `FLASK_APP=app`.
## Meta
Ednalyn C. De Dios – [@ecdedios](https://github.com/ecdedios)
Distributed under the MIT license. See `LICENSE` for more information.
- LinkedIn: [in/ecdedios/](https://www.linkedin.com/in/ecdedios/)
- Resumé: [http://ednalyn.com](http://ednalyn.com)
- Data Science Projects [https://datasciencenerd.us](https://datasciencenerd.us)## Contributing
1. Fork it ()
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 Request2023