Repository History
186 repositories tagged with AI
LLocalSearch: Local Search Aggregator with LLM Agents for Private Information Retrieval
LLocalSearch is a unique, completely local search aggregator that leverages LLM Agents to find answers to user questions without needing external API keys. It offers enhanced privacy and runs efficiently on low-end hardware, providing live logs for transparency. Users can observe the LLM agents' progress towards a comprehensive, locally-generated answer.

AI Baby Monitor: A Local Video-LLM Powered Solution for Child Safety
The AI Baby Monitor is an innovative, privacy-first solution that leverages local Video-LLMs to enhance child supervision. It monitors a video stream against user-defined safety rules, issuing a gentle beep if a rule is broken. This tool acts as an additional pair of eyes, providing real-time alerts without compromising privacy.

Cloudflare MCP Server: Connect LLMs to Cloudflare Services
The Cloudflare MCP Server repository provides a suite of servers implementing the Model Context Protocol (MCP), enabling large language models (LLMs) to interact seamlessly with various Cloudflare services. This allows LLMs to read configurations, process information, make suggestions, and even enact changes across Cloudflare's extensive ecosystem, from security and performance to application development. It streamlines the integration of AI capabilities with your Cloudflare account through natural language.

Anthropic Courses: Educational Materials for Claude API and Prompt Engineering
The Anthropic Courses repository offers a comprehensive suite of educational materials designed to teach users how to effectively work with the Claude SDK and master prompt engineering techniques. It includes five structured courses, guiding learners from API fundamentals to advanced topics like prompt evaluations and tool use. These resources are ideal for developers and AI enthusiasts looking to enhance their skills with Anthropic's AI models.

Verifiers: Environments for LLM Reinforcement Learning and Evaluation
Verifiers is a Python library by Prime Intellect AI for building environments to train and evaluate Large Language Models (LLMs). It enables the creation of custom environments with datasets, model harnesses, and reward functions, supporting reinforcement learning, capability evaluation, and synthetic data generation. This library is tightly integrated with the Prime Intellect ecosystem, including their Environments Hub and training framework.

LogoAI: AI-Powered Logo Generator with Next.js and Nebius AI
LogoAI is an innovative web application that leverages artificial intelligence to create unique and professional logos. Built with Next.js and TypeScript, and powered by Nebius AI, it offers a streamlined experience for generating custom logos for various brands. Users can explore multiple AI models, customize designs, and manage their generation history.

java-sdk: The Official Java SDK for Model Context Protocol
The `java-sdk` is the official Java SDK for interacting with Model Context Protocol servers and clients. It provides a standardized interface for Java applications to communicate with AI models and tools, supporting both synchronous and asynchronous patterns. Developed in collaboration with Spring AI, it offers robust integration for building AI-powered applications.

BuilderBot: Create WhatsApp Chatbots in Minutes with TypeScript
BuilderBot is an open-source TypeScript library designed to simplify the creation of WhatsApp chatbots. It enables developers to build automated conversation flows, manage responses, and track customer interactions efficiently. This project offers a robust solution for deploying powerful chatbots quickly and effectively.

LLM Reasoners: Advanced Library for Large Language Model Reasoning
LLM Reasoners is a powerful Python library designed to significantly enhance the complex reasoning capabilities of Large Language Models. It offers a comprehensive suite of cutting-edge search algorithms, intuitive visualization tools, and optimized performance for efficient LLM inference. The library prioritizes rigorous implementation and reproducibility, making it a reliable tool for researchers and developers in the AI field.
awesome-AI-books: A Curated Collection of AI and Machine Learning Resources
The awesome-AI-books repository by zslucky is a comprehensive collection of AI-related books and PDFs, designed for learning and research. It offers a wide range of resources, from introductory theory and mathematics to advanced topics like deep learning and quantum AI. This repository also includes links to various AI playground models and research organizations, making it an invaluable hub for anyone interested in artificial intelligence.

RAG-Anything: The All-in-One Multimodal RAG Framework
RAG-Anything is a comprehensive, all-in-one Retrieval-Augmented Generation (RAG) framework designed to process and query diverse multimodal content. It seamlessly handles text, images, tables, and equations within a single integrated system, eliminating the need for multiple specialized tools. Built on LightRAG, this framework offers advanced multimodal retrieval capabilities for complex documents.

Faiss: Efficient Similarity Search and Clustering for Dense Vectors
Faiss is a library developed by Meta's Fundamental AI Research (FAIR) group, designed for efficient similarity search and clustering of dense vectors. It offers a comprehensive suite of algorithms capable of handling vector sets of any size, including those that exceed RAM capacity. With complete wrappers for Python/numpy and GPU implementations, Faiss provides robust solutions for various vector comparison tasks.