Type something to search...

Streamlit

Create AI Agent CRUD Application with PydanticAI: Step by Step

Create AI Agent CRUD Application with PydanticAI: Step by Step

It’s good to be back on Skolo Online! In our first tutorial of 2025 we will take a deep dive into PydanticAI. In this article we will cover the following:How to get started with Pydantic AI

Read More
Build a Medical Chatbot Using Open Source Model: Transforming Healthcare Through AI

Build a Medical Chatbot Using Open Source Model: Transforming Healthcare Through AI

AI is transforming healthcare, and chatbots provide quick and reliable medical information. As I continued to gain more knowledge in generative AI, I wanted to build a medical chatbot that is co

Read More
Transforming Data into Solutions: Building a Smart App with Python and AI

Transforming Data into Solutions: Building a Smart App with Python and AI

Some financial analysts worry that artificial intelligence may not justify the massive investments being made in the field. While I understand their concerns, I see things differently. I’m neither

Read More
Building a Multi-agent Internet Research Assistant

Building a Multi-agent Internet Research Assistant

…with OpenAI Swarm & Llama 3.2 (100% local).Let’s build a multi-agent internet research assistant using OpenAI Swarm & Llama 3.2 (100% local): Hands-on tutorial to build a multi-age

Read More
How to Build Your Own OCR Assistant with Streamlit and Llama 3.2-Vision

How to Build Your Own OCR Assistant with Streamlit and Llama 3.2-Vision

Learn with example OCR (Optical Character Recognition) is a tool that helps automate the process of converting images into text. You must have used it in your phone as it is very common no

Read More
Agentic Workflow and Retrieval-Augmented Generation: A Real-Time Health Monitoring Guide

Agentic Workflow and Retrieval-Augmented Generation: A Real-Time Health Monitoring Guide

*Discover how this modular architecture revolutionizes real-time medical data analysis, enhancing the supervision of at-risk seniors. By integrating an Multi-agent-Systems (MAS) with Retriev

Read More
GPT 4o- with Canvas: Let’s Build a Financial Streamlit App!

GPT 4o- with Canvas: Let’s Build a Financial Streamlit App!

Create a financial app with GPT-4o with Canvas and Streamlit. ChatGPT has published more than one model this year, so there is a lot to discover and take advantage of. In this article, w

Read More
Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5

Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5

Learn how to build a RAG web application using Python, Streamlit and LangChain, so you can chat with Documents, Websites and other custom data. GitHub Code: <https://github.com/enricd/rag_l

Read More
Build Your Talking Voice AI Assistant Locally: Memory-Retaining Chatbot with Streamlit UI…

Build Your Talking Voice AI Assistant Locally: Memory-Retaining Chatbot with Streamlit UI…

Step-by-Step Guide to Developing Your Own Voice AI with Context Memory and Real-Time Chat, Powered by Llama3.1 & Llama3.2 Models The concept of a voice-based personal assistant has gro

Read More
Building Autonomous Multi-Agent Systems with CrewAI

Building Autonomous Multi-Agent Systems with CrewAI

What‘s Multi-Agent Autonomous System and How to build one with CrewAI and LangChain? Motivation In fact, we are not unfamiliar with these concepts; we know them from movies. A person comm

Read More
Build a RAG-based scientific ChatBot with LangChain, Streamlit & PubMed — Part 4(Put it all…

Build a RAG-based scientific ChatBot with LangChain, Streamlit & PubMed — Part 4(Put it all…

Hello and welcome to the last part of the series to build a scientific ChatBot with Langchain, Streamlit, and PubMed! In the previous part, we built the data persistence and RAG pipeline with v

Read More