Python

AI Generative AI Large Language Models Python

How to Build Knowledge Graphs With LLMs (python tutorial)

This video is from Johannes Jolkkonen | Getting Data. My previous video, showcasing how to use Large Language Models (LLMs) together with graph databases like Neo4J, had a lot of traction and many people were asking for details on the implementation. So, here’s a technical walkthrough from scratch, going through how I built the demo […]

Read More
AI Robotics

Artificial Intelligence 3D Kit | Explore the three-dimensional recognition and positioning

This video is from Elephant Robotics. Artificial Intelligence 3D Kit is a robotic solution featuring a 3D camera for easy three-dimensional recognition. With 4 advanced recognition algorithms, this kit eliminates the need for complex position calibration. It supports 2 major application scenarios and offers open-source Python-based code for controlling robotic arms. It is compatible with […]

Read More
AI Python

Simple Machine Learning GUI App with Taipy and Tensorflow

Python Simplified creates a beautiful machine learning GUI application. We will design a web interface, where an image classifying neural network lives šŸ¤–šŸ¤–šŸ¤– We will use an open source library called Taipy for our stylish Python GUI and a framework called TensorFlow for all the machine learning tasks. By the end of this tutorial, you […]

Read More
Python

Python Programming on Linux Platform (From Novice to Advanced Level)

This video is from MyWebUniversity. Python Programming on Linux Platform (From Novice to Advanced Level – Video Number 01) Everything you need to know on Python Programming language on Linux Platform from Novice level to Advanced level.

Read More
AI Machine Learning Python

Python for AI #3: How to Train a Machine Learning Model with Python

This video is from AssemblyAI. Python for AI Development Course #3: Today, we will learn how to train your first ML model with the data we prepared in the previous lesson. We will again use Jupyter Notebooks with Python and for the Machine Learning model training, we will use Scikit-learn. Get the code here: https://github.com/AssemblyAI/youtube-tutorials/blob/main/Data%20preparation%20and%20model%20training.ipynb […]

Read More
AI Large Language Models Python

How to use Python and AI to Summarize Reviews | Python LLM Tutorial

In this python AI tutorial, Kylie Ying will teach you how to use the Python Pyppeteer library to web scrape reviews from Google Reviews. Then, after we’ve scraped these reviews, we will use the the PaLM (LLM) API to summarize them, so we don’t have to read them all! Code: https://github.com/kying18/palm-api-projects/blob/main/reviews-summary/summarize.py

Read More
GameDev Python

How to Create a Zelda style game in Python [with some Dark Souls elements]

This video is from Clear Code. A Zelda-style RPG in Python that includes a lot of elements you need for a sophisticated game like graphics and animations, fake depth; upgrade mechanics, a level map and quite a bit more.

Read More
Privacy Python Security

How to Find Secret Social Media Profiles with this Program

More OSINT goodness in this video from Matty McTech. Using the Sherlock python script, you can use someone’s username to search hundreds of websites for other social media profiles they may own. I will go step by step with you to help you install python, download sherlock from Github and perform the profile search!

Read More