beoo's Stars
mudler/LocalAI
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference
automerge/automerge-classic
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
codesandbox/codesandbox-client
An online IDE for rapid web development
Stuk/jszip
Create, read and edit .zip files with Javascript
microsoft/promptflow
Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
X-PLUG/MobileAgent
Mobile-Agent: The Powerful Mobile Device Operation Assistant Family
merakiui/merakiui
Tailwind CSS components that support RTL languages & fully responsive based on Flexbox & CSS Grid with elegant Dark Mode 🚀 ☄️.
franciscop/brownies
🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.
KudoAI/chatgpt.js
🤖 A powerful, open source client-side JavaScript library for ChatGPT
automerge/hypermerge
Build p2p collaborative applications without any server infrastructure in Node.js
slimjs/slim.js
Fast & Robust Front-End Micro-framework based on modern standards
xqdoo00o/chatgpt-web
Pure Javascript ChatGPT demo based on OpenAI API
karpathy/recurrentjs
Deep Recurrent Neural Networks and LSTMs in Javascript. More generally also arbitrary expression graphs with automatic differentiation.
chr15m/bugout
Back end web app services over WebRTC.
educastellano/qr-code
Web Component for generating QR codes
wouterrutgers/fuzzy-search
Simple fuzzy search
nitaiaharoni1/vector-storage
Vector Storage is a vector database that enables semantic similarity searches on text documents in the browser's local storage. It uses OpenAI embeddings to convert documents into vectors and allows searching for similar documents based on cosine similarity.
presleyd/alpinejs-select
mafgwo/stackedit-plus
In-browser Online Notebook
jonobr1/force-directed-graph
GPU supercharged attraction-graph visualizations built on top of Three.js
kucukkanat/LocalDB
MongoDB on the browser. A database using Javascript localStorage
Dhruvgera/LocalAI-frontend
A front-end for selfhosted LLMs based on the LocalAI API
Dalufishe/freegptjs
Free ChatGPT 3.5 API for Javascript.
happybeing/d3-fdg-svelte
d3 Force Directed Graph example (d3-force) implemented in sveltejs. REPL:
ElJaviLuki/MeowGPT
MeowGPT is a set of tools for ChatGPT that allows you to use ChatGPT with minimal coding.
nrl-ai/p8hub
Private AI Hub (P8Hub) - Host and use your own AI Services. Keep everything simple and private.
trails-game/relation-graph-3d-force
relation-graph-3d-force
lugovsky/localstorage-schema
A javascript library that provides api to work with browser localStorage like with a tree-based structure.
otiai10/localstorm
ORM (Object-Relation Mapper) for LocalStorage of your browsers.
lestan/web-vector-storage
Web Vector Storage (WVS) is a lightweight and efficient vector database that stores document vectors in the browser's IndexedDB. It supports perform semantic similarity searches on text documents using vector embeddings. Embedding is enabled through use of OpenAI, Ollama or HuggingFace Transformer embedding models.