Sam Westby Tech
Sam Westby Tech
  • 26
  • 642 161
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 :)
Переглядів: 1 886

Відео

Data Science Explained Simply
Переглядів 533Рік тому
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 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial S...
Filters and Kernels in OpenCV for Python - Beginner Tutorial #7
Переглядів 3 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscri...
Detect Faces with OpenCV for Python - Beginners Tutorial #6
Переглядів 2,7 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for more Python tutorials :) ua-cam.com/users/s...
How to Detect Corners with OpenCV for Python - Beginners Tutorial #5
Переглядів 3,5 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for more...
Control your Webcam with Python - OpenCV Beginners Tutorial #4
Переглядів 7 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-...
How to Draw Shapes with OpenCV for Python - Beginners Tutorial #3
Переглядів 1,6 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscribe for more Python tutorials :) ...
How to Mess with Images - OpenCV for Python - Beginners Tutorial #2
Переглядів 1,9 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial Subscrib...
What is OpenCV? - Python Beginners Tutorial #1
Переглядів 7 тис.Рік тому
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: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html The code is available on GitHub: github.com/samwestby/OpenCV-Python-Tutorial S...
Control an RGB LED with your Raspberry Pi
Переглядів 13 тис.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 :) ua-cam.com/users/samwestbytech GPIO Tutorial Playlist: ua-cam.com/play/PLlD0XVjVhLaLufgubdnOcifLdRfZNERjr.html I may earn commission if you purchase from the links below MY CA...
Control you Raspberry Pi with a BUTTON
Переглядів 18 тис.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 ua-cam.com/video/CL39xCXdU64/v-deo.html Subscribe for more Raspberry Pi tutorials :) ua-cam.com/users/samwestbytech I may earn commission if you purchase from the links below: MY CAMERA: amzn.to/3...
Blinking LED Raspberry Pi Tutorial
Переглядів 26 тис.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 :) ua-cam.com/users/samwestbytech I may earn commission if you purchase from the links below: MY CAMERA: amzn...
What is a Virtual Environment in Python?
Переглядів 6 тис.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 :) ua-cam.com/users/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
Переглядів 51 тис.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 :) ua-cam.com/users/samwestbytech OpenCV tutorials: ua-cam.com/play/PLlD0XVjVhLaLVZWgJuOBrv4JBsWK99DGV.html I ...
Raspberry Pi Object Detection Tutorial
Переглядів 77 тис.2 роки тому
Raspberry Pi Object Detection Tutorial
How to Install Ubuntu on a Raspberry Pi
Переглядів 71 тис.2 роки тому
How to Install Ubuntu on a Raspberry Pi
Install Spotifyd on a Raspberry Pi
Переглядів 29 тис.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
Переглядів 112 тис.2 роки тому
How to Install OpenCV on a Raspberry Pi
Install Google Assistant on a Raspberry Pi
Переглядів 27 тис.2 роки тому
Install Google Assistant on a Raspberry Pi
How to Install PiVPN on a Raspberry Pi
Переглядів 8 тис.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
Переглядів 19 тис.2 роки тому
Install Multiple Python Versions on Raspberry Pi
Raspberry Pi Headless Setup
Переглядів 29 тис.2 роки тому
Raspberry Pi Headless Setup
How to Run a Script on Startup for Raspberry Pi // EASY
Переглядів 75 тис.2 роки тому
How to Run a Script on Startup for Raspberry Pi // EASY