Hi ! I wrote about this before, however, I never shared the complete set of steps. Here they are. Install and Update Anaconda After installing Anaconda, it’s time to update. We need to start Anaconda PowerShell with Administrator privileges. And then run these commands. conda update conda conda update βall That was easy. Create a…… Continue reading #Python π – Easy way to install #OpenCV and #TensorFlow in a Virtual Environment in Anaconda . Yes, for drone π fun !
Tag: Python
#Event – Video on how to create a #AzureIoT Central App in 10 min to display drone π telemetry
Hi ! Yesterday I had the pleasure to talk about how to create a sdk to control a DJI Tello drone with my friends from Azure AI Latam. And the 2nd part of the session was focused on how to use Azure IoT Central to process and display the drone telemetry information. So you can…… Continue reading #Event – Video on how to create a #AzureIoT Central App in 10 min to display drone π telemetry
#Python π – concatenate video and add blur effect π¦ using moviepy and scikit-image
Hi ! Today I’ll share another cool sample using moviepy, and I’ll also use scikit-image to add some extra effects. This one is again based on the cat videos, and perform this steps: Using the cat video, open 3 video objects with different segments: 1-2 seconds, 2-4 seconds, 4-6 secondsResize each video to be smallerApply…… Continue reading #Python π – concatenate video and add blur effect π¦ using moviepy and scikit-image
#Python π – change video speed in a more complex scenario π¦ using moviepy
Hi ! Today I’ll share another cool sample using moviepy. This one is easy and based on previous posts: Open video and resize to 460Open video, resize to 460 and speed to x4Stack both videosExport to Gif The code is super simple https://gist.github.com/elbruno/6a228086d5840570f68c7eaa4c1a3568 Super, easy. It and the output is a 2MB gif file. Source…… Continue reading #Python π – change video speed in a more complex scenario π¦ using moviepy
#Python π – 2 lines to create a gif from a video π¦ using moviepy
Hi ! Today I’ll share another cool sample using moviepy. This one is easy: create a gif from a video file. And in this scenario, I added some extra features Use the Video frames from seconds 1 to 5Resize the output to 50% of the original file The code is super simple https://gist.github.com/elbruno/6acd7aa765cca87642e2ccf047a65720 Super, easy.…… Continue reading #Python π – 2 lines to create a gif from a video π¦ using moviepy
#Python π – Let’s stack and edit some videos π¦ using moviepy
Hi ! Today I’ll share another cool Python library: moviepy. And, as usual let’s share the code, the best way to explain part of this library capabilities https://gist.github.com/elbruno/b1ecf3f24b211e4fd0c860cf96d2f2b3 Super, easy. It start with 2 cats videos, create 2 new videos with mirroring effects from the source videos, and create a final video with the 4…… Continue reading #Python π – Let’s stack and edit some videos π¦ using moviepy
#Python π – #pyjokes, jokes as a service
Hi ! I’m sure that there is an business scenario where you need to query a database, get a record and show the record value in your app.I only hope that your database is a JOKE DATABASE, because then you can use pyjokes. One line jokes for programmers (jokes as a service) And super easy…… Continue reading #Python π – #pyjokes, jokes as a service
#Event – “Scaling a POC to an Enterprise using Azure Custom Vision” at the Azure Sydney User Group. Session Resources
Hi ! I had a great time early in the day with some friend from Australia. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/20210421%20Sydney%20CV My Session – Video Coming soon Resources Kaggle, Distracter Driver challengeAzure Custom VisionAzure IoT Central
#Python – Hand Gesture Recognition π€ποΈπ€ using mediapipe
Hi ! It’s been a while since I shared some code samples, so here we go today with a simple series based on MediaPipe. MediaPipe is a great Machine Learning platform with cross-platform and customizable ML solutions. And with Python support! MediaPipe offers customizable Python solutions as a prebuilt Python package on PyPI, which can…… Continue reading #Python – Hand Gesture Recognition π€ποΈπ€ using mediapipe
#Event – “Letβs code a drone to follow faces syncing everything with Azure IoT” at the Codegen 2021, Verona, Italy. Session Resources
Hi ! I had a great time early in the day with some friend from Italy. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/2021%2002%2013%20CodeGen%20Verona%20Italy%20Drone%20Azure%20IoT My Session – Video https://www.youtube.com/watch?v=0Sv7HJim8SA&feature=emb_logo All Sessions – Videos All +40 sessions here http://codegen2021.azurewebsites.net/videos Resources DJI Tello Drone,https://www.amazon.com/Tello-CP-PT-00000252-01-Quadcopter-Drone/dp/B07BDHJJTHRyze Tello SDK, https://www.ryzerobotics.com/tello Viola Jones, Object Detection Framework,https://en.wikipedia.org/wiki/Viola%E2%80%93Jones_object_detection_framework Cognitive Services Custom Vision, https://customvision.ai