Sam Westby Tech
Sam Westby Tech
  • Видео 26
  • Просмотров 691 767
Your Complete Roadmap to Learning Data Science
Here's a link to the full roadmap on my website with every resource for every topic www.samwestby.com/2023/data-science-roadmap
If you have any questions or suggestions leave them in the comment section and I'll get back to you!
Happy coding :)
Просмотров: 2 105

Видео

Data Science Explained Simply
Просмотров 599Год назад
I cover what is data science, what do data scientists do, applications of data science, and why you should or shouldn't become a data scientist 0:00 Intro 1:19 1. Generate hypotheses 1:55 2. Collect and Clean 3:47 3. Exploration 5:00 4. Insights and Prediction 6:07 5. Interpret and Communicate 7:37 Applications 10:30 Why become a data scientist? 12:16 Why not become a data scientist? 13:55 Than...
Remove Backgrounds using OpenCV and Python - Beginners Tutorial #8
Просмотров 9 тыс.2 года назад
This video will teach you how to remove backgrounds from videos using OpenCV and Python. It uses a mathematical trick and is more efficient than more complicated methods. This is the eighth video of a series on OpenCV for Python. Follow along with this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscrib...
Filters and Kernels in OpenCV for Python - Beginner Tutorial #7
Просмотров 3,2 тыс.2 года назад
This video will teach you how to use filters and kernels using OpenCV and Python. I cover filter2d, no filter, blur, gaussian blur, sharpening, and edge detection. This is the seventh video of a series on OpenCV for Python. Follow along with this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for ...
Detect Faces with OpenCV for Python - Beginners Tutorial #6
Просмотров 3 тыс.2 года назад
This video will teach you how to use Cascade Classifiers to detect faces, eyes, and smiles using OpenCV and Python. This is the sixth video of a series on OpenCV for Python. Follow along with this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for more Python tutorials :) ruclips.net/user/samwestb...
How to Detect Corners with OpenCV for Python - Beginners Tutorial #5
Просмотров 3,8 тыс.2 года назад
This video will teach you two methods for corner detection built into OpenCV for Python. I cover the Shi-Tomasi method as well as Harris Corner Detection. This is the fifth video of a series on OpenCV for Python. Follow along with this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for more Python...
Control your Webcam with Python - OpenCV Beginners Tutorial #4
Просмотров 8 тыс.2 года назад
This video will teach you how to work with videos and webcams using OpenCV and Python. It opens up the possibility for lots of projects like smart doorbells, photobooths, and more. This is the fourth video of a series on OpenCV for Python. Follow along with this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutoria...
How to Draw Shapes with OpenCV for Python - Beginners Tutorial #3
Просмотров 1,8 тыс.2 года назад
This video will teach you how to use OpenCV's drawing functions for Python. I cover borders, lines, arrows, boxes, circles, and more. This is the third video of a series on OpenCV for Python. Follow along with this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for more Python tutorials :) ruclips...
How to Mess with Images - OpenCV for Python - Beginners Tutorial #2
Просмотров 2,3 тыс.2 года назад
This video introduces you to four beginner image transformation functions in OpenCV - (1) resize, (2) crop, (3) rotate, and (4) translate. This is the second video of the OpenCV for Python tutorial series. Follow along with the series using this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for m...
What is OpenCV? - Python Beginners Tutorial #1
Просмотров 9 тыс.2 года назад
This video introduces you to OpenCV for Python. You will learn about OpenCV, some history, possible applications, and finally some basic commands. This is the first video of the OpenCV for Python tutorial series. Follow along with the series using this playlist: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscrib...
Control an RGB LED with your Raspberry Pi
Просмотров 14 тыс.2 года назад
Here's how to control an RGB LED with your Raspberry Pi. This is part 3 of the Raspberry Pi GPIO tutorial series. See the timestamps below for everything you're going to learn. Subscribe for more Raspberry Pi tutorials :) ruclips.net/user/samwestbytech GPIO Tutorial Playlist: ruclips.net/p/PLlD0XVjVhLaLufgubdnOcifLdRfZNERjr I may earn commission if you purchase from the links below MY CAMERA: a...
Control you Raspberry Pi with a BUTTON
Просмотров 22 тыс.2 года назад
This video shows you how to control your Raspberry Pi using a button. I also show you how to turn an LED an and off using a button and the Raspberry Pi GPIO pins. This builds off part 1 - Blinking LED ruclips.net/video/CL39xCXdU64/видео.html Subscribe for more Raspberry Pi tutorials :) ruclips.net/user/samwestbytech I may earn commission if you purchase from the links below: MY CAMERA: amzn.to/...
Blinking LED Raspberry Pi Tutorial
Просмотров 32 тыс.2 года назад
This is part 1 of a series on the GPIO pins for the Raspberry Pi. Making an LED blink is a great beginners tutorial and gets you to start dreaming of new applications for the Raspberry Pi. You can find timestamps for the different sections below Subscribe for more Raspberry Pi tutorials :) ruclips.net/user/samwestbytech I may earn commission if you purchase from the links below: MY CAMERA: amzn...
What is a Virtual Environment in Python?
Просмотров 7 тыс.2 года назад
In this video you will learn all about virtual environments in Python. I include commands for Mac, Windows, and Linux. I also cover venv verses virtualenv. Why use them What are they How to use them When to use them Subscribe for more coding tutorials :) ruclips.net/user/samwestbytech I may earn commission if you purchase from the links below: MY CAMERA: amzn.to/3reaDlK MY MICROPHONE: amzn.to/3...
How to Install TensorFlow 2 and OpenCV on a Raspberry Pi
Просмотров 52 тыс.2 года назад
Here's how you can install TensorFlow 2 and OpenCV on your Raspberry Pi all in one video. There are some tricky steps so I try to walk through the whole process slowly and thoroughly. Leave a comment if you have any questions or video requests. Subscribe for more Raspberry Pi tutorials :) ruclips.net/user/samwestbytech OpenCV tutorials: ruclips.net/p/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV I may ear...
Raspberry Pi Object Detection Tutorial
Просмотров 82 тыс.2 года назад
Raspberry Pi Object Detection Tutorial
How to Install Ubuntu on a Raspberry Pi
Просмотров 76 тыс.2 года назад
How to Install Ubuntu on a Raspberry Pi
Install Spotifyd on a Raspberry Pi
Просмотров 32 тыс.2 года назад
Install Spotifyd on a Raspberry Pi
Install Alexa on Raspberry Pi 4
Просмотров 17 тыс.2 года назад
Install Alexa on Raspberry Pi 4
How to Install OpenCV on a Raspberry Pi
Просмотров 117 тыс.2 года назад
How to Install OpenCV on a Raspberry Pi
Install Google Assistant on a Raspberry Pi
Просмотров 28 тыс.2 года назад
Install Google Assistant on a Raspberry Pi
How to Install PiVPN on a Raspberry Pi
Просмотров 9 тыс.2 года назад
How to Install PiVPN on a Raspberry Pi
How to Install Tensorflow 2 on a Raspberry Pi
Просмотров 27 тыс.2 года назад
How to Install Tensorflow 2 on a Raspberry Pi
Install Multiple Python Versions on Raspberry Pi
Просмотров 20 тыс.2 года назад
Install Multiple Python Versions on Raspberry Pi
Raspberry Pi Headless Setup
Просмотров 33 тыс.2 года назад
Raspberry Pi Headless Setup
How to Run a Script on Startup for Raspberry Pi // EASY
Просмотров 83 тыс.2 года назад
How to Run a Script on Startup for Raspberry Pi // EASY

