2 dépôts
Interfaces designed to launch and interact with AI models as conversational chatbots.
Distinct from Interactive Model Interfaces: Specific to deploying an interactive chat experience rather than a general model testing interface
Explore 2 awesome GitHub repositories matching web development · Chatbot Deployment Interfaces. Refine with filters or upvote what's useful.
llm-zoomcamp is a comprehensive educational program and course for building real-life AI systems using large language models. It serves as a structured curriculum and implementation guide for developing AI applications and retrieval techniques. The project provides instructional material on building retrieval augmented generation pipelines to ground model responses in custom knowledge bases. It includes training on vector database implementation, semantic search, and the use of function calling to create autonomous agentic workflows. The curriculum covers a broad range of system development
Guides the deployment of interactive interfaces that allow users to interact with the developed language model systems.
Ramalama is a containerized runtime and management tool for large language models. It functions as an OCI AI model manager and registry client, allowing users to package, distribute, and execute AI models as standardized container images. The project differentiates itself by using OCI-compliant distribution for models and retrieval augmented generation assets, enabling the packaging of vector databases into immutable container images. It features hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized image for the host environment. The sy
Ollama launches an interactive chat interface using a specified model and runtime for real-time communication.