JavaScript AI

Open-source JavaScript projects categorized as AI

Top 23 JavaScript AI Projects

  • AutoGPT

    AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

    Project mention: Accessible AI for Everyone | news.ycombinator.com | 2024-01-08
  • AI-Expert-Roadmap

    Roadmap to becoming an Artificial Intelligence Expert in 2022

    Project mention: Best AI ML DL DS Roadmap | /r/deeplearning | 2023-12-07

    **[I.am.ai AI Expert Roadmap](https://i.am.ai/roadmap)**: This roadmap focuses more on AI and includes various aspects of machine learning and deep learning. It's suitable for those who want to delve deeper into AI, particularly in cutting-edge research and applications.

  • 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.

  • netron

    Visualizer for neural network, deep learning and machine learning models

    Project mention: Visualizer for neural network, deep learning and machine learning models | news.ycombinator.com | 2023-12-26
  • BingGPT

    Desktop application of new Bing's AI-powered chat (Windows, macOS and Linux)

    Project mention: BingGPT - Desktop application of new Bing's AI-powered chat | /r/bing | 2023-05-28

    Link [Github]

  • warriorjs

    🏰 An exciting game of programming and Artificial Intelligence

  • pwnagotchi

    (⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.

    Project mention: Pwnagotchi: Deep Reinforcement Learning for WiFi Hacking | news.ycombinator.com | 2024-01-27
  • venom

    Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp.

  • 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.

  • 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

  • opencommit

    Auto-generate impressive commits with AI in 1 second 🤯🔫

    Project mention: OpenCommit: feature-rich CLI to generate meaningful git commit messages now supports local models via Ollama 🤯🔫 | dev.to | 2024-02-28

    Anyway see the README: https://github.com/di-sukharev/opencommit

  • TagUI

    Free RPA tool by AI Singapore

  • 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

  • BlackFriday-GPTs-Prompts

    List of free GPTs that doesn't require plus subscription

    Project mention: Top GPTs Prompts for Job Searching and Resume Writing | /r/jobs | 2023-12-11
  • Noi

    🚀 Power Your World with AI - Explore, Extend, Empower.

    Project mention: Noi: Power Your World with AI – Explore, Extend, Empower | news.ycombinator.com | 2024-03-25
  • vault-ai

    OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.

    Project mention: I built an open source website that lets you upload large files, such as in-depth novels/ebooks or academic papers, and ask GPT4 questions based on your specific knowledge base. So far, I've tested it with long books like the Odyssey and random research PDFs, and I'm shocked at how incisive it is. | /r/ChatGPT | 2023-08-05
  • TavernAI

    Atmospheric adventure chat for AI language models (KoboldAI, NovelAI, Pygmalion, OpenAI chatgpt, gpt-4)

    Project mention: A List of CharacterAI Alternatives | /r/CharacterAI_No_Filter | 2023-09-15

    Github: https://github.com/TavernAI/TavernAI

  • chatgpt.js

    🤖 A powerful client-side JavaScript library for ChatGPT

    Project mention: js-utils VS chatgpt.js - a user suggested alternative | libhunt.com/r/adamlui/js-utils | 2024-03-29

    Both contain code published to npm, so both can be installed via npm, or imported remotely using jsDelivr to access useful JavaScript methods

  • DeepCamera

    Open-Source AI Camera. Empower any camera/CCTV with state-of-the-art AI, including facial recognition, person recognition(RE-ID) car detection, fall detection and more

    Project mention: Open-Source AI Camera | news.ycombinator.com | 2023-06-19
  • opendream

    An extensible, easy-to-use, and portable diffusion web UI 👨‍🎨 (by varunshenoy)

    Project mention: FLaNK Stack Weekly for 21 August 2023 | dev.to | 2023-08-21
  • alpaca-electron

    The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer

    Project mention: Are you sure you are focusing on the right things? (venting) | /r/LocalLLaMA | 2023-07-11

    I sympathize. There are some efforts here and there but it's not something that resonates with the enthusiast crowd much. An abandoned example here: ItsPi3141/alpaca-electron

  • AI-Prompt-Genius

    Curate a custom library of AI Prompts

    Project mention: This simply doesn't work, should this show me some prompts? | /r/ChatGPTPromptGenius | 2023-04-25

    https://github.com/benf2004/ChatGPT-Prompt-Genius Chrome addon

  • promptr

    Promptr is a CLI tool that lets you use plain English to instruct GPT3 or GPT4 to make changes to your codebase.

    Project mention: Ask HN: What are some actual use cases of AI Agents? | news.ycombinator.com | 2024-02-14

    I taught https://github.com/KillianLucas/open-interpreter how to use https://github.com/ferrislucas/promptr

    Then I asked it to add a test suite to a rails side project. It created missing factories, corrected a broken test database configuration, and wrote tests for the classes and controllers that I asked it to.

    I didn't have to get involved with mundane details. I did have to intervene here and there, but not much. The tests aren't the best in the world, but IMO they're adding value by at least covering the happy path. They're not as good as an experienced person would write.

    I did spend a non-trivial amount of time fiddling with the prompts I used to teach OI about Promptr as well as the prompts I used to get it to successfully create the test suite.

    The total cost was around $11 using GPT4 turbo.

    I think in this case it was a fun experiment. I think in the future, this type of tooling will be ubiquitous.

  • aws-lex-web-ui

    Sample Amazon Lex chat bot web interface

  • pro-react-admin

    基于React: v18.x.x/Webpack: v5.x.x//Vite: 4.x.x/React Router v6.x.x/ Antd: v5..x.x/Typescript: v5.x.x/Fetch Api/等最新版本进行构建的企业级中台前端基础模板...

  • 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.

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). The latest post mention was on 2024-03-29.

JavaScript AI related posts

Index

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

Project Stars
1 AutoGPT 160,797
2 AI-Expert-Roadmap 28,338
3 netron 25,963
4 BingGPT 9,359
5 warriorjs 9,351
6 pwnagotchi 7,169
7 venom 5,699
8 SillyTavern 5,697
9 opencommit 5,344
10 TagUI 5,316
11 adrenaline 3,674
12 BlackFriday-GPTs-Prompts 3,625
13 Noi 3,476
14 vault-ai 3,217
15 TavernAI 1,932
16 chatgpt.js 1,773
17 DeepCamera 1,702
18 opendream 1,661
19 alpaca-electron 1,260
20 AI-Prompt-Genius 1,023
21 promptr 876
22 aws-lex-web-ui 703
23 pro-react-admin 679
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