original-demo-ui VS parser

Compare original-demo-ui vs parser and see what are their differences.

parser

Open source NLA. Hosted service in private beta, signup now! Alternative to Zapier NLA (by intervenehq)
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.io
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
original-demo-ui parser
1 1
71 27
- -
7.4 10.0
9 months ago 6 months ago
TypeScript TypeScript
- MIT License
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.

original-demo-ui

Posts with mentions or reviews of original-demo-ui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-07.
  • Show HN: Axilla – Open-source TypeScript framework for LLM apps
    6 projects | news.ycombinator.com | 7 Aug 2023
    Hi HN, we are Nick and Ben, creators of Axilla.

    Axilla is an open source TypeScript framework to develop LLM applications.

    It’s in the early stages but you can use it today: we’ve already published 2 modules and have more coming soon!

    Ben and I met while working at Cruise on the ML platform for self-driving cars. We spent many years there and learned the hard way that shipping AI is not quite the same as shipping regular code. There are many parts of the ML lifecycle, e.g., mining, processing, and labeling data and training, evaluating, and deploying models. Although none of them are rocket science, most of the inefficiencies tend to come from integrating them together. At Cruise, we built an integrated framework that accelerated the speed of shipping models to the car by 80%.

    With the explosion of generative AI, we are seeing software teams building applications and features with the same inefficiencies we experienced at Cruise.

    This got us excited about building an opinionated, end-to-end platform. We started building in Python but quickly noticed that most of the teams we talked to weren’t using Python, but instead building in TypeScript. This is because most teams are not training their own models, but rather using foundational ones served by third parties over HTTP, like openAI, anthropic or even OSS ones from hugging face.

    Because of this, we’ve decided to build Axilla as a TypeScript first library.

    Our goal is to build a modular framework that can be adopted incrementally yet benefits from full integration. For example, the production responses coming from the LLM should be able to be sent — with all necessary metadata — to the eval module or the labeling tooling.

    So far, we’ve shipped 2 modules, that are available to use today on npm:

    * *axgen*: focused on RAG type workflows. Useful if you want to ingest data, get the embeddings, store it in a vector store and then do similarity search retrieval. It’s how you give LLMs memory or more context about private data sources.

    * *axeval*: a lightweight evaluation library, that feels like jest (so, like unit tests). In our experience, evaluation should be really easy to setup, to encourage continuous quality monitoring, and slowly build ground truth datasets of edge cases that can be used for regression testing, and fine-tuning.

    We are working on a serving module and a data processing one next and would love to hear what functionality you need us to prioritize!

    We built an open-source demo UI for you to discover the framework more: https://github.com/axilla-io/demo-ui

    And here's a video of Nicholas walking through the UI that gives an idea of what axgen can do: https://www.loom.com/share/458f9b6679b740f0a5c78a33fffee3dc

    We’d love to hear your feedback on the framework, you can let us know here, create an issue on the GitHub repo or send me an email at [email protected]

    And of course, contributions welcome!

parser

Posts with mentions or reviews of parser. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing original-demo-ui and parser you can also consider the following projects:

chatgpt-plugin - Powered by AI Playgrounds by E2B. Code interpreter on steroids for ChatGPT. Run any language, any terminal process, use filesystem freely. All with access to the internet. [Moved to: https://github.com/e2b-dev/llm-code-interpreter]

FreedomGPT - This codebase is for a React and Electron-based app that executes the FreedomGPT LLM locally (offline and private) on Mac and Windows using a chat-based interface

ax - The TypeScript framework for AI development [Moved to: https://github.com/axflow/axflow]

typeai - ✨ TypeAI: An AI Engineering Framework for TypeScript

agent-protocol - Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.

duet-gpt - A conversational semi-autonomous developer assistant. AI pair programming without the copypasta.

rest-api - API for managing e2b agent environments

talk2arxiv - Talk to any ArXiv paper using ChatGPT

botpress - The open-source hub to build & deploy GPT/LLM Agents ⚡️

llm-code-interpreter - [DEPRECATED] Powered by AI Playgrounds by E2B. Code interpreter on steroids for ChatGPT. Run any language, any terminal process, use filesystem freely. All with access to the internet.