zbloss / awesome-llm-webapps

A collection of open source, actively maintained web apps for LLM applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source, Actively Maintained Web Apps for LLMs πŸ’¬

Jump-start your LLM project by starting from an app, not a framework. This repository aggregates high-quality, functioning web applications for use cases including Chatbots, Natural Language Interfaces, Assistants, and Question Answering Systems. It compares projects along important dimensions for these use cases, to help you choose the right starting point for your application.

To ensure the utmost quality and usability, projects must adhere to the following criteria to be included:

  • Licensed under Open Source terms πŸ’Έ
  • Actively Maintained, meaning updated within the past month or under active monitoring 🚨

The projects span a wide range of complexity, from straightforward API wrappers to production-ready systems with multi-source RAG backends, conversation logging, and authentication/user management. There should be something for almost every need.

Project Submissions

Contributions are the backbone of this list! If you're aware of a project that meets our criteria but isn't listed, we'd love to hear about it. Please also notify us if any of the listed projects becomes unmaintained or changes its licensing. Additionally, if there's a project detail that you'd like to compare that's not currently tracked, submit an issue for it. Finally, if you're the maintainer of a project that's already listed and would like to update or modify the listing, submit it again with the desired modifications.

To submit a project:

  1. Create an issue.
  2. Ensure your submission adheres to the listed criteria and includes all relevant details.
  3. Submissions will be reviewed and the projects list will be updated within a day.

If you'd like to help maintain this project, contact clharman via email.

Currently seeking submissions for:

  • Lightweight chatbots
  • Projects with advanced prompting
  • Non-chatbot interfaces (question answering, etc)
  • Projects with image support
  • Projects in different languages e.g. Python only

Project Table

Project Demo Brief Description Architecture Conversation Context Carry Conversation History Authentication Model Support Rich Text Support Image Support Multi-step Prompting (RAG) Data Source(s) (RAG) Show Sources (RAG) Data ingestion Quick Deploy Other Features
Hugging Face Chat UI License Language Forks 🟒 Link Full featured chat interface SvelteKit, MongoDB 🟒 🟒 🟒 OpenID Hugging Face Inference API, local, Amazon SageMaker 🟒 πŸ”΄ πŸ”΄ 🟒 Google search 🟒 πŸ”΄ 🟒 Hugging Face Spaces Theme configuration
Weaviate Verba License Language Forks
🟒 Link Chat interface for RAG applications React frontend, FastAPI backend, Weaviate πŸ”΄ πŸ”΄ πŸ”΄ OpenAI 🟒 πŸ”΄ πŸ”΄ 🟒 Weaviate 🟒 🟒 Via CLI 🟒 Docker Semantic caching
Microsoft Azure Chat License Language Forks πŸ”΄ Azure-based private chat tenant over data and files Next.js, LangChain.js, CosmosDB 🟒 🟒 🟒 NextAuth OpenAI 🟒 πŸ”΄ πŸ”΄ 🟒 Azure Cognitive Search πŸ”΄ 🟒 UI single-file upload 🟒 Azure
AWS GenAI LLM Chatbot License Language Forks πŸ”΄ AWS-based chatbot with RAG and selectable LLMs React frontend, LangChain.js, cloud services backend 🟒 🟒 🟒 Amazon Cognito Bedrock, SageMaker, Hugging Face Inference Endpoints, OpenAI, Anthropic, AI21, Cohere πŸ”΄ πŸ”΄ πŸ”΄ 🟒 Postgres/ Kendra/ OpenSearch 🟒 🟒 UI file upload 🟒 AWS User-selectable model and search backend

Project Details

About

A collection of open source, actively maintained web apps for LLM applications

License:MIT License