Computer Science

NextJS Course (1/9) – Setting up and understanding Next.js

Hi and welcome to this new tutorial series on building AI applications using Next.js. In this first part, we’ll get started on the basics and setting up Next.js for our project. What is Next.js? Next.js is a powerful React framework designed to build fast, search-engine-friendly, and dynamic websites. It uses server-side rendering (SSR) and static […]

NextJS Course (1/9) – Setting up and understanding Next.js Read More »

Hugging Face Course (3/6) – Creating an Interface for Our Chatbot

👉 Back to the Full Course on local models and Hugging Face (+Videos) Welcome back to part 3! In this part, we will be using Gradio to create a quick but powerful interface for our chatbot. Gradio is a Python library that allows you to quickly create customizable UI components around your machine-learning models using

Hugging Face Course (3/6) – Creating an Interface for Our Chatbot Read More »

Hugging Face Course (5/6) – Text-to-Speech with MeloTTS

👉 Back to the Full Course on local models and Hugging Face (+Videos) Hi and welcome back to part 5 of the local models tutorial series. In this part, we’ll be getting started with audio models, looking first at text-to-speech generation. In the next part, we’ll also look at text-to-music AI music generation. 💡 We

Hugging Face Course (5/6) – Text-to-Speech with MeloTTS Read More »

Multi-Agent LangGraph Course – Web research and asynchronous tools

Hello and welcome back to the last part of the LangGraph/LangChain/LangSmith course. In this part, we’ll learn how to deal with asynchronous tools by building a graph that will do some web research for us, where one of the tools is going to be visiting several websites at once to feed info back into the

Multi-Agent LangGraph Course – Web research and asynchronous tools Read More »