Quick Tip :: Running Text-to-Image Diffusion Model on a Local Machine

In this short quick tip article, we will demonstrate how one can run the ‘Flux.1-Schnelltext-to-image Diffusion model on a local machine (either a desktop with 16gb NVidia GPU or an Apple Silicon Mac) to generate an image given an input prompt.

Here is the link to the short quick tip article:

Quick Tip :: Running Text-to-Image Diffusion Model on a Local Machine

P.S: This is the 400th article post on PolarSPARC !!!

Happy New Year – Enjoy πŸ™‚ !!!

Hands-On with RFID/NFC

Most of us have been using some form of a badge or tag to enter the office building OR tap a credit card to make a payment at the checkout.

Ever wondered what is really going on behind the scene when we tap a card on the card reader ???

This is where the RFID/NFC technology comes into play. We will leverage a Raspberry Pi 4 along with a Mifare RC522 RFID module to get our hands dirty. Here is the link to the article demonstrating the concept of RFID/NFC:

Hands-On with RFID/NFC

Enjoy πŸ™‚ !!!

Deep Learning – Sequence-to-Sequence Model

In this part of the Deep Learning series, we will introduce the concept of the Sequence-to-Sequence (also known as the Encoder-Decoder) model in the context of a Language Translation use-case. In addition, we will get our hands dirty to demonstrate the translation of English sentences to Spanish sentences. To accomplish this task, we will implement an GRU model using PyTorch.

Here is the link to the article on Deep Learning demonstrating the English-to-Spanish Language Translation using GRU:

Deep Learning – Sequence-to-Sequence Model

Enjoy πŸ™‚ !!!