Комментарии

  • @jaydenskelly8897
    @jaydenskelly8897 7 часов назад

    Wait wait wait... I only you know as a bike celebrity!

  • @DanPleskovitch
    @DanPleskovitch 3 дня назад

    Have you ever seen this error when typing in led = gpiozero.LED(17) /usr/lib/python3/dist-packages/gpiozero/devices.py:300: PinFactoryFallback: Falling back from lgpio: 'can not open gpiochip' warnings.warn( /usr/lib/python3/dist-packages/gpiozero/devices.py:300: PinFactoryFallback: Falling back from rpigpio: No module named 'RPi' warnings.warn( /usr/lib/python3/dist-packages/gpiozero/devices.py:300: PinFactoryFallback: Falling back from pigpio: No module named 'pigpio' warnings.warn( /usr/lib/python3/dist-packages/gpiozero/devices.py:300: PinFactoryFallback: Falling back from native: unable to open /dev/gpiomem or /dev/mem; upgrade your kernel or run as root warnings.warn( Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3/dist-packages/gpiozero/devices.py", line 108, in __call__ self = super().__call__(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/gpiozero/output_devices.py", line 192, in __init__ super().__init__(pin, active_high=active_high, File "/usr/lib/python3/dist-packages/gpiozero/output_devices.py", line 74, in __init__ super().__init__(pin, pin_factory=pin_factory) File "/usr/lib/python3/dist-packages/gpiozero/mixins.py", line 75, in __init__ super().__init__(*args, **kwargs) File "/usr/lib/python3/dist-packages/gpiozero/devices.py", line 544, in __init__ super().__init__(pin_factory=pin_factory) File "/usr/lib/python3/dist-packages/gpiozero/devices.py", line 245, in __init__ Device.ensure_pin_factory() File "/usr/lib/python3/dist-packages/gpiozero/devices.py", line 270, in ensure_pin_factory Device.pin_factory = Device._default_pin_factory() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/gpiozero/devices.py", line 302, in _default_pin_factory raise BadPinFactory('Unable to load any default pin factory!') gpiozero.exc.BadPinFactory: Unable to load any default pin factory!

  • @JitinMisra
    @JitinMisra 4 дня назад

    What is your education degree wise from bachelors to phd?

  • @germanpavicich5750
    @germanpavicich5750 4 дня назад

    This didn't work for me, according to gtp chat I did this afterwards and it worked!! sudo sysctl -p #Replace eth0 depending on your connection ifconfig to see which one it is sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

  • @rajaes1
    @rajaes1 10 дней назад

    Great work. I'm new to Raspberry pi but I do it watching your video in the first attempt. Thanks 👍

  • @hamouzzhayt
    @hamouzzhayt 11 дней назад

    Bro has the OpenCV RIZZZZZ

  • @sleepypork3927
    @sleepypork3927 11 дней назад

    Thank you bhaiiii❤

  • @rajaes1
    @rajaes1 11 дней назад

    ❤ Thanks bro❤

  • @n-hexane8271
    @n-hexane8271 13 дней назад

    can i do the same with a usb stick. as i do not have a sd card or a reader. so instead of sd card i connect my usb to one of the 3.0 ports.

  • @KurganX2
    @KurganX2 17 дней назад

    Nice Video, thank you so much

  • @Bennemann22
    @Bennemann22 18 дней назад

    I need that every time the Raspberry Pi starts, it opens a photo in a specific folder and puts the photo in slideshow mode. How can I do this?

  • @anirudhhegde9378
    @anirudhhegde9378 22 дня назад

    I want control backcam using python

  • @InfernoTrees
    @InfernoTrees 25 дней назад

    Bro it took me 8 seconds not 2 hours hahah. Is the pi5 that much faster??

  • @ShilpaShreemf
    @ShilpaShreemf 27 дней назад

    Nice explanation Which cleared my doubt. Thanks :)

  • @richards7502
    @richards7502 27 дней назад

    Thanks for the tutorial. I've been banging my head against a wall for the past few days. Working now

  • @alimkuprianov3294
    @alimkuprianov3294 29 дней назад

    man you are the best, thanks for the video!!

  • @SamirKhan-mq6ib
    @SamirKhan-mq6ib Месяц назад

    Any body can I upload this on my raspi 4b with 1gb ram

  • @sklorpion
    @sklorpion Месяц назад

    i go with Raspotify for years now.

  • @muhammadmemon2394
    @muhammadmemon2394 Месяц назад

    very helpful and simple! Thanks!

  • @OmarAbdelrahman-i5r
    @OmarAbdelrahman-i5r Месяц назад

    you are awesome

  • @Mrs.Rekhachaudhary777
    @Mrs.Rekhachaudhary777 Месяц назад

    Bro thank youuuuuuuuuuuuu!!!!!!!!!!!!!!!!!!!!!! this is my first time using raspberry and i am just 12 years old so this was a first timer for me. You helped me a lot as i have been stuck on this part for past 2 days.

  • @sujaychintu589
    @sujaychintu589 Месяц назад

    for me its not working

  • @fadodundamilare4392
    @fadodundamilare4392 Месяц назад

    what the model number of webcam used in this demo?

  • @user-zm6kj7oi3d
    @user-zm6kj7oi3d Месяц назад

    ERROR: unable to read from webcam. verify your webcam settings I use the debian 64 bit bullseye os

  • @theuncoder8130
    @theuncoder8130 Месяц назад

    it doesn't work on my raspberry. help pls

  • @anisakaric5130
    @anisakaric5130 Месяц назад

    Has anyone faced with error: ..cp39-none-linux-aarch64.whl is not supported wheel on this platform..? I would really need help if anyone was able to solve the error

  • @chadm6777
    @chadm6777 Месяц назад

    Doesn't work. "Ping request could not find host"

  • @mastercurious7069
    @mastercurious7069 Месяц назад

    hey man i have been wondering how you get the list of parameters required floating dialog box! other than that love your opencv tut!

  • @espelett
    @espelett Месяц назад

    Very useful. Thank you very much.

  • @EngineerAt_UTAC
    @EngineerAt_UTAC 2 месяца назад

    You made it look easy? I need to use this feature to locate Number plates in my ALPR application.

  • @dronemate
    @dronemate 2 месяца назад

    I totally dont understand

  • @kingoftennis94
    @kingoftennis94 2 месяца назад

    is it safe to sink a lot of current into the gpio (2)? no resistor needed?

  • @AQuaintGooch
    @AQuaintGooch 2 месяца назад

    Super easy. I love you

  • @Unavalivle
    @Unavalivle 2 месяца назад

    Good video, I recently got a rasperry pi zero for pihole, but in a time of my life where I'm reevaluating what I want to do career wise, so I've been looking into electrical engineering and this project came up. Watched it from start to finish, good tutorial bro.

  • @user23594_
    @user23594_ 2 месяца назад

    why not just install wireguard on the RPi? Why using this PiVPN?

  • @pablomagallan5525
    @pablomagallan5525 2 месяца назад

    Thanks!

  • @ScorgeRudess
    @ScorgeRudess 2 месяца назад

    This is good, its an easy way of doing it.! however, making daemons is the way to go when you need to ensure a program that crashes can re-open automatically.

  • @Jasiwal-n3c
    @Jasiwal-n3c 2 месяца назад

    hi brother, I need a script for a testing computer, when we prepare a computer after testing the light should flashes green and if the testing is not completed it should flashes red. can you reply me with the script. Thanks

  • @BrandonBrungardt-m3e
    @BrandonBrungardt-m3e 2 месяца назад

    Love the videos, they are amazing!

  • @time.py88-ne8um
    @time.py88-ne8um 2 месяца назад

    what if you want to run multiple bash scripts one after the other because I have to run startx followed by two bash scripts '

  • @zixuan2093
    @zixuan2093 2 месяца назад

    thank you for helping

  • @polycephaliczombie6662
    @polycephaliczombie6662 2 месяца назад

    These are excellent videos Sam. You are a good teacher.

  • @qzorn4440
    @qzorn4440 2 месяца назад

    Excellent Python Virtual Environment instruction video. Thanks.

  • @erdhyernando
    @erdhyernando 2 месяца назад

    what if i need to turn on a virtual environment before running the script? do i add the 'source env/bin/activate' command in the cron file?

  • @andyince
    @andyince 2 месяца назад

    Great video, how can i get the led to repeat the sequence?

  • @Demosophist
    @Demosophist 2 месяца назад

    I have Spectrum Internet so don't have the option to set up a static IP address. However, I can reserve an IPV4 address for either the wireless on the ethernet, or both. Will that work?

  • @thomasrimer1611
    @thomasrimer1611 2 месяца назад

    For anyone running into issues in 2024, these instructions do NOT work for Raspberry Pi's 32 bit operating systems. To get OpenCV installed, simply reflash a 64 bit operating system (you can use the desktop or no desktop environment, it does not matter) on to the MicroSD card using Raspberry Pi's imager tool. Then follow the instructions in the video and you should be set! Hope this helps

    • @davidsalagean5557
      @davidsalagean5557 Месяц назад

      Shame that i didn't see your comment before ive waited 2h to see the error

  • @baxtermcloughlin2287
    @baxtermcloughlin2287 2 месяца назад

    I spent days trying to get VNC to work and I cannot tell you how easy this video made it for me! Thank you!

  • @IonCubekhanz
    @IonCubekhanz 2 месяца назад

    Good teacher

  • @mickelodiansurname9578
    @mickelodiansurname9578 3 месяца назад

    Subscribed and why you aren't being absolutely hammered in views by the tech bro community is beyond me Sam. I'll be adding your CV2 stuff to my list of to-do's and usually I do my todo's today...