ragdoll-studio VS container2wasm

Compare ragdoll-studio vs container2wasm and see what are their differences.

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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.
www.influxdata.com
featured
ragdoll-studio container2wasm
11 9
156 1,844
- -
9.6 9.1
16 days ago 5 days ago
Python C++
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ragdoll-studio

Posts with mentions or reviews of ragdoll-studio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-07.
  • Ask HN: What do you use local LLMs for?
    2 projects | news.ycombinator.com | 7 May 2024
    - Basic internet search (I start ollama CLI faster than I can start a browser - https://ollama.com)

    - Formatting/changing text

    - Troubleshooting code, esp. new frameworks/libs

    - Recipes

    - Data entry

    - Organizing thoughts: High-level lists, comparison, classification, synonyms, jargon & nomenclature

    - Learning esp. by analogy and example

    RAG for:

    - Website assistants (https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...)

    - Game NPCs (https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...)

    - Discord/Slack/forum bots (https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...)

    - Character-driven storytelling and creating art in a specific style for video game loading screens, background images, avatars, website art, etc. (https://github.com/bennyschmidt/ragdoll-studio/tree/master/r...)

  • Apple Introduces M4 Chip
    7 projects | news.ycombinator.com | 7 May 2024
    > I always say I want AI to work offline

    I'm with you, I'm most excited about this too.

    Currently building an AI creative studio (make stories, art, music, videos, etc.) that runs locally/offline (https://github.com/bennyschmidt/ragdoll-studio). There is a lot of focus on cloud with LLMs but I can't see how the cost will make much sense for involved creative apps like video creation, etc. Present day users might not have high-end machines, but I think they all will pretty soon - this will make them buy them the way MMORPGs made everyone buy more RAM. Especially the artists and creators. Remember, Photoshop was once pretty difficult to run, you needed a great machine.

    I can imagine an offline music/movies apps, offline search engines, back office software, etc.

  • Ask HN: Web framework for custom character sheets?
    1 project | news.ycombinator.com | 5 May 2024
  • Ask HN: Ideas for LLM-Based Games
    1 project | news.ycombinator.com | 2 May 2024
    I built a JavaScript library for creating LLM-based game NPCs, here's a video demo: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...

    You drop all their knowledge into a file, like .txt. or .html and it uses RAG to learn everything in the file, so if it's a vendor things like shop inventory, prices, or if it's a storyteller/questgiver you can give it knowledge the player must uncover, etc.

    It uses the LLM for natural sounding conversations and instructions ("speak in the style of..." etc.)

  • Answering Legal Questions with LLMs
    1 project | news.ycombinator.com | 29 Apr 2024
    > You would also need to load an enormous amount of precedential case law

    Very easily done. Is that it?

    > lack of common sense, false conclusions

    The AI tool doesn't replace the judge/DA/etc. it's just a very useful tool for them to use. Checkout the "RAG-based learning" section of this app I built (https://github.com/bennyschmidt/ragdoll-studio) there's a video that shows how you can effectively load new knowledge into it (I use LlamaIndex for RAG). For example, past cases that set legal precedents, and other information you want to be considered. It creates a database of the files you load in, so it's not making those assumptions like an LLM without RAG would. I think a human would be more error-prone than an LLM with vector DB of specific data + querying engine.

    > I don't see the utility

    Then you are not paying attention or haven't used LLMs that much.

    > actual work involved in practicing law

    This is what it's best at, and what people are already using RAG for: Reading patient medical docs, technical documentation, etc. this is precisely what humans are bad at and will offload to technology.

    > actual research is required

    You have not tried RAG.

    > LLMs struggle to produce useful outputs

    You have not tried RAG.

    > LLMs are unlikely to identify issues

    You have not tried RAG.

    > the LLM by definition is creative analysis

    You have not tried RAG.

  • LLMs and the Harry Potter Problem
    1 project | news.ycombinator.com | 23 Apr 2024
    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.

  • Show HN: Real-time video clone trained on 100h of Sam Altman startup content
    1 project | news.ycombinator.com | 15 Apr 2024
    Very cool app, if anyone wants to try the FOSS alternative to this check out Ragdoll Studio - https://github.com/bennyschmidt/ragdoll-studio

    Create anyone you want based on a list of documents (URLs), chat with them, have them create images in their style, tell stories, etc.

    (runs open models with Ollama, Stable Diffusion, etc. not OpenAI)

    I would be curious what Sam Altmans people make, you can share characters here: https://ragdoll-studio.vercel.app

  • Show HN: Perfect art and photography in Ragdoll Studio (FOSS AI software)
    1 project | news.ycombinator.com | 7 Apr 2024
  • Show HN: Ragdoll Studio (fka Arthas.AI) is the FOSS alternative to character.ai
    3 projects | news.ycombinator.com | 31 Mar 2024
    It's a FOSS alternative because instead of using their online platform to make an account in order to interact with their characters, you instead download and run this source code without needing an account to interact with yours, and those in the community - even offline if you want.

    There's more to it than just chatting with AI models - these "ragdolls" are based on RAG so they are able to have distinct personalities and scoped knowledge. They can't leak info they don't know about, can't be censored from talking about things they do know about, and can be exported and shared with others on the community site. The model itself is more like the underlying engine, where the ragdoll is a specific persona that you can deploy to a variety of tasks (starting with just chat).

    I want to go beyond what character.ai is even dreaming of doing by making this into a creative suite for all things AI: Chat, storytelling, art & visual design, cinematography, CGI, music & sound effects, and so-on. It would be great to have an open-source character-focused tool for making stories, cinematics, films, music, etc. Here's an example that uses a ragdoll as an NPC in a game that has specific knowledge that the player can uncover in order to advance in the game: https://github.com/bennyschmidt/ragdoll-studio/tree/master/e...

    Thanks for the question, I will add a section on how these are fundamentally different from just chatting with ChatGPT.

container2wasm

Posts with mentions or reviews of container2wasm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-07.
  • Apple Introduces M4 Chip
    7 projects | news.ycombinator.com | 7 May 2024
    The existence of vscode.dev always makes me wonder why Microsoft never released an iOS version of VSCode to get more users into its ecosystem. Sure, it's almost as locked down as the web environment, but there's a lot of space in that "almost" - you could do all sorts of things like let users run their code, or complex extensions, in containers in a web view using https://github.com/ktock/container2wasm or similar.
  • Show HN: dockerc – Docker image to static executable "compiler"
    12 projects | news.ycombinator.com | 6 Mar 2024
    Unfortunately cosmopolitan wouldn't work for dockerc. Cosmopolitan works as long as you only use it but container runtimes require additional features. Also containers contain arbitrary executables so not sure how that would work either...

    As for WASM, this is already possible using container2wasm[0] and wasmer[1]'s ability to generate static binaries.

    [0]: https://github.com/ktock/container2wasm

    [1]: https://wasmer.io/

  • FLaNK Weekly 08 Jan 2024
    41 projects | dev.to | 8 Jan 2024
  • Container2wasm: Convert Containers to WASM Blobs
    16 projects | news.ycombinator.com | 3 Jan 2024
    Really impressed by the depth and breadth of this project, well done!

    A particularly interesting part is the socket layer inside the browser. Other people solving this problem have previously used a proxy to a server that does the real socket implementation. This means you can't have a "browser-only" solution.

    The author has solved this (for HTTP/S only) by proxying HTTP requests and then re-creating them as fetch requests (details here: https://github.com/ktock/container2wasm/tree/main/examples/n...). I'm very interested in using this approach for my own project Runno (https://runno.dev).

  • ktock/container2wasm: Container to WASM converter
    1 project | /r/devopsish | 28 Feb 2023

What are some alternatives?

When comparing ragdoll-studio and container2wasm you can also consider the following projects:

webvm - Virtual Machine for the Web

SSH-Snake - SSH-Snake is a self-propagating, self-replicating, file-less script that automates the post-exploitation task of SSH private key and host discovery.

leptos - Build fast web applications with Rust.

dioxus - Fullstack GUI library for web, desktop, mobile, and more.

dockerc - container image to single executable compiler

cortex - Drop-in, local AI alternative to the OpenAI stack. Multi-engine (llama.cpp, TensorRT-LLM). Powers 👋 Jan

terminal-sunday - Start each new terminal session with a thought-provoking reminder of the time you have to make the most of your life!

kafka-serialization - Experiments and demonstrations of AVRO, Protobuf serialisation

TinyGPT-V - TinyGPT-V: Efficient Multimodal Large Language Model via Small Backbones

csvlens - Command line csv viewer

server - The Triton Inference Server provides an optimized cloud and edge inferencing solution.

rust-web-framework-comparison - A comparison of some web frameworks and libs written in Rust