Richard Djarbeng's Technical Posts
(145) Posts
Automating Script Execution on a Raspberry Pi
There are several ways to automate a Raspberry Pi to run a program automatically without needing to start it manually from the terminal. Whether you’re using Python, Node.js, or another...
Why Not Stick to One Programming Language for Everything?
It might seem like a great idea to use your favorite programming language for every project. However, the reality is that the best programming language—whether it’s C++, Python, JavaScript, or...
Roboface-an Interactive Face Animation Tracker for the Mouse Pointer
I want you to imagine a character that tracks your mouse and expresses emotions based on how you interact with it. Emotions range from happy, surprised, bored, or neutral. The...
Can AI bring images to life? Limits of Generative AI- Luma AI and Virtual Bees.
I recently tried out Luma AI’s dream machine using a picture of what I believe are wasps or bees (though I’m not entirely sure which!).. What I Did After signing...
Learn to Build Computer Vision Models with Roboflow
Are you looking to learn how to build a computer vision model? High-quality computer vision tutorials can be found on GitHub, thanks to Piotr Skalski and the Roboflow team. Step-by-Step...
Introducing GitHub Models
GitHub is enabling the rise of the AI engineer with the introduction of GitHub Models, bringing the power of industry-leading large and small language models to its more than 100...
How AI Could Empower Any Business - Andrew Ng
In this TED talk by Andrew Ng, co-founder of Google Brain and deeplearning.ai, he believes that artificial intelligence (AI) systems should be more widely available and accessible, so that even...
Introducing fastai-Practical deep learning without a PhD
In case you have to do Deep learning or interested in building applications with neural networks in a hands-on way you can check out fastai by Jeremy Howard and his...
Comparison of Static Site Hosting Options
When it comes to hosting static sites, there are numerous options available, to make an informed decision, here’s a comparison of some of the most popular static site hosting providers....
Resolving SSH 'REMOTE HOST IDENTIFICATION HAS CHANGED' Error
If you encounter this error when connecting to your Raspberry Pi via SSH using its IP address or rasperrypi.local: ssh [email protected] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @...
Installing and removing Node.js on linux-based Systems-for raspberry pi 4B
To install Node.js 16 after uninstalling Node.js 18, you can use the NodeSource repository to get the specific version you want. Here’s a step-by-step guide using the terminal: Remove the...
Trying Out Difix by NVIDIA for Image Restoration
In this post I discuss Difix, NVIDIA’s single-step image diffusion model available on Hugging Face. It is designed for enhancing and restoring images, especially those with artifacts or blurriness. First...