ShypdShypd.ai
🤖

AI Agents & Automation

Browsing page 386 of AI Agents & Automation. Sorted by confidence score — our independent quality rating.

opencog

opencog

60%

OpenCog is an open-source framework designed for integrated Artificial Intelligence and Artificial General Intelligence (AGI). While the original repository is no longer actively maintained, it served as a comprehensive laboratory for exploring and integrating diverse AI algorithms and systems, with a particular focus on humanoid robotics. Key areas of development included natural language chat, common-sense reasoning, various learning algorithms, and motor control for robots. The project aimed to develop AGI systems, and the framework compiled decades of work from numerous researchers. Many core components have since been split into separate, actively maintained repositories like atomspace, cogserver, and lg-atomese, making the original repository largely obsolete but still a valuable historical reference.

LLM-Viewer

LLM-Viewer

60%

LLM-Viewer is a comprehensive tool designed for visualizing and analyzing the performance of Large Language Models (LLMs) across various hardware platforms. It provides in-depth network-wise analysis, allowing users to understand critical factors such as peak memory consumption and total inference time cost. The tool supports both a user-friendly web interface for easy configuration and visualization, and a command-line interface (CLI) for more programmatic use. LLM-Viewer helps users gain valuable insights into LLM inference and optimize performance by considering computation, storage, transmission, and hardware roofline models. It's an ongoing project with plans for expanded hardware and LLM compatibility.

Dataloop

Dataloop

60%

Dataloop offers an AI-ready data stack designed for modernizing data infrastructure, especially for unstructured data and multimodal pipelines. The platform provides end-to-end data management, automation pipelines, and a quality-first data labeling platform. Key features include data exploration and analysis, integration of cutting-edge AI models, and orchestration of data, models, and human feedback through intuitive pipelines. It also supports application development with a function-as-a-service offering and includes a marketplace for leveraging existing models and elements. Dataloop is compliant with strict security standards like GDPR, ISO 27001, and SOC 2 Type II, ensuring data privacy and security with features like RBAC, SSO, and AES-256 encryption. It accelerates AI projects with NVIDIA NIM embedded platform integration, promising faster adoption and reduced costs for GenAI and Agentic initiatives.

PapersChat

PapersChat

60%

PapersChat is an AI-powered chatbot designed to simplify interaction with scientific papers. Users can upload PDF documents and then ask questions directly about their content. The application extends its search capabilities beyond the uploaded files to include ArXiv and PubMed, ensuring comprehensive answers. This tool is particularly useful for researchers and students who need to quickly extract information and insights from academic literature. To utilize PapersChat, users are required to provide their own Mistral AI API key, indicating a dependency on external AI services for its core functionality. The tool aims to make chatting with scientific papers easy and efficient.

LLM Game Master MCP Server

LLM Game Master MCP Server

60%

LLM Game Master MCP Server is an AI-powered application designed for creating and managing virtual tabletop game environments. Users can easily add shapes, tokens, and lights to game maps, move items around, and control the fog of war to reveal areas dynamically. The intuitive interface simplifies the process of setting up and running game sessions, making it an accessible tool for game masters looking to enhance their digital tabletop experience. Hosted on Hugging Face, this tool offers a streamlined approach to virtual game management.

OpenContracts

OpenContracts

60%

OpenContracts is an open-source platform designed to facilitate collaboration between humans and AI agents in building and managing knowledge bases from documents. It addresses the challenge of knowledge trapped in contracts, regulations, and research papers by providing tools for document annotation, version control, and semantic search. The platform allows teams to define custom label schemas, annotate documents with precise selections, and map relationships between concepts. It features configurable AI agents that can search documents, query annotations, and participate in discussions, all grounded in the structured knowledge created by the team. OpenContracts supports PDF and text-based formats, with upcoming DOCX viewing, and includes a modular processing pipeline for custom parsers, embedders, and thumbnail generators. It emphasizes human annotation as the ground truth, with AI building upon this curated data rather than replacing it.

