JavaScript llm

Open-source JavaScript projects categorized as llm

Top 23 JavaScript llm Projects

  • anything-llm

    The all-in-one Desktop & Docker AI application with full RAG and AI Agent capabilities.

  • Project mention: AnythingLLM: Chat with your documents using any LLM | news.ycombinator.com | 2024-04-19
  • SillyTavern

    LLM Frontend for Power Users.

  • Project mention: Claude 3 beats GPT-4 on Aider's code editing benchmark – aider | news.ycombinator.com | 2024-03-27

    Right, but it's certainly easier for people who might not even know what "API" stands for, and that's quite nifty. As far as self-hosted frontends go, I can personally recommend SillyTavern[1] in the browser, ChatterUI[2] on mobile, and ShellGPT[3] for CLI. LobeChat looks pretty cool, though! I'll definitely check it out.

    [1] https://github.com/SillyTavern/SillyTavern

    [2] https://github.com/Vali-98/ChatterUI

    [3] https://github.com/TheR1D/shell_gpt

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • adrenaline

    Instant answers to any programming question

  • Project mention: I made this AI programming assistant to generate diagrams for my code | /r/artificial | 2023-12-08

    Here's where you can try it out: https://useadrenaline.com

  • langserve

    LangServe 🦜️🏓

  • Project mention: LangChain, Python, and Heroku | dev.to | 2024-03-18

    LangServe: This enables developers to deploy and serve up LangChain applications as a REST API.

  • chatd

    Chat with your documents using local AI

  • Project mention: feed pdf files into an LLM for question answering tasks | /r/LocalLLaMA | 2023-11-08

    IYH use chatd

  • claude-unofficial-api

    Unofficial API for Claude-2 via Claude Web (Also CLI)

  • Project mention: Claude 2 Internal API Client and CLI | news.ycombinator.com | 2023-07-14
  • gpu_poor

    Calculate token/s & GPU memory requirement for any LLM. Supports llama.cpp/ggml/bnb/QLoRA quantization

  • Project mention: Ask HN: Cheapest way to run local LLMs? | news.ycombinator.com | 2023-11-26

    Here's a simple calculator for LLM inference requirements: https://rahulschand.github.io/gpu_poor/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • AgentLLM

    AgentLLM is a PoC for browser-native autonomous agents

  • Project mention: AgentLLM - AgentLLM is a PoC for browser-native autonomous agents | /r/AutoGPT | 2023-05-04
  • ClipboardConqueror

    Clipboard Conqueror is a novel omnipresent copilot alternative designed to bring your very own LLM AI assistant to any text field.

  • Project mention: Clipboard Conqueror: Your own AI assistant for any text field | news.ycombinator.com | 2023-12-13
  • llamero

    A GUI application to easily try out Facebook's LLaMA models.

  • Project mention: Show HN: macOS GUI for running LLMs locally | news.ycombinator.com | 2023-09-18
  • ragdoll-studio

    The creative suite for character-driven AI experiences.

  • Project mention: LLMs and the Harry Potter Problem | news.ycombinator.com | 2024-04-23

    I've made AI assistants that are perfectly accurate with products, pricing, etc. yet still maintain a human quality: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...

    You can accomplish this with RAG.

    Your overall point is taken though, the LLM itself is not enough, fine-tuning is not always feasible, and I think no matter how good an AI persona gets at, say, teaching yoga - for some yoga students it will never replace an in-person instructor.

    However for a game NPC, online agent, Discord bot, etc. not to mention research, translation, tutorials, summarizing, etc. there is a lot of present day utility for LLMs.

  • llm.js

    Run Large-Language Models (LLMs) 🚀 directly in your browser!

  • Project mention: LLM.js v1.0.2 is out with support for GGUF/GGML format and Model Playground | /r/LocalLLaMA | 2023-11-24
  • llm-react-node-app-template

    The Javascript template for an LLM react node app.

  • Project mention: LLM React Node app template | news.ycombinator.com | 2024-02-10
  • ragdoll

    The library for character-driven AI experiences. (by bennyschmidt)

  • Project mention: Show HN: Ragdoll Studio (fka Arthas.AI) is the FOSS alternative to character.ai | news.ycombinator.com | 2024-03-31

    For anyone curious llamaindex's "prompt mixins", they're actually dead simple: https://github.com/run-llama/llama_index/blob/8a8324008764a7... - and maybe no longer supported.

    I basically reinvented this wheel in ragdoll but made it more dynamic: https://github.com/bennyschmidt/ragdoll/blob/master/src/util...

  • InfinityArcade

    Create any Text Game with AI

  • LocalAI-frontend

    A front-end for selfhosted LLMs based on the LocalAI API

  • chitchat

    A simple LLM chat front-end that makes it easy to find, download, and mess around with models on your local machine. (by clarkmcc)

  • Project mention: Jina AI Launches First Open-Source 8K Text Embedding, Rivaling OpenAI | news.ycombinator.com | 2023-10-25

    Pretty much! Right now it only supports md, pdf, txt, and html, but supporting additional formats is trivial: https://github.com/clarkmcc/chitchat/blob/main/src-tauri/src....

  • ImpAI

    😈 ImpAI is an advanced role play app using large language and diffusion models.

  • Project mention: I create my own AI webui roleplay ! | /r/Solo_Roleplaying | 2023-12-06

    Hi, i just share with my open source project i create for solo roleplaying with a llm (like chatgpt but in offline) and stable diffusion for generate images, try my repo and say if anything is wrong or if you have idea or suggestions :) https://github.com/rbourgeat/ImpAI

  • CodeXpert

    Code Xpert: A completely free and open-source GitHub Copilot-like Project With VS Code extension.

  • Project mention: Code Xpert | news.ycombinator.com | 2024-02-29
  • Pacha

    "Pacha" TUI (Text User Interface) is a JavaScript application that utilizes the "blessed" library. It serves as a frontend for llama.cpp and provides a convenient and straightforward way to perform inference using local language models.

  • Project mention: Pacha - A Frontend for llama.cpp | /r/LocalLLaMA | 2023-07-02

    pacha-windows

  • TickGPTick

    TickGPTick Integration

  • Project mention: I used the OpenAI API to add some AI features to my favourite Todo list app - TickTick. | /r/ChatGPT | 2023-06-09

    Code here: https://github.com/Podginator/TickGPTick

  • autogpt-node

    AutoGPT for node.js

  • json-like-parse

    JavaScript npm module that finds JSON-like text within a string and then parses it on best effort basis

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript llm related posts

Index

What are some of the best open-source llm projects in JavaScript? This list will help you:

Project Stars
1 anything-llm 11,955
2 SillyTavern 5,785
3 adrenaline 3,694
4 langserve 1,564
5 chatd 777
6 claude-unofficial-api 738
7 gpu_poor 623
8 AgentLLM 342
9 ClipboardConqueror 194
10 llamero 177
11 ragdoll-studio 144
12 llm.js 135
13 llm-react-node-app-template 79
14 ragdoll 71
15 InfinityArcade 62
16 LocalAI-frontend 60
17 chitchat 60
18 ImpAI 37
19 CodeXpert 34
20 Pacha 30
21 TickGPTick 25
22 autogpt-node 25
23 json-like-parse 19

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com