← heapsort-ai

Groq

10 items

ARTICLEDEV.to AI·4/13/2026

Building a Voice-Controlled AI Agent with FastAPI, Groq & Streamlit

This article details the creation of a voice-controlled AI agent, enabling users to interact with their computer for tasks like file creation or code writing. It covers the system's architecture, model selection, and a three-stage process involving Groq Whisper for STT and Groq Llama-3.1-8b for intent classification, all built with FastAPI and Streamlit.

28
ARTICLEDEV.to AI·4/13/2026

AI Meeting Memory Assistant

This project introduces an AI Meeting Memory Assistant that stores notes, remembers past conversations, and answers questions using a fast LLM like Groq. It solves problems of scattered notes and lost context through persistent memory and smart retrieval to improve productivity.

26