InstantCharacter PLUS

InstantCharacter PLUS

60%

InstantCharacter PLUS is an AI-powered application designed for generating stylized images. Users can upload a source image and provide a text prompt to guide the AI in creating new visuals. The tool offers various artistic styles, such as Makoto Shinkai or Ghibli, allowing for diverse creative outputs. This application is hosted on Hugging Face Spaces, indicating its accessibility and potential for community-driven development. While the tool aims to provide a creative outlet for image generation, the current live website indicates a runtime error, suggesting it may not be fully operational at this time.

deliteAI

deliteAI

60%

deliteAI is an on-device AI platform designed for building agentic workflows, empowering developers to create secure, privacy-aware, and high-performance AI native experiences. It supports a wide range of devices including mobiles, laptops, wearables, and automobiles. Key features include unified and simplified APIs for seamless AI agent integration in Android/iOS/MacOS applications, and a Python interface for orchestrating complex AI agentic workflows via tool calling, memory, and LLMs directly on-device. The platform emphasizes portability with cross-platform compatibility and optimization for resource-constrained environments, ensuring efficient CPU/memory usage. It also prioritizes security and privacy through on-device processing and hardware-accelerated model execution, offering extensibility with easy integration of custom Python operators and flexible runtime support.

Karpathy Llm Council

Karpathy Llm Council

60%

Karpathy Llm Council is an innovative AI tool hosted on Hugging Face Spaces, designed to enhance the quality and depth of responses generated by large language models. Users can input a question, and the application orchestrates a council of multiple advanced language models to each provide an answer. Following this, the models engage in a self-ranking process, evaluating each other's replies. Finally, the best insights from these ranked responses are combined and refined into a single, comprehensive, and polished answer. This collaborative and evaluative approach aims to deliver more nuanced and well-rounded information than a single LLM might provide.

light-gpt

light-gpt

60%

Light-GPT is an interactive website project built on the GPT-3.5-Turbo model, utilizing the Next.js framework and deployed on Vercel. As a pure front-end, lightweight application, it allows users to interact with OpenAI's dialogue interface directly from the client-side using their own API key, ensuring no risk of key leakage. It supports streaming data, displaying AI replies with a typewriter effect, and offers features like new thematic dialogues, historical dialogue viewing, and local storage of all conversation data in the browser's IndexedDB. The tool also provides syntax highlighting and one-click code copying for programming-related questions, image and PDF export for dialogues, and is adapted for both PC and mobile devices. Users can customize avatars and generate images from text.

text-classification-models-tf

text-classification-models-tf

60%

text-classification-models-tf offers TensorFlow implementations for a range of text classification models, catering to developers and researchers working with natural language processing. The repository includes popular architectures such as Word-level CNN, Character-level CNN, and Very Deep CNN, alongside Word-level Bidirectional RNN, Attention-Based Bidirectional RNN, and RCNN. It also provides a link to semi-supervised text classification models using transfer learning. The tool is designed for Python3 and TensorFlow environments, with clear instructions for installation and usage, including training and testing classification models on datasets like DBPedia. Sample test results are provided for various models, showcasing their accuracy.

OpenAGI

OpenAGI

60%

OpenAGI serves as an agent creation package, primarily utilized for developing agents within the AIOS ecosystem. While it provides the foundational tools, users are advised to migrate to the Cerebrum SDK for building new agents in AIOS, which is the latest SDK for connecting with the AIOS kernel. The platform facilitates the addition of new agents by requiring a specific folder structure for agent files, including the main execution logic, configuration, and meta-requirements. It also supports the integration of external tools and allows users to upload and download agents, fostering a collaborative environment for sharing and exploring agent implementations. OpenAGI is backed by research, as detailed in the paper "OpenAGI: When LLM Meets Domain Experts."

OpenFaceIOS

OpenFaceIOS

60%

