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 / 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
@elbruno
elbruno / camera.py
Last active May 29, 2023 20:37
camera.py
# Copyright (c) 2023
# Author : Bruno Capuano
# Change Log :
# - Open and show the camera feed
#
# 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 / rustfinddatatype.rs
Last active February 7, 2023 15:13
rustfinddatatype.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 Feb
Change Log :
- Demo to find variables data type
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
@elbruno
elbruno / rustgetmyip.rs
Created February 1, 2023 15:46
rustgetmyip.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 Feb
Change Log :
- Demo learning with HTTP GET and POST request with Rust
- Source Demo: https://actix.rs/docs/getting-started
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy