Python

Programming
Developing Nodes for Node-RED Part 4 (dualshock4 Node)New!!

Introduction In this post, I developed the "dualshock4" node, which enables communication between Node-RED and […]

Read more
Programming
Communicating with DUALSHOCK 4 via Python (Node-RED)New!!

Introduction In this post, I tried communicating with a PS4 controller (DUALSHOCK 4) using Python. By using th […]

Read more
Programming
Trying Out XIAO ESP32C3 Part 6 (Communication with DUALSHOCK 4 using Node-RED)New!!

Introduction In this post, I tried operating a small robot equipped with a XIAO ESP32C3 using a DUALSHOCK 4 co […]

Read more
Programming
Trying Out Ollama Part 6 (Combining Local LLM with Web Search Results using Node-RED)New!!

Introduction In this post, I combined the Python-based web search functionality I tested previously with a loc […]

Read more
Programming
Trying Out Ollama Part 5 (Multimodal Processing of Images and Text with llama3.2-vision)New!!

Introduction In this post, I tried multimodal processing of images and text using llama3.2-vision with Ollama. […]

Read more
Server
Trying Out Jetson Xavier Part 6 (YOLO, Switching CUDA Versions, and GPU Processing)New!!

Introduction In this post, I tried object detection using YOLO on a Jetson Xavier. Since the Jetson Xavier has […]

Read more
3DGS
Converting 3D Gaussian Splatting Data with PythonNew!!

Introduction In this post, I’ve made it possible to convert 3D Gaussian Splatting (3DGS) data using Python. No […]

Read more
Programming
Searching with Python and Summarizing with a Local LLM (Ollama, Node-RED)

Introduction In this post, I experimented with a Python-based search program to automate information gathering […]

Read more
Programming
Trying Out Ollama Part 4 (Conversations Between LLMs, Gemma3:4B, Python, Node-RED)

Introduction In this post, I tried using Ollama to facilitate a conversation between two local LLMs.In a previ […]

Read more
Programming
Trying Out Faster Whisper (Running on GPU, Python, and Node-RED)

Introduction In this post, I tried performing transcription using Faster Whisper.I had tried it before because […]

Read more
Programming
Trying Out Collecting Papers with Python Part 1 (arXiv, Node-RED)

Introduction In this post, I tried collecting research papers with Python using the arXiv API.I usually use Go […]

Read more
Programming
Translating Text with Python (Googletrans, Node-RED)

Introduction In this post, I tried out translation using Googletrans in Python.Although I haven't written abou […]

Read more
Programming
Trying Out MuJoCo Part 1 (Environment Setup and Running Sample Programs)

Introduction In this post, I tried out a software called MuJoCo, which can perform physics simulations.I disco […]

Read more
Programming
Create Python Virtual Environments (venv, Windows)

Introduction In this post, I have summarized how to create a Python virtual environment.I was researching virt […]

Read more
Programming
Trying Out Ollama Part 3 (Usage in Python, Node-RED, Gemma 3:4B)

Introduction In this post, I checked how to use Ollama with Python and set it up so that it can be executed as […]

Read more
Programming
Object Detection with YOLO Part 2 (Python, Node-RED)

Introduction In this post, I tried running YOLO using Python.When I tried YOLO in my previous article, I only […]

Read more
Programming
Using VOICEVOX CORE with Python (Text to Speech)

Introduction In a previous article, I tried speech synthesis and speech recognition using Google Cloud Platfor […]

Read more
Programming
Using gTTS with Python (Text-to-Speech, Node-RED)

Introduction  In this article, I used gTTS (Google Text-to-Speech) with Python.  I have used VoiceVox before, […]

Read more