Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jandev/sk-hackathon

Repository meant as a backing for a hackathon I'm hosting
https://github.com/jandev/sk-hackathon

Last synced: 17 days ago
JSON representation

Repository meant as a backing for a hackathon I'm hosting

Awesome Lists containing this project

README

        

# Semantic Kernel hackathon

This repository contains some sample projects which are can be used in a workshop.

## Assignment 1

Use the `main` branch for this assignment.

Create an API which can summarize a specified webpage.
Expected duration: 30 - 60 minutes

Steps involved:

- Create an Azure Function with an HTTP Trigger
- Add Semantic Kernel to the project
- Create a skill and function to summarize an URL
- Invoke and return the results

## Deep dive examples

The branch `session/deep-dive` contains some examples of how different areas of Semantic Kernel, Azure Open AI or other related services can be integrated in the solution.
For example:

- Use the Planner
- Use embeddings to get related data
- Use Azure Cognitive Search