At one time or another, we often face the need of executing something in the background, be it sending emails to the users with expiring plans or convert a video uploaded by a user. For a simple NextJS project, using the cloud based Job Queue seems overkill, in this post I have shared the setup for AgendaJS with NextJS. With AgendaJS we can schedule jobs, execute jobs on a separate process from NextJS. Let's learn how to do that..
The dreaded email. Integrating emails into an application is a challenge that I never liked. Everything about integrating emails is a thankless and joyless process. Whether it’s setting up SMTP details or creating email templates, I have never enjoyed it. That is, of course, the 2010 way, the new 2024 way is so much more streamlined and exciting, you ask how? Well, let’s dive deeper…
In thisFlux with control net is a very powerful model, and we can use it for a variety of image generation tasks. In this blog post we will run it on a free google colab instance.
In this blog post, I will introduce you to CogVideoX, a very capable AI video generator that can generate videos from images using a prompt.
In this blog post, we will build a News AI Assistant with ChormaDB, OpenAI and Langchain. We will use the assistant to answer questions about latest news.
In this blog post, we will see how can we build a chatbot that can help us with the information in the videos. We will use the openai library to transcribe the audio to text and then use the LLM to generate responses. We will also use the ChromaDB to store the text and get the responses.
In this blog post, we will learn how to setup Pixtral on a GPU cloud. We will also learn how to use VLLM to serve Pixtral.