Pass Both Image and Text Prompt to OpenAI API from Thunkable Web_APIUse Web_API to customize request body including image and text prompt to visit OpenAI API via ThunkableJan 15Jan 15
For ROS2 Beginners — Install ROS 2 and Gazebo on Ubuntu 22.04 Jammy (LTS) Step-by-Step Instructioninstall ROS 2 and Gazebo on Ubuntu 22.04 Jammy (LTS) Step-by-Step InstructionAug 23, 2024Aug 23, 2024
Use Pix2Text Library to Convert PDF into Markdown FilesIf an academic paper is stored as PDF format, and if it contains figures, tables, formulas, it is difficult to extract all of those content…Aug 9, 20241Aug 9, 20241
Accelerate Intent Tagging - Use Word2Vec or Doc2Vec to Extract the Most Frequent Words and…Use TfidfVectorizer to choose top ranking words, use Word2Vec and Doc2Vec to vectorize the words, and then use TSNE to generate a 2D…Jul 30, 2024Jul 30, 2024
Use Yolov8 to Extract Images and Tables from PDF FileInstead of using PyMuPDF tool to extract images and tables from PDF files, I make transfer learning on Yolov8 and accuracy is above 90%!Jul 6, 20241Jul 6, 20241
Some Tips When I Use Selenium to Scrape DataUse XPath to identify web elements, check if an element exists or not before calling driver.find_element(), Use implicit or explicit wait.Oct 31, 2023Oct 31, 2023
Some Issues When I Install Selenium WebDriver and Scrape Data on Web Page and My SolutionWhy WebDriver installation changes recently, some issues I meet when I first use Selenium and my solutionOct 27, 2023Oct 27, 2023
Use PyInstaller to Create Executable of Python PgZero Game — Windows VersionIf you develop a game with Pgzero or PyGame, you might want to invite your friends to play it. However, some of your friends do not use…May 30, 2023May 30, 2023
Code Structure Change When Converting Blockly Language into Pyton Code for LEGO MindStormsWhen we start to write Python code for LEGO MindStorms models, we tend to convert existing Scratch blockly code into Python version and…Nov 3, 2022Nov 3, 2022
Use LEGO MindStorms Inventor to Create a Rolling Pattern — With PythonAs we know, LEGO MindStorms Inventor provides animation functionality. In the Animation Editor, we could specify the light matrix pattern…Aug 25, 2022Aug 25, 2022