Spandan Joshiblogs.spandan.dev·Nov 5, 2024How to Add Memory to AI Chatbots: From Goldfish 🐠 to Elephant 🐘Imagine trying to have a conversation with someone who has absolutely no recollection of anything you've said before - not even from 2 seconds ago. Welcome to the world of Large Language Models! The Memory Problem 🤔 LLMs, despite being very smart, h...Discussgenerative ai
Shrijal Acharyashricodev.hashnode.dev·Oct 17, 2024Build your own personal SIRI with LLAMA-3 like a PRO! 🧙♂️ 🪄TL;DR ✨ In this easy-to-follow tutorial, you will learn how to build your own voice assistant Siri with the LLAMA-3 AI Model. 😎 What you will learn: 👀 Learn how to set up TTS in a Python project using OpenAI TTS / Pyttsx3 / gTTS. Learn to generat...DiscussPython
AngelforJigsawStack Blogblog.jigsawstack.com·Sep 27, 2024Groq + JigsawStack: 100x speed on every promptAt JigsawStack, our mission is to simplify the development process by giving developers access to powerful AI tools without the usual complexity. A key part of this effort is the Prompt Engine, an SDK designed to streamline the use of Large Language ...Discussgroq
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 17, 20244. Building an AI Mental Health Support Agent Using Gradio, Groq, and Hugging FaceIntroduction The "AI Agents Hack with LabLab and MindsDB" was an exciting hackathon event organized by LabLab.ai in collaboration with MindsDB. This global competition brought together AI enthusiasts, developers, and innovators from around the world ...DiscussJourney of AI & ML - Navigation by M Fahadhackathon
Martin BowlingPromartinbowling.com·Sep 14, 2024Llamaberry - Cultivating Chain of Thought Reasoning in AIHey there, AI adventurers, I'm, ready to take you on a journey through the fascinating world of AI reasoning. Today, we're diving deep into Llamaberry, my implementation of a multi-turn Chain of Thought (CoT) reasoning system. Buckle up, because this...Discuss·599 readsAI
Debapriya Dasdebapriyadas.hashnode.dev·Sep 9, 2024Create an end-to-end personalised AI chatbot🤖 using Llama-3.1🦙 and Streamlit powered by Groq APIIn this tutorial, we'll build and deploy a personalised AI-powered chat application using Streamlit and the latest AI model llama-3.1-8b-instant. We'll use Groq for faster inference. Also we are going to deploy it for free! We'll take you through the...Discuss·1 likestreamlit
K OM SENAPATIforBlogs | komsenapatikom-senapati.hashnode.dev·Sep 9, 2024Introducing Bot Verse - A hub for chatbotsIntroduction AI is everywhere! Ever thought of a hub where users can create and share chatbots? This is the core idea of this project. Bot Verse is an innovative platform for creating, sharing, and interacting with AI chatbots. Users can manage their...Discuss·4 likes·62 readsPython
Koustav Chatterjeekossblogs.hashnode.dev·Sep 1, 2024Streamlining AI integration with Vercel AI SDKWhat is Vercel AI SDK ? In an era where AI is rapidly transforming digital experiences, integrating machine learning models into web applications has become crucial. However, this task can be challenging, especially when dealing with different AI pro...Discuss·10 likesVercel
DataGeekthecodecosmos.hashnode.dev·Aug 26, 2024A Practical Guide to GROQBackground In today's rapidly evolving tech landscape, LLMs have become incredibly popular, with many companies striving to integrate AI into their solutions. However, building a LLM-based application presents significant challenges, particularly i...Discuss·26 readsGenAIgroq
Martin BowlingPromartinbowling.com·Aug 23, 2024Unleashing the Power of Speculative RAG🎉🚀 FriYAY Demo: Speculative RAG 🤖🔮 Today we're diving into an intriguing development in the world of artificial intelligence: Speculative Retrieval-Augmented Generation, commonly known as Speculative RAG. This technique represents an interesting ...Discuss·287 readsAI