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 / 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 / opencvnet5winformvideofile.cs
Created December 8, 2020 14:33
opencvnet5winformvideofile.cs
using System;
using System.Threading;
using System.Windows.Forms;
using OpenCvSharp;
using OpenCvSharp.Extensions;
using Size = OpenCvSharp.Size;
namespace Demo13_WinFormVideoFromFile
{
public partial class Form1 : Form
@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 / cameratograyscaleresaltredandblue.py
Created June 14, 2022 13:24
cameratograyscaleresaltredandblue.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 June
# Change Log :
# - Open the camera feed
# - Convert the camera feed to Grayscale
# - Resalt a specific colors >> RED and BLUE
#
# The MIT License (MIT)
#
@elbruno
elbruno / AzureIoTDemoCreation.bicep
Created July 18, 2022 16:06
AzureIoTDemoCreation.bicep
// Copyright (c) 2022
// Author : Bruno Capuano
// Create Time : 2022 July
// 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
@elbruno
elbruno / OpenCameraFromRTSP.py
Created July 25, 2022 20:47
OpenCameraFromRTSP.py
# Copyright (c) 2022
# Author : Bruno Capuano
# Create Time : 2022 July
# Change Log :
# - Open the camera feed from a RTSP address
#
# 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 / BicepAzureFunctionCreation.bicep
Created July 20, 2022 21:24
BicepAzureFunctionCreation.bicep
// Copyright (c) 2022
// Author : Bruno Capuano
// Create Time : 2022 July
// 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
@elbruno
elbruno / rustthreadsjoin.rs
Created January 9, 2023 20:08
rustthreadsjoin.rs
/*
Copyright (c) 2023
Author : Bruno Capuano
Create Time : 2023 January
Change Log :
- Demos working with threads in Rust
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