5 dépôts
Mechanisms to protect AI services from unauthorized access through identity verification.
Distinct from AI Security: Focuses on access control and authentication for AI apps, not adversarial prompt injection defense
Explore 5 awesome GitHub repositories matching security & cryptography · Authenticated Access Control. Refine with filters or upvote what's useful.
LocalAI is a local generative AI platform and inference engine designed to host large language, vision, and audio models on private hardware. It functions as an API compatible gateway that mimics proprietary service endpoints, allowing existing third-party software to integrate with a self-hosted backend. The platform distinguishes itself as a distributed AI model orchestrator, capable of scaling inference across machine clusters using VRAM-aware routing and hardware coordination. It provides a unified interface for diverse open-source backends and supports self-hosted RAG infrastructure thro
Protects AI services from unauthorized access through identity verification and resource quotas.
This is a full-featured chatbot framework and Next.js web application designed for integrating various large language model providers into a web interface. It serves as a template for building AI chatbots that can generate text and structured data through a unified interface. The project functions as an authenticated AI application, incorporating built-in user identity verification and session management. It includes a suite for AI tool integration, allowing language models to execute tool calls and generate structured objects by connecting to external data and functions. The framework provi
Combines user authentication and credential verification to secure access to AI chat services.
kohya_ss is a graphical user interface and workbench for fine-tuning diffusion models, specifically designed for Stable Diffusion. It provides a suite of tools for training generative AI models, including specialized interfaces for creating Low-Rank Adaptation weights and training ControlNet spatial control networks. The project distinguishes itself through integrated VRAM usage optimization and hardware acceleration, featuring specific support for Intel GPUs via XPU-accelerated libraries. It implements parameter-efficient training methods and memory-saving techniques like gradient checkpoint
Includes a security layer requiring username and password authentication for accessing the training interface.
OpenChat is a conversational AI agent builder and customer service automation platform that uses large language models to power customer support chatbots across multiple channels. It provides tools for defining AI agent behavior, training on custom knowledge, managing actions, and controlling autopilot responses per channel. The platform enables deploying AI agents on web, phone, email, SMS, and WhatsApp, with a unified inbox for managing conversations across all channels. It includes CRM synchronization, automated workflows, contact segmentation, and analytics for tracking customer satisfact
Authenticates AI action calls using secrets, tokens, or context headers.
Ce projet est un superviseur de processus Go conçu pour démarrer et surveiller plusieurs programmes en arrière-plan avec redémarrages automatiques et gestion du cycle de vie. Il fonctionne comme un système pour coordonner l'exécution de démons, assurant une opération continue via une configuration centrale. Le superviseur se distingue par de multiples interfaces d'administration à distance, incluant une API REST de gestion de processus, un contrôleur XML-RPC et un tableau de bord web intégré pour surveiller et contrôler les processus. Il dispose d'un exportateur de métriques Prometheus qui sert des données de performance en temps réel via un point de terminaison HTTP dédié et sécurise ces interfaces distantes via une authentification de base. Le système couvre de larges domaines de capacités, incluant la gestion des logs avec rotation basée sur la taille, la vérification automatique de santé via polling TCP et HTTP, et l'orchestration du cycle de vie des services via une planification par priorité de groupe. Il fournit également des déclencheurs d'actions pilotés par événements, un nettoyeur de processus enfants pour éliminer les processus zombies, et une interface en ligne de commande pour le contrôle manuel des processus. Le logiciel inclut des utilitaires pour la génération de modèles de configuration et peut être intégré en tant que service système en utilisant des fichiers d'environnement personnalisés.
Restricts access to the remote control interface using authenticated identity verification.