OpenFaceIOS is an iOS project derived from OpenFace, a leading open-source tool for advanced facial analysis. This project specifically targets the iOS platform, streamlining the original OpenFace capabilities by removing dependencies like Dlib, TBB, and Boost, and exclusively utilizing OpenCV for its operations. Key functionalities include precise facial landmark detection, accurate head pose estimation, and sophisticated eye-gaze tracking. Additionally, OpenFaceIOS incorporates a unique face-swapping feature, allowing users to swap faces between individuals or apply model faces to real-time input. It's an ideal solution for developers and researchers looking to integrate robust facial analysis and manipulation into iOS applications.

OdysseyGPT

OdysseyGPT

60%

OdysseyGPT is an enterprise document intelligence and IDP platform designed to turn unstructured documents into reliable, citation-backed knowledge and structured data. It leverages retrieval-augmented generation, semantic search, and multi-step reasoning to extract data from various document types like contracts, invoices, resumes, and emails. The platform ensures data quality, transparency, and control by linking every extracted data point back to its exact source within the document. OdysseyGPT allows users to set up workspaces, roles, and approval steps, logging every action for auditability. It integrates with existing business systems like accounting, HR, CRM, and support tools, enabling seamless data flow while preserving source context. The tool is built with robust security features, including SSO, role-based access control, end-to-end encryption, and full audit trails.

keras-attention

keras-attention

60%

keras-attention is an open-source project designed for visualizing Recurrent Neural Networks (RNNs) through the attention mechanism. It offers an implementation of a custom RNN layer within the Keras framework, specifically tailored for date translation tasks. The repository includes a comprehensive tutorial and provides all necessary code for setting up, training, and visualizing the model. It supports both GPU and CPU environments, though GPU is recommended for faster training. The tool allows users to generate datasets, run the model with customizable parameters, and visualize attention maps to understand how the RNN processes information, highlighting which parts of the input are most influential in predictions.

awesome-claude-skills

awesome-claude-skills

60%

awesome-claude-skills is a comprehensive, curated list of Claude Skills, resources, and tools designed to customize and enhance Claude AI workflows, with a particular focus on Claude Code. Claude Skills are specialized folders containing instructions, scripts, and resources that Claude dynamically discovers and loads when relevant to tasks. This open-source GitHub repository details how Skills work, their progressive disclosure architecture for efficiency, and provides guides for getting started via the Claude.ai web interface, Claude Code CLI, or Claude API. It features official skills for document processing (docx, pdf, pptx, xlsx), design (algorithmic-art, canvas-design), development (frontend-design, web-artifacts-builder), communication, and skill creation. The repository also highlights community-contributed skills, tools for skill creation, best practices, and security guidelines, emphasizing the importance of vetting skills due to arbitrary code execution capabilities.

Lawgmented

Lawgmented

60%

Lawgmented is a desktop application designed for AI-powered contract review, seamlessly integrating with Microsoft Word. It allows users to open documents, select their party and role, and then run a review that highlights critical clauses and explains potential risks in plain language. The tool offers one-click redrafting of clauses, generating improved language tailored to the user's side of the deal, which can be inserted directly into Word with Track Changes. Additionally, Lawgmented can draft new clauses aligned with the contract's existing defined terms and style. It aims to simplify the contract review process, making it accessible for anyone while providing powerful features for legal professionals.

Typogram

Typogram

60%

Typogram is a beginner-friendly design tool tailored for startup founders and small business owners to create unique logos and comprehensive brand kits. It simplifies the design process by offering features like an Artboard Generator that automatically selects typefaces and applies design elements, a premium font library with 2,735 families, and an AI Icon Generator for creating vector-based icons. A standout feature is the Variable Font Gradient, allowing users to create visual gradients by adjusting font settings. The tool also helps build sharable brand guidelines, including vector logos, color palettes, and typography systems, which can be published as a website or PDF. Typogram aims to empower users to design their brand with ease and confidence, providing essential branding and marketing knowledge along the way.

Polymath

Polymath

60%

Polymath is an applied research lab dedicated to advancing the reliability and autonomy of AI agents. The company specializes in creating highly advanced simulation environments that accurately reflect real-world conditions. These environments are crucial for training and evaluating AI agents, enabling them to practice and learn through experience, ultimately performing useful work over long horizons with minimal human supervision. Polymath partners with leading model labs to push the boundaries of agent capabilities and is backed by prominent investors like Base10 and Y Combinator. Their work is vital for developing safe and highly capable AI systems, addressing some of the most important challenges in agent autonomy.

Remedica - Your AI Homeopathy Consultant

Remedica - Your AI Homeopathy Consultant

60%

Remedica is an AI-powered homeopathy consultant designed to provide personalized homeopathic remedies instantly. Users can describe their physical and emotional symptoms to a secure, private AI chat interface, which asks clarifying questions similar to a real homeopath. The tool's advanced algorithms then cross-reference inputs with thousands of homeopathic remedies and Materia Medica data to suggest a personalized remedy tailored to the user's specific constitution, complete with dosage instructions. Remedica aims to make natural medicine accessible and affordable, offering unlimited consultations for a flat monthly rate. It also includes features like symptom history tracking and detailed remedy explanations.

IoA

IoA

60%

IoA (Internet of Agents) is an open-source framework designed to facilitate collaborative AI agents, allowing them to team up and tackle complex tasks through internet-like connectivity. It provides an internet-inspired architecture where diverse, distributed agents can work together, much like humans collaborate on the internet. Key features include autonomous nested team formation, heterogeneous agent integration, asynchronous task execution, and adaptive conversation flow. The framework is scalable and extensible, making it easy to add new types of agents or handle different tasks. IoA supports integration with agents like AutoGPT and Open Interpreter, enabling them to combine their unique skills to solve problems that might be too challenging for a single agent.

openai-agents-js

openai-agents-js

60%

The OpenAI Agents SDK for JavaScript/TypeScript offers a lightweight yet powerful framework for building sophisticated multi-agent workflows. It is designed to be provider-agnostic, supporting OpenAI APIs and more, making it a versatile choice for developers. Key features include agents configured with instructions, tools, guardrails, and handoffs, allowing agents to delegate tasks to others. The SDK also provides built-in mechanisms for human-in-the-loop interactions, automatic conversation history management through sessions, and tracing for debugging and optimizing workflows. Additionally, it supports building powerful voice agents with real-time capabilities. The framework is open-source and encourages community contributions, providing a robust foundation for complex AI systems.

openai-cua-sample-app

openai-cua-sample-app

60%

The openai-cua-sample-app is a TypeScript sample application designed to teach users how to integrate and utilize OpenAI's Computer Using Agent (CUA) via its API across various computer environments. This repository includes a Next.js operator console (apps/demo-web) for managing runs, reviewing screenshots, events, and replay artifacts, alongside a Fastify runner (apps/runner) that handles mutable workspaces, browser sessions, and SSE. It showcases how to switch between code mode and native computer mode, define scenario manifests, and build an operator-facing console. The sample app is ideal for developers looking to understand and implement browser-focused AI automation with GPT-5.4, providing a clear example of integrating the Responses API.

caall.ai — for people who hate calls

caall.ai — for people who hate calls

60%

caall.ai is an innovative AI phone agent designed for individuals who dislike making phone calls. Users can simply brief the AI on the task they need completed, in any language, and the agent will make the call. The platform allows users to view the conversation live and provides a summary of what transpired once the call is finished. This tool is ideal for various tasks, including booking restaurant reservations, scheduling appointments like haircuts or dentist visits, and quickly checking store hours or product availability. It also excels at international calls, with the AI agent natively handling conversations in different languages, eliminating communication barriers. caall.ai aims to streamline communication and save users time by automating phone interactions.