text
stringlengths
55
456k
metadata
dict
<!-- Thank you for your contribution! Please review https://docs.ag2.ai/docs/contributor-guide/contributing before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ##...
{ "source": "ag2ai/ag2", "title": ".github/PULL_REQUEST_TEMPLATE.md", "url": "https://github.com/ag2ai/ag2/blob/main/.github/PULL_REQUEST_TEMPLATE.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https://discord.gg/pAbnFJrkgZ", ...
# Contributing ## How to get a notebook displayed on the website In the notebook metadata set the `tags` and `description` `front_matter` properties. For example: ```json { "...": "...", "metadata": { "...": "...", "front_matter": { "tags": ["code generation", "debugging"], ...
{ "source": "ag2ai/ag2", "title": "notebook/contributing.md", "url": "https://github.com/ag2ai/ag2/blob/main/notebook/contributing.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https://discord.gg/pAbnFJrkgZ", "file_size": 38...
# Website This website is built using [Mintlify](https://mintlify.com/docs/quickstart), a modern website generator. ## How to get a notebook rendered on the website See [here](https://github.com/ag2ai/ag2/blob/main/notebook/contributing.md#how-to-get-a-notebook-displayed-on-the-website) for instructions on how to ge...
{ "source": "ag2ai/ag2", "title": "website/README.md", "url": "https://github.com/ag2ai/ag2/blob/main/website/README.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https://discord.gg/pAbnFJrkgZ", "file_size": 3311 }
# :warning: DOCUMENTATION CODE SOURCES :warning: To find a real docs, just visit our website: [https://faststream.airt.ai/latest/](https://faststream.airt.ai/latest/)
{ "source": "ag2ai/ag2", "title": "website/mkdocs/README.md", "url": "https://github.com/ag2ai/ag2/blob/main/website/mkdocs/README.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https://discord.gg/pAbnFJrkgZ", "file_size": 16...
Agents for running the [AgentEval](https://docs.ag2.ai/blog/2023-11-20-AgentEval/) pipeline. AgentEval is a process for evaluating a LLM-based system's performance on a given task. When given a task to evaluate and a few example runs, the critic and subcritic agents create evaluation criteria for evaluating a system'...
{ "source": "ag2ai/ag2", "title": "autogen/agentchat/contrib/agent_eval/README.md", "url": "https://github.com/ag2ai/ag2/blob/main/autogen/agentchat/contrib/agent_eval/README.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https...
# Introduction This directory contains a library of manually created python tools. These tools have three categories: math, data_analysis and information_retrieval. # Directory Layout ``` tools ├── README.md ├── data_analysis │ ├── calculate_correlation.py │ └── ... ├── information_retrieval │ ├── arxiv_downloa...
{ "source": "ag2ai/ag2", "title": "autogen/agentchat/contrib/captainagent/tools/README.md", "url": "https://github.com/ag2ai/ag2/blob/main/autogen/agentchat/contrib/captainagent/tools/README.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. J...
## Delaware ## 45-4168768 (State or other jurisdiction of incorporation or organization) (I.R.S. Employer Identification No.) ## 333 Summer Street Boston, Massachusetts (Address of principal executive offices) (Zip code) ## (617) 297-1005 (Registrant's telephone number, including area code) Securities register...
{ "source": "ag2ai/ag2", "title": "test/agents/experimental/document_agent/pdf_parsed/Toast_financial_report.md", "url": "https://github.com/ag2ai/ag2/blob/main/test/agents/experimental/document_agent/pdf_parsed/Toast_financial_report.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (f...
## UNITED STATES ## SECURITIES AND EXCHANGE COMMISSION ## Washington, D.C. 20549 \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ ![Image](nvidia_10k_2024_artifacts/image_000000_6d...
{ "source": "ag2ai/ag2", "title": "test/agents/experimental/document_agent/pdf_parsed/nvidia_10k_2024.md", "url": "https://github.com/ag2ai/ag2/blob/main/test/agents/experimental/document_agent/pdf_parsed/nvidia_10k_2024.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGe...
--- title: "Key Features" --- <div class="homepage-hero-section"> <div class="hero-content"> <div class="hero-logo-section"> <img class="hero-logo" noZoom src="/ag2/assets/img/ag2.svg" alt="AG2 Logo" /> </div> <div class="hero-text-section"> <h2 class="hero-title">AG2</h2> <p class="her...
{ "source": "ag2ai/ag2", "title": "website/mkdocs/docs/docs/home/home.md", "url": "https://github.com/ag2ai/ag2/blob/main/website/mkdocs/docs/docs/home/home.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https://discord.gg/pAbn...
--- title: "Quick Start" --- AG2 (formerly AutoGen) is an open-source programming framework for building AI agents and facilitating their cooperation to solve tasks. AG2 supports tool use, autonomous and human-in-the-loop workflows, and multi-agent conversation patterns. ### Let's go ```sh pip install ag2 ``` !!! no...
{ "source": "ag2ai/ag2", "title": "website/mkdocs/docs/docs/home/quick-start.md", "url": "https://github.com/ag2ai/ag2/blob/main/website/mkdocs/docs/docs/home/quick-start.md", "date": "2024-11-11T20:43:34", "stars": 1869, "description": "AG2 (formerly AutoGen): The Open-Source AgentOS. Join us at: https://d...
# EDtunnel <p align="center"> <img src="https://raw.githubusercontent.com/6Kmfi6HP/EDtunnel/refs/heads/main/image/logo.png" alt="edgetunnel" style="margin-bottom: -50px;"> </p> EDtunnel 是一个基于 Cloudflare Workers 和 Pages 的代理工具,支持多种协议和配置选项。 EDtunnel is a proxy tool based on Cloudflare Workers and Pages, supporting mu...
{ "source": "6Kmfi6HP/EDtunnel", "title": "README.md", "url": "https://github.com/6Kmfi6HP/EDtunnel/blob/main/README.md", "date": "2024-09-11T09:15:25", "stars": 1867, "description": "EDtunnel 是一个基于 Cloudflare Workers 和 Pages 的代理工具,支持多种协议和配置选项。 EDtunnel is a proxy tool based on Cloudflare Workers and Pages...
# Audiblez: Generate audiobooks from e-books [![Installing via pip and running](https://github.com/santinic/audiblez/actions/workflows/pip-install.yaml/badge.svg)](https://github.com/santinic/audiblez/actions/workflows/pip-install.yaml) [![Git clone and run](https://github.com/santinic/audiblez/actions/workflows/git-...
{ "source": "santinic/audiblez", "title": "README.md", "url": "https://github.com/santinic/audiblez/blob/main/README.md", "date": "2025-01-14T14:36:20", "stars": 1866, "description": "Generate audiobooks from e-books", "file_size": 8374 }
<div align=center> <img src="figures/logo.png" width="280px"> </div> <h2 align="center"> <a href="https://arxiv.org/abs/2411.10440v2">LLaVA-CoT: Let Vision Language Models Reason Step-by-Step</a></h2> <h5 align="center"><p>This project was previously named LLaVA-o1. We have renamed it to LLaVA-CoT. </h5> <h5 align="c...
{ "source": "PKU-YuanGroup/LLaVA-CoT", "title": "README.md", "url": "https://github.com/PKU-YuanGroup/LLaVA-CoT/blob/main/README.md", "date": "2024-11-17T06:01:19", "stars": 1851, "description": "LLaVA-CoT, a visual language model capable of spontaneous, systematic reasoning", "file_size": 22178 }
# v1.0.0 ✅ 使用文档与演示动图 # v0.5.0 ✅ 跨平台构建与分发(GitHub Action) # v0.4.0 ✅ 应用页面设计 # v0.3.0 ✅ 服务器跨平台构建,构建产物下载与解压缩 # v0.2.0 ✅ 完成服务器启动、加载模型、换脸 Pipeline # v0.1.0 ✅ Python 一键换脸
{ "source": "idootop/MagicMirror", "title": "CHANGELOG.md", "url": "https://github.com/idootop/MagicMirror/blob/main/CHANGELOG.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", "file_size...
# MagicMirror Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! [![GitHub release](https://img.shields.io/github/v/release/idootop/MagicMirror.svg)](https://github.com/idootop/MagicMirror/releases) [![Build APP](https://github.com/idootop/MagicMirror/actions/workflows/build-app.yaml/badge.svg...
{ "source": "idootop/MagicMirror", "title": "README.md", "url": "https://github.com/idootop/MagicMirror/blob/main/README.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", "file_size": 382...
# FAQ ![](../assets/banner.jpg) ## 常见问题 ### 如何使用 GPU 加速推理? MagicMirror 默认使用 CPU 进行推理,暂不支持启用硬件加速选项。 不过你可以尝试 MagicMirror 的 CLI 版本 [TinyFace](https://github.com/idootop/TinyFace),或者使用 [FaceFusion](https://github.com/facefusion/facefusion)。 ### MagicMirror 的体积为什么那么小,是怎么做到的? 这多亏了 [Tauri](https://tauri.app/),它使用系统自带的 ...
{ "source": "idootop/MagicMirror", "title": "docs/cn/faq.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/cn/faq.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", "file_...
# 安装教程 ![](../assets/banner.jpg) ## 下载地址 首先根据你的操作系统,下载对应的 APP 安装包并安装: 1. Windows: [MagicMirror_1.0.0_windows_x86_64.exe](https://github.com/idootop/MagicMirror/releases/download/app-v1.0.0/MagicMirror_1.0.0_windows_x86_64.exe) 2. macOS: [MagicMirror_1.0.0_macos_universal.dmg](https://github.com/idootop/MagicMirror/...
{ "source": "idootop/MagicMirror", "title": "docs/cn/install.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/cn/install.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", ...
# MagicMirror 一键 AI 换脸、发型、穿搭,发现更美的自己 ✨ [![GitHub release](https://img.shields.io/github/v/release/idootop/MagicMirror.svg)](https://github.com/idootop/MagicMirror/releases) [![Build APP](https://github.com/idootop/MagicMirror/actions/workflows/build-app.yaml/badge.svg)](https://github.com/idootop/MagicMirror/actions/...
{ "source": "idootop/MagicMirror", "title": "docs/cn/readme.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/cn/readme.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", ...
# 使用教程 首先,准备一张你的正脸照,然后拖入到镜子里。 ![](../assets/mirror-me.jpg) 然后把你想要换脸的照片,拖到另一面镜子里,等待换脸完毕即可。 ![](../assets/mirror-input.jpg) > 苹果 M1 芯片换一张脸一般需要 3-5s 的时间,主要看你的电脑配置和图片大小 换脸成功后,会在原来的位置生成一张以 `_output` 结尾的新图片。 ![](../assets/mirror-result.jpg) 你可以继续拖入新的照片换脸,或通过右上角的菜单翻转镜像,更换新的脸部图片。 ![](../assets/mirror-flip.jpg) ## 遇到问...
{ "source": "idootop/MagicMirror", "title": "docs/cn/usage.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/cn/usage.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", "f...
# FAQ ![](../assets/banner.jpg) ## Common ### How to Enable GPU Acceleration for Inference? MagicMirror uses CPU by default for inference and currently does not support hardware acceleration options. However, you can try MagicMirror’s CLI version, [TinyFace](https://github.com/idootop/TinyFace), or use [FaceFusion]...
{ "source": "idootop/MagicMirror", "title": "docs/en/faq.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/en/faq.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", "file_...
# Installation Guide ![](../assets/banner.jpg) ## Installation Download and install the MagicMirror installer for your operating system: 1. Windows: [MagicMirror_1.0.0_windows_x86_64.exe](https://github.com/idootop/MagicMirror/releases/download/app-v1.0.0/MagicMirror_1.0.0_windows_x86_64.exe) 2. macOS: [MagicMirror...
{ "source": "idootop/MagicMirror", "title": "docs/en/install.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/en/install.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", ...
# Usage Guide First, drag a front-facing photo of yourself into the mirror. ![](../assets/mirror-me.jpg) Next, drag your desired photo into the other mirror and wait for processing to complete. ![](../assets/mirror-input.jpg) > On Apple M1 chips, face swapping takes about 3-5 seconds, varying with your computer's ...
{ "source": "idootop/MagicMirror", "title": "docs/en/usage.md", "url": "https://github.com/idootop/MagicMirror/blob/main/docs/en/usage.md", "date": "2024-11-11T14:34:11", "stars": 1833, "description": "🪞 Instant AI Face Swap, Hairstyles & Outfits — One click to a brand new you! 一键 AI 换脸、发型、穿搭,发现更美的你", "f...
# Logic-RL ## 📢 **Our detailed technical report is released!** <a href='https://arxiv.org/abs/2502.14768'><img src='https://img.shields.io/badge/arXiv-2502.14768-b31b1b.svg'></a> &nbsp; Logic-RL: Unleashing LLM Reasoning with Rule-Based Reinforcement Learning --- <table> <tr> <td align="center"> <img...
{ "source": "Unakar/Logic-RL", "title": "README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 3152 }
# veRL documents ## Build the docs ```bash # Install dependencies. pip install -r requirements-docs.txt # Build the docs. make clean make html ``` ## Open the docs with your browser ```bash python -m http.server -d _build/html/ ``` Launch your browser and open localhost:8000.
{ "source": "Unakar/Logic-RL", "title": "docs/README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 281 }
Welcome to veRL's documentation! ================================================ .. _hf_arxiv: https://arxiv.org/pdf/2409.19256 veRL is a flexible, efficient and production-ready RL training framework designed for large language models (LLMs) post-training. It is an open source implementation of the `HybridFlow <hf_...
{ "source": "Unakar/Logic-RL", "title": "docs/index.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/index.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 3288 }
Extend to other RL(HF) algorithms ================================= We already implemented the complete training pipeline of the PPO algorithms. To extend to other algorithms, we analyze the high-level principle to use veRL and provide a tutorial to implement the DPO algorithm. Users can follow the similar paradigm to...
{ "source": "Unakar/Logic-RL", "title": "docs/advance/dpo_extension.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/advance/dpo_extension.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 9680 }
Add models with the FSDP backend ================================== Model -------------------------- In principle, our FSDP backend can support any HF model and we can sychronoize the actor model weight with vLLM using `hf_weight_loader.py <https://github.com/volcengine/verl/blob/main/verl/third_party/vllm/vllm_v_0_5...
{ "source": "Unakar/Logic-RL", "title": "docs/advance/fsdp_extension.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/advance/fsdp_extension.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 4399 }
Add models with the Megatron-LM backend ========================================= Model ----------- The most challenging aspect to use the Megatron-LM backend is implementing the models for training. Currently, we implement Llama model that support data parallelism, tensor parallelism, pipeline parallelism (also vPP)...
{ "source": "Unakar/Logic-RL", "title": "docs/advance/megatron_extension.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/advance/megatron_extension.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 1688 }
Ray API Design Tutorial ======================================= We provide a tutorial for our Ray API design, including: - Ray basic concepts - Resource Pool and RayWorkerGroup - Data Dispatch, Execution and Collection - Initialize the RayWorkerGroup and execute the distributed computation in the given Resource Pool ...
{ "source": "Unakar/Logic-RL", "title": "docs/advance/placement.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/advance/placement.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 429 }
.. _config-explain-page: Config Explaination =================== ppo_trainer.yaml for FSDP Backend --------------------------------- Data ~~~~ .. code:: yaml data: tokenizer: null train_files: ~/data/rlhf/gsm8k/train.parquet val_files: ~/data/rlhf/gsm8k/test.parquet prompt_key: prompt m...
{ "source": "Unakar/Logic-RL", "title": "docs/examples/config.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/examples/config.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 12464 }
GSM8K Example ============= Introduction ------------ In this example, we train an LLM to tackle the GSM8k task. Paper: https://arxiv.org/pdf/2110.14168 Dataset: https://huggingface.co/datasets/gsm8k Note that the original paper mainly focuses on training a verifier (a reward model) to solve math problems via Best...
{ "source": "Unakar/Logic-RL", "title": "docs/examples/gsm8k_example.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/examples/gsm8k_example.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 5986 }
PPO Example Architecture ======================== Let's start with the Proximal Policy Optimization algorithm, which is most widely used algorithm in LLM post-training. The main entry point of the PPO algorithm example is: `main_ppo.py <https://github.com/volcengine/verl/blob/main/verl/trainer/main_ppo.py>`_. In this...
{ "source": "Unakar/Logic-RL", "title": "docs/examples/ppo_code_architecture.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/examples/ppo_code_architecture.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 9044 }
.. _algo-baseline-page: Algorithm Baselines =================== GSM8k ------------------ Assuming GSM8k dataset is preprocess via ``python3 examples/data_preprocess/gsm8k.py`` Refer to the table below to reproduce PPO training from different pre-trained models. .. _Huggingface: https://huggingface.co/google/gemma...
{ "source": "Unakar/Logic-RL", "title": "docs/experiment/ppo.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/experiment/ppo.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 3029 }
Frequently Asked Questions ==================================== Ray related ------------ How to add breakpoint for debugging with distributed Ray? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Please checkout the official debu...
{ "source": "Unakar/Logic-RL", "title": "docs/faq/faq.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/faq/faq.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 798 }
Prepare Data (Parquet) for Post-Training ======================================== Before starting the post-training job, we need to prepare the data for the policy training. The data should be stored in the parquet format. We provide several data preprocess scripts for different datasets, including GSM8K, MATH, Hello...
{ "source": "Unakar/Logic-RL", "title": "docs/preparation/prepare_data.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/preparation/prepare_data.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 4335 }
Implement Reward Function for Dataset ====================================== For each dataset, we need to implement a reward function or utilize a reward model to compute the rewards for the generated responses. We already pre-implemented some reward functions in `reward_score directory <https://github.com/volcengine/...
{ "source": "Unakar/Logic-RL", "title": "docs/preparation/reward_function.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/preparation/reward_function.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 2605 }
Installation ============ Requirements ------------ - **Python**: Version >= 3.9 - **CUDA**: Version >= 12.1 veRL supports various backends. Currently, the following configurations are available: - **FSDP** and **Megatron-LM** (optional) for training. - **vLLM** adn **TGI** for rollout generation, **SGLang** suppor...
{ "source": "Unakar/Logic-RL", "title": "docs/start/install.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/start/install.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 4914 }
.. _quickstart: ========================================================= Quickstart: Post-train a LLM using PPO with GSM8K dataset ========================================================= Post-train a LLM using GSM8K dataset =================================================================== Introduction ---------...
{ "source": "Unakar/Logic-RL", "title": "docs/start/quickstart.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/start/quickstart.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 7899 }
PyTorch FSDP Backend ====================== We support PyTorch FSDP Backend by implementing various workers for actor, critic, reference, rollout and reward models. We also implement the ``FSDPVLLMShardingManager`` that reshard weight between FSDP and vLLM in `fsdp_vllm.py <https://github.com/volcengine/verl/blob/main...
{ "source": "Unakar/Logic-RL", "title": "docs/workers/fsdp_workers.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/workers/fsdp_workers.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 4166 }
Megatron-LM Backend ===================== We support Megatron Backend by implementing various workers for actor, critic, reference, rollout and reward models. We also implement the ``3DHybridEngine`` using Megatron-LM and vLLM in `megatron_vllm.py <https://github.com/volcengine/verl/blob/main/verl/trainer/ppo/hybrid_e...
{ "source": "Unakar/Logic-RL", "title": "docs/workers/megatron_workers.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/workers/megatron_workers.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 7477 }
PPO Ray Trainer =============== We implement the RayPPOTrainer, which is a trainer runs on the driver process on a single CPU/GPU node (default is CPU). The PPORayTrainer include 3 core functions for data preparation, WorkerGroup initialization and PPO training loop. Data Preparation ---------------- The ``PPORayTr...
{ "source": "Unakar/Logic-RL", "title": "docs/workers/ray_trainer.rst", "url": "https://github.com/Unakar/Logic-RL/blob/main/docs/workers/ray_trainer.rst", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 12036 }
# Split Placement Example Here we introduce how to run the naive implementation of the split placement of PPO algorithm. We will release the complete version of flexible placement in the near future. For quickstart, you can only follow Step 2 to modify the code and then follow Step 4 to execute the split placement ex...
{ "source": "Unakar/Logic-RL", "title": "examples/split_placement/README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/examples/split_placement/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 2686 }
# Models Common modelzoo such as huggingface/transformers stuggles when using Pytorch native model parallelism. Following the design principle of vLLM, we keep a simple, parallelizable, highly-optimized with packed inputs in verl. ## Adding a New Huggingface Model ### Step 1: Copy the model file from HF to verl - Add ...
{ "source": "Unakar/Logic-RL", "title": "verl/models/README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/verl/models/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 1742 }
# Detached Worker ## How to run (Only on a single node) - Start a local ray cluster: ```bash ray start --head --port=6379 ``` - Run the server ```bash python3 server.py ``` - On another terminal, Run the client ```bash python3 client.py ```
{ "source": "Unakar/Logic-RL", "title": "tests/ray/detached_worker/README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/tests/ray/detached_worker/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 241 }
# Dataset Format ## RLHF dataset We combine all the data sources into a single parquet files. We directly organize the prompt into the chat format so that multi-turn chats can be easily incorporated. In the prompt, we may add instruction following texts to guide the model output the answers in a particular format so th...
{ "source": "Unakar/Logic-RL", "title": "verl/utils/dataset/README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/verl/utils/dataset/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 796 }
# Digit completion This is an example of solving a digit completion problem. The problem is defined as below: The prompt is a sequence of numbers with fixed difference. The agent's goal is to complete the next N numbers. If the max number is reached, the next number should be modulo with max number. For example, - p...
{ "source": "Unakar/Logic-RL", "title": "tests/e2e/arithmetic_sequence/rl/README.md", "url": "https://github.com/Unakar/Logic-RL/blob/main/tests/e2e/arithmetic_sequence/rl/README.md", "date": "2025-02-02T10:22:34", "stars": 1826, "description": "Reproduce R1 Zero on Logic Puzzle", "file_size": 1297 }
# How to contribute We'd love to accept your patches and contributions to this project. ## Before you begin ### Sign our Contributor License Agreement Contributions to this project must be accompanied by a [Contributor License Agreement](https://cla.developers.google.com/about) (CLA). You (or your employer) retain ...
{ "source": "google-gemini/multimodal-live-api-web-console", "title": "CONTRIBUTING.md", "url": "https://github.com/google-gemini/multimodal-live-api-web-console/blob/main/CONTRIBUTING.md", "date": "2024-12-09T17:35:48", "stars": 1818, "description": "A react-based starter app for using the Multimodal Live ...
# Multimodal Live API - Web console This repository contains a react-based starter app for using the [Multimodal Live API](<[https://ai.google.dev/gemini-api](https://ai.google.dev/api/multimodal-live)>) over a websocket. It provides modules for streaming audio playback, recording user media such as from a microphone,...
{ "source": "google-gemini/multimodal-live-api-web-console", "title": "README.md", "url": "https://github.com/google-gemini/multimodal-live-api-web-console/blob/main/README.md", "date": "2024-12-09T17:35:48", "stars": 1818, "description": "A react-based starter app for using the Multimodal Live API over web...
# fullmoon iOS ![fullmoon iOS](https://fullmoon.app/images/app.png) [fullmoon](https://fullmoon.app) is an iOS app to chat with local large language models that’s optimized for Apple silicon and works on iPhone, iPad, and Mac. your chat history is saved locally, and you can customize the appearance of the app. ## sup...
{ "source": "mainframecomputer/fullmoon-ios", "title": "README.md", "url": "https://github.com/mainframecomputer/fullmoon-ios/blob/main/README.md", "date": "2024-10-09T01:18:59", "stars": 1805, "description": "chat with private and local large language models", "file_size": 838 }
## Introduction We are committed to providing a friendly, safe, and welcoming environment for everyone involved in the **Inspira UI** project. This Code of Conduct outlines our expectations for participant behavior as well as the consequences for unacceptable conduct. ## Our Pledge In the interest of fostering an op...
{ "source": "unovue/inspira-ui", "title": "CODE_OF_CONDUCT.md", "url": "https://github.com/unovue/inspira-ui/blob/main/CODE_OF_CONDUCT.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 4059 }
Thank you for your interest in contributing to the **Inspira UI** project! Your contributions help make this project better for everyone. Please take a moment to read through these guidelines to ensure a smooth collaboration. ## Table of Contents 1. [Getting Started](#getting-started) 2. [Code of Conduct](#code-of-co...
{ "source": "unovue/inspira-ui", "title": "CONTRIBUTING.md", "url": "https://github.com/unovue/inspira-ui/blob/main/CONTRIBUTING.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 13439 }
<p align="center"> <a href="https://github.com/unovue/inspira-ui"> <img src="./logo.png" alt="Logo" width="150" /> </a> </p> <h1 align="center"> Inspira UI </h1> <p align="center"> <b>Build beautiful websites using Vue & Nuxt.</b><br> A curated collection of beautifully designed, reusable components for V...
{ "source": "unovue/inspira-ui", "title": "README.md", "url": "https://github.com/unovue/inspira-ui/blob/main/README.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 3904 }
--- title: Introduction description: Reusable components built with shadcn-vue, motion-v, and TailwindCSS icon: "lucide:info" --- Welcome to [**Inspira UI**](https://inspira-ui.com), a community-driven project for [Vue](https://vuejs.org)! This collection offers beautifully designed, reusable components, taking inspi...
{ "source": "unovue/inspira-ui", "title": "content/1.getting-started/1.Introduction.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/1.getting-started/1.Introduction.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size...
--- title: Installation description: How to install Inspira UI in your app. icon: "lucide:play" --- This guide will help you install and set up Inspira UI components in your Vue or Nuxt application. ## Getting Started with Inspira UI ::alert{type="info"} **Note:** If you're using `shadcn-vue`, you can skip step `1` ...
{ "source": "unovue/inspira-ui", "title": "content/1.getting-started/2.installation.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/1.getting-started/2.installation.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size...
--- title: How To Contribute description: Follow the following guidelines to ensure the smooth collaboration icon: "lucide:scroll-text" --- Thank you for your interest in contributing to the **Inspira UI** project! Your contributions help make this project better for everyone. Please take a moment to read through thes...
{ "source": "unovue/inspira-ui", "title": "content/1.getting-started/3.contribution.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/1.getting-started/3.contribution.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size...
--- title: Code of Conduct description: Code of Conduct outlines our expectation for participant behavior as well as consequences for unacceptable conduct. icon: "lucide:award" --- ## Introduction We are committed to providing a friendly, safe, and welcoming environment for everyone involved in the **Inspira UI** pro...
{ "source": "unovue/inspira-ui", "title": "content/1.getting-started/4.code-of-conduct.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/1.getting-started/4.code-of-conduct.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "fil...
--- title: Component Index description: List of all the components provided by Inspira UI. navigation: false --- ## All components ::ComponentIndex ::
{ "source": "unovue/inspira-ui", "title": "content/2.components/index.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/index.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 152 }
--- title: Block Index description: List of all the blocks provided by Inspira UI. navigation: false --- ## All Blocks ::ComponentIndex{path="blocks"} ::
{ "source": "unovue/inspira-ui", "title": "content/3.blocks/index.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/3.blocks/index.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 155 }
--- title: Aurora Background description: A subtle Aurora or Southern Lights background for your website. --- ::ComponentLoader{label="Preview" componentName="AuroraBackgroundDemo" type="examples" id="aurora-background"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/aurora-background.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/aurora-background.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & ...
--- title: Bubbles Background description: An animated background with floating bubbles. --- ::ComponentLoader{label="Preview" componentName="BubblesBgDemo2" type="examples" id="backgrounds"} :: ## Example Without Blur or overlay ::ComponentLoader{label="Preview" componentName="BubblesBgDemo" type="examples" id="ba...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/bubbles-bg.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/bubbles-bg.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "fil...
--- title: Falling Stars Background description: A stunning animated starfield background with glowing and sharp trail effects. --- ::ComponentLoader{label="Preview" componentName="FallingStarsBgDemo" type="examples" id="backgrounds"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/falling-stars.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/falling-stars.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", ...
--- title: Flickering Grid description: A flickering grid background made with Canvas, fully customizable using Tailwind CSS. --- ::ComponentLoader{label="Preview" componentName="FlickeringGridDemo" type="examples" id="flickering-grid"} :: ::alert{type="warning"} This component uses the `nuxt-only` syntax with the `<...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/flickering-grid.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/flickering-grid.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt...
--- title: Interactive Grid Pattern description: A interactive background grid pattern made with SVGs, fully customizable. navBadges: - value: New type: lime --- ::ComponentLoader{label="Preview" componentName="InteractiveGridPatternDemo" type="examples" id="interactive-grid-pattern"} :: ## Examples ::Componen...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/interactive-grid-pattern.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/interactive-grid-pattern.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful websit...
--- title: Lamp Effect description: A captivating lamp lighting effect with conic gradients, spotlights, and glowing lines for an immersive visual experience. --- ::ComponentLoader{label="Preview" componentName="LampEffectDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/lamp-effect.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/lamp-effect.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "f...
--- title: Particle Whirlpool description: An animated background with swirling particles. --- ::ComponentLoader{label="Preview" componentName="ParticleWhirlpoolBgDemo" type="examples" id="backgrounds"} :: ## Examples Without blur and overlay ::ComponentLoader{label="Preview" componentName="ParticleWhirlpoolBgDemo2...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/particle-whirlpool-bg.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/particle-whirlpool-bg.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website usin...
--- title: Particles Background description: Particles can add a dynamic and engaging element to your website's visuals. They help create a feeling of depth, motion, and interaction, making the site more visually appealing. --- ::ComponentLoader{label="Preview" componentName="ParticlesBgDemo" type="examples"} :: ## A...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/particles-bg.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/particles-bg.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", ...
--- title: Pattern Background description: Simple animated pattern background to make your sections stand out. --- Grid background with dot ::ComponentLoader{label="Preview" componentName="PatternBackgroundDotDemo" type="examples" id="pattern-background"} :: Grid background with big dot and ellipse on top ::Component...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/pattern-background.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/pattern-background.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue ...
--- title: Ripple description: An animated ripple effect typically used behind elements to emphasize them. --- ::ComponentLoader{label="Preview" componentName="RippleDemo" type="examples" id="ripple"} :: ## Examples Only lines ::ComponentLoader{label="Preview" componentName="RippleDemoLinesOnly" type="examples" id=...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/ripple.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/ripple.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size":...
--- title: Snowfall Background description: A beautifully animated snowfall effect applied as a background. --- ::ComponentLoader{label="Preview" componentName="SnowfallBgDemo" type="examples" id="backgrounds"} :: ## API | Prop Name | Type | Default | Description |...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/snowfall-bg.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/snowfall-bg.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "f...
--- title: Sparkles description: A configurable sparkles component that can be used as a background or as a standalone component. --- ::ComponentLoader{label="Preview" componentName="SparklesDemo" type="examples" id="sparkles"} :: ## Examples Sparkles Full Page ::ComponentLoader{label="Preview" componentName="Spark...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/sparkles.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/sparkles.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_si...
--- title: Tetris description: Tetris background component, you can even click on a block to eliminate it. --- ::ComponentLoader{label="Preview" componentName="TetrisDemo" type="examples" id="tetris"} :: ::alert{type="warning"} This component uses the `nuxt-only` syntax with the `<ClientOnly>`. If you are not using N...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/tetris.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/tetris.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size":...
--- title: Vortex Background description: A wavy, swirly, vortex background ideal for CTAs and backgrounds. --- ::ComponentLoader{label="Preview" componentName="VortexDemo" type="examples" id="vortex"} :: ## Example Full page demo usage ::ComponentLoader{label="Preview" componentName="VortexFullPageDemo" type="exam...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/vortex.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/vortex.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size":...
--- title: Warp Background description: A container component that applies a warp animation effect to its children --- ::ComponentLoader{label="Preview" componentName="WarpBackgroundDemo" type="examples" id="warp-background"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/warp-background.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/warp-background.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt...
--- title: Wavy Background description: A cool background effect with waves that move. --- ::ComponentLoader{label="Preview" componentName="WavyBackgroundDemo" type="examples" id="wavy-background"} :: ::alert{type="info"} **Note:** This component uses simplex-noise & requires `simplex-noise` npm package as a dependen...
{ "source": "unovue/inspira-ui", "title": "content/2.components/backgrounds/wavy-background.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/backgrounds/wavy-background.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt...
--- title: Gradient Button description: A stylish animated button with a rotating conic gradient border and customizable properties for a vibrant look. --- ::ComponentLoader{label="Preview" componentName="GradientButtonDemo" type="examples"} :: ## API | Prop Name | Type | Default | Descriptio...
{ "source": "unovue/inspira-ui", "title": "content/2.components/buttons/gradient-button.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/buttons/gradient-button.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "f...
--- title: Interactive Hover Button description: A visually engaging button component that responds to hover with dynamic transitions, adapting smoothly between light and dark modes for enhanced user interactivity. --- ::ComponentLoader{label="Preview" componentName="InteractiveHoverButtonDemo" type="examples" id="int...
{ "source": "unovue/inspira-ui", "title": "content/2.components/buttons/interactive-hover-button.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/buttons/interactive-hover-button.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using ...
--- title: Rainbow Button description: A rainbow effect on button. --- ::ComponentLoader{label="Preview" componentName="RainbowButtonDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description | | --------- | -------- | ---------- | --------------------------...
{ "source": "unovue/inspira-ui", "title": "content/2.components/buttons/rainbow-button.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/buttons/rainbow-button.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "fil...
--- title: Ripple Button description: A stylish ripple button component with customizable colors and animation duration. navBadges: - value: New type: lime --- ::ComponentLoader{label="Preview" componentName="RippleButtonDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/buttons/ripple-button.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/buttons/ripple-button.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_...
--- title: Shimmer Button description: A button with a shimmering animated effect. --- ::ComponentLoader{label="Preview" componentName="ShimmerButtonDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description | | ----------------- |...
{ "source": "unovue/inspira-ui", "title": "content/2.components/buttons/shimmer-button.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/buttons/shimmer-button.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "fil...
--- title: 3D Card Effect description: A card perspective effect, hover over the card to elevate card elements. --- ::ComponentLoader{label="Preview" componentName="CardDemo" type="examples"} :: ## Examples With rotation ::ComponentLoader{label="Preview" componentName="CardDemo2" type="examples"} :: ::alert{type="...
{ "source": "unovue/inspira-ui", "title": "content/2.components/cards/3d-card.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/cards/3d-card.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 3962 }
--- title: Card Spotlight description: A card component with a dynamic spotlight effect that follows the mouse cursor, enhancing visual interactivity. --- ::ComponentLoader{label="Preview" componentName="CardSpotlightDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/cards/card-spotlight.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/cards/card-spotlight.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_si...
--- title: Direction Aware Hover description: A direction aware hover card, that displays an image with dynamic hover effects and customizable content overlay. --- ::ComponentLoader{label="Preview" componentName="DirectionAwareHoverDemo" type="examples"} :: ## API | Prop Name | Type | Default | Descr...
{ "source": "unovue/inspira-ui", "title": "content/2.components/cards/direction-aware-hover.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/cards/direction-aware-hover.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt...
--- title: Flip Card description: A dynamic flip card with smooth 180-degree flipping animations along both the X and Y axes, providing an engaging and interactive visual effect. --- ::ComponentLoader{label="Preview" componentName="FlipCardDemo" type="examples" id="flip-card"} :: ## Examples ### Horizontal Flip ::C...
{ "source": "unovue/inspira-ui", "title": "content/2.components/cards/flip-card.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/cards/flip-card.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 1421 ...
--- title: Glare Card description: A glare effect that happens on hover, as seen on Linear's website. --- ::ComponentLoader{label="Preview" componentName="GlareCardDemo" type="examples" id="glare-card"} :: ## Examples ### Multiple Cards ::ComponentLoader{label="Preview" componentName="GlareMultiCardDemo" type="exam...
{ "source": "unovue/inspira-ui", "title": "content/2.components/cards/glare-card.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/cards/glare-card.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size": 112...
--- title: iPhone Mockup description: An SVG mockup of an iPhone. --- ::ComponentLoader{label="Preview" componentName="iPhone15ProMockupDemo" type="examples" id="mockups"} :: ## API | Prop Name | Type | Default | Description | | --------- | -------- | ------- | ----------------...
{ "source": "unovue/inspira-ui", "title": "content/2.components/device-mocks/iphone-mockup.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/device-mocks/iphone-mockup.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt."...
--- title: Safari Mockup description: An SVG mockup of the Safari browser. --- ::ComponentLoader{label="Preview" componentName="SafariMockupDemo" type="examples" id="mockups"} :: ## API | Prop Name | Type | Default | Description | | --------- | -------- | ------- | ------------...
{ "source": "unovue/inspira-ui", "title": "content/2.components/device-mocks/safari-mockup.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/device-mocks/safari-mockup.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt."...
--- title: File Upload description: A modern file upload component with a 3D card effect, drag-and-drop functionality, and a responsive grid background pattern. navBadges: - value: New type: lime --- ::ComponentLoader{label="Preview" componentName="FileUploadDemo" type="examples"} :: ## API ::alert{type="warni...
{ "source": "unovue/inspira-ui", "title": "content/2.components/input-and-forms/file-upload.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/input-and-forms/file-upload.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt...
--- title: Input description: A versatile and visually dynamic input field with radial hover effects, styled for modern web applications. --- ::ComponentLoader{label="Preview" componentName="InputDemo" type="examples" id="input"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/input-and-forms/input.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/input-and-forms/input.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_...
--- title: Placeholders And Vanish Input description: Sliding in placeholders and vanish effect of input on submit --- ::ComponentLoader{label="Preview" componentName="VanishingInputDemo" type="examples"} :: ## API | Prop Name | Type | Default | Descrip...
{ "source": "unovue/inspira-ui", "title": "content/2.components/input-and-forms/placeholders-and-vanish-input.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/input-and-forms/placeholders-and-vanish-input.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Buil...
--- title: Dock description: A macOS-style dock with magnifying icons as you hover over them. --- ::ComponentLoader{label="Preview" componentName="DockDemo" type="examples"} :: ## API ::steps ### `Dock` | Prop Name | Type | Description | | ---------...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/Dock.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/Dock.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size":...
--- title: Animate Grid description: Skew Animation grid with box shadow. --- ::ComponentLoader{label="Preview" componentName="AnimateGridDemo" type="examples" id="animate-grid"} :: ## API | Prop Name | Type | Default | Description | | --------------...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/animate-grid.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/animate-grid.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt."...
--- title: Animated Circular Progress Bar description: Animated Circular Progress Bar is a component that displays a circular gauge with a percentage value. --- ::ComponentLoader{label="Preview" componentName="AnimatedCircularProgressBarDemo" type="examples" id="animated-circular-progressbar"} :: ## API | Prop Name ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/animated-circular-progressbar.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/animated-circular-progressbar.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build be...
--- title: Animated List description: A sequentially animated list that introduces each item with a timed delay, perfect for displaying notifications or events on your landing page. --- ::ComponentLoader{label="Preview" componentName="AnimatedListDemo" type="examples"} :: ## API | Prop Name | Type | Default | De...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/animated-list.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/animated-list.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt...
--- title: Animated Tooltip description: A cool tooltip that reveals on hover, follows mouse pointer --- ::ComponentLoader{label="Preview" componentName="AnimatedTooltipDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/animated-tooltip.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/animated-tooltip.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue ...
--- title: Balance Slider description: A dynamic balance slider with adjustable colors, limits, and interactive tooltip. --- ::ComponentLoader{label="Preview" componentName="BalanceSliderDemo" type="examples"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/balance-slider.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/balance-slider.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nu...
--- title: Bento Grid description: A cool grid layout with different child component. --- ::ComponentLoader{label="Preview" componentName="BentoGridDemo" type="examples"} :: ## API #### `BentoGridItem` | Slot Name | Description | | ------------- | --------------------------------- | | `tit...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/bento-grid.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/bento-grid.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", ...
--- title: Book description: A 3D book component featuring customizable sizes and color gradients. navBadges: - value: New type: lime --- ::ComponentLoader{label="Preview" componentName="BookDemo" type="examples"} :: ## API ::steps ### `Book` The `Book` component serves as a wrapper for creating an interacti...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/book.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/book.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_size":...
--- title: Compare description: Slide to compare any two pieces of content - images, designs, code, or custom elements --- ::ComponentLoader{label="Preview" componentName="CompareDemo" type="examples" id="compare"} :: ## Examples Drag handle with custom content ::ComponentLoader{label="Preview" componentName="Compa...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/compare.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/compare.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue & Nuxt.", "file_...
--- title: Container Scroll description: A container scrolling effect that transforms the content inside based on scroll progress. Features smooth transitions with scaling and rotating effects on scroll. --- ::ComponentLoader{label="Preview" componentName="ContainerScrollDemo" type="examples"} :: ## API ::steps #...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/container-scroll.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/container-scroll.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using Vue ...
--- title: Expandable Gallery description: A responsive image gallery with an interactive hover effect that expands images dynamically. --- ::ComponentLoader{label="Preview" componentName="ExpandableGalleryDemo" type="examples" id="expandable-gallery"} :: ## API | Prop Name | Type | Default | Description ...
{ "source": "unovue/inspira-ui", "title": "content/2.components/miscellaneous/expandable-gallery.md", "url": "https://github.com/unovue/inspira-ui/blob/main/content/2.components/miscellaneous/expandable-gallery.md", "date": "2024-08-30T08:20:57", "stars": 1788, "description": "Build beautiful website using ...