Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View elbruno's full-sized avatar
💭
@Home rocking some AI projects

El Bruno elbruno

💭
@Home rocking some AI projects
View GitHub Profile
@elbruno
elbruno / ollamasharpskchattexttest.cs
Created April 1, 2024 13:07
ollamasharpskchattexttest.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use llama2 LLM running locally in Ubuntu with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / ollamasharpskchatcompletion.cs
Created April 1, 2024 13:06
ollamasharpskchatcompletion.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample Chat Completion Service for Ollama models
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / ollamasharpsktextgeneration.cs
Created April 1, 2024 13:04
ollamasharpsktextgeneration.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample Text Generation Service for Ollama models
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / sktutorial03.cs
Created February 27, 2024 22:23
sktutorial03.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to show how to use plugins with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / sktutorial02.cs
Created February 26, 2024 23:49
sktutorial02.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use Azure OpenAI and Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / sktutorial01.cs
Created February 26, 2024 23:34
sktutorial01.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use OpenAI and Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / llama2semantickernellocalserver.cs
Created February 14, 2024 20:09
llama2semantickernellocalserver.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use llama2 LLM running locally in Ubuntu with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / phi2lmstudiosemantickernel.cs
Created February 6, 2024 22:16
phi2lmstudiosemantickernel.cs
// Copyright (c) 2024
// Author : Bruno Capuano
// Change Log :
// - Sample console application to use Phi-2 in LM Studio with Semantic Kernel
//
// The MIT License (MIT)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@elbruno
elbruno / DroneGenCommandsWithAI.py
Created July 28, 2023 20:17
DroneGenCommandsWithAI.py
# Copyright (c) 2023
# Author : Bruno Capuano
# Change Log :
# - Use semantic kernel to generate drone commands
# - Use Azure OpenAI Services or OpenAI APIs to generate drone commands
# - Use the semantic skill "DroneAI" to generate drone commands
# - Return the generated drone commands as a string
#
# The MIT License (MIT)
#
@elbruno
elbruno / podcastcopilotspaaudiototext.py
Created June 5, 2023 19:32
podcastcopilotspaaudiototext.py
# Copyright (c) 2023
# Author : Bruno Capuano
# Change Log :
#
# The MIT License (MIT)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell