Loading...
Loading...
3,528 documents available
LocalLLM is a high-performance Android application designed to run Large Language Models (LLMs) locally on-device. It leverages the `llama.cpp` library for efficient inference, enabling users to interact with state-of-the-art AI models without an internet connection, ensuring complete data privacy. The application supports text generation, vision capabilities (multimodal), and Retrieval Augmented Generation (RAG) for document analysis.
This demo showcases the key capabilities of Tensorus, an agentic tensor database/data lake. We'll walk through data ingestion, storage, querying, tensor operations, and how to interact with the system via its UI and APIs.
DevFlow is a sophisticated cognitive computing framework built with TypeScript that provides intelligent task management and persistent memory systems. The project implements a structured approach to handling cognitive workloads with built-in memory persistence, semantic search capabilities, and multi-platform AI orchestration.
This document explains the implementation of the Retrieval-Augmented Generation (RAG) system, which forms the backbone of the agent's ability to answer general, open-ended questions about the codebase.
- Create two top-level folders: `backend/` and `frontend/`
**Audience:** LLM or developer implementing this system.
**Origin:** [Peter Steinberger's tweet](https://x.com/steipete/status/2023057089346580828) requesting AI tooling for PR/Issue deduplication and triage on OpenClaw (180K+ stars, 3100+ open PRs)
A Python-based tool to download video transcripts and comments from YouTube channels for market research. The goal is to inform a market garden and orchard business plan focused on regenerative agriculture. The system performs a multi-stage AI processing pipeline on the raw data, structuring it into a normalized database of topic-based summaries and atomic insights. A hybrid search system combines full-text search with AI-powered semantic search via vector embeddings for comprehensive data disco
Build an AI-driven email onebox aggregator with real-time IMAP synchronization, intelligent categorization, and RAG-powered reply suggestions using TypeScript and Node.js.
Demo data: `thelook_ecommerce` from BigQuery public dataset (7 tables).
**Retrieval-Augmented Generation (RAG)** is the technique behind most production AI assistants today. Instead of asking an LLM to recall facts from training, you give it relevant context at query time. The result is more accurate, grounded, and up-to-date answers.
**Last updated:** 2026-01-31
- **Frontend/BFF**: Next.js 14 (App Router) on Vercel; Server Actions for clone tokens & exports; SSR dashboards.
- venv only; Windows-first; no WSL
A standalone MVP application where:
Detailed documentation of the Retrieval-Augmented Generation (RAG) implementation in Tu2tor.
- **Primary Model**: `all-MiniLM-L6-v2` base model with legal domain fine-tuning
This guide will help you set up and run the Delivery Shield x402 refund system.
AI-Powered Supplementary Learning Platform
Project: Context-Aware Corporate Knowledge Assistant
> Source of truth for what to build. Every task must be checked off before moving to the next.
**Hallucination Guard** is a state-of-the-art AI trust engine designed to detect, analyze, and mitigate hallucinations in Large Language Model (LLM) outputs. As LLMs become integrated into critical workflows, the risk of "hallucinations"βplausible-sounding but factually incorrect or nonsensical statementsβpresents a significant challenge. This project provides a scientific dashboard for real-time verification using multiple advanced methodologies.
Building Option 1 from Gently's take-home challenge: a service that ingests documents, classifies them against user-defined schemas, extracts structured data, and makes it queryable. Framed for ERP domain (invoices, purchase orders, receipts, contracts).
- **Frontend/BFF**: Next.js 14 (App Router) on Vercel (SSR for timelines, Server Actions for webhooks/exports).