5Ghoul - 5G NR Attacks & 5G OTA Fuzzing Proof of Concept (PoC) of 5G NR Attacks against commercial smartphones, CPE routers, USB Modems, etc. Fuzzer included⚡. 5Ghoul is family of implementation-level 5G DoS vulnerabilities affecting Qualcomm and MediaTek mobile platforms. For more details, see https://asset-group.github.io/disclosures/5ghoul/ Table of Contents 📋 Requirements ⏩ Quick Start ☢️ Launching a 5Ghoul attack 3.1. Summary of Available Attacks 3.2. Create your own 5G explo…
LLMCompiler: An LLM Compiler for Parallel Function CallingLLMCompiler: An LLM Compiler for Parallel Function Calling [Paper] LLMCompiler is a framework that enables an efficient and effective orchestration of parallel function calling with LLMs, including both open-source and close-source models, by automatically identifying which tasks can be performed in parallel and which ones are interdependent. TL;DR: The reasoning capabilities of LLMs enable them to execute multiple function calls, using…
An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation PatchFusion An End-to-End Tile-Based Framework for High-Resolution Monocular Metric Depth Estimation Zhenyu Li, Shariq Farooq Bhat, Peter Wonka. KAUST DEMO Our official huggingface demo is available here! You can have a test with your own high-resolution image, even without a local GPU! It only takes 1min for depth prediction plus controlnet generation! Thanks for the kind support from hysts! …
⚡A CLI tool for code structural search, lint and rewriting. Written in Rust ast-grep(sg) ast-grep(sg) is a CLI tool for code structural search, lint, and rewriting. Introduction ast-grep is a AST-based tool to search code by pattern code. Think it as your old-friend grep but it matches AST nodes instead of text. You can write patterns as if you are writing ordinary code. It will match all code that has the same syntactical structure. You can use $ sign + upper case…
一个简单的 Python 脚本,可以通过语音与本地大语言模型进行对话。语音助手 一个简单的 Python 脚本,可以通过语音与本地大语言模型进行对话。 macOS 安装指南 以下为 macOS 的安装过程,Windows 与 Linux 可以使用 speech_recognition 与 pyttsx3 来替代下文中的 macOS 的 hear 与 say 指令。 创建环境 conda create -n VoiceAI python=3.11 conda activate VoiceAI pip install langchain CMAKE_ARGS="-DLLAMA_METAL=on" FORCE_CMAKE=1 pip install llama-cpp-python # 安装音频处理工具 brew install portaudio pip install pyaudio hear 语音识别模块 使用 hear 指令可以直接调用 macOS 的语音识别模块。注意要开启电脑设置里的键盘听写选项:设置 -> 键盘 -> 听写(开启开关)。 模型文…
MapUp - Python Assessment Overview This assessment is designed to evaluate your proficiency in Python programming, data manipulation, and analysis, as well as your ability to work with Excel. Below, you'll find details on each component of the assessment and the tasks you should complete. Best of luck! Important Points to Note: The assessment will be tested using our internal set of test cases. Scripts must be developed in accordance with the template shared. Please use the following templ…
Official code for the paper "LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes". 😴 LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes 😴 demo_trim2.mp4 LucidDreamer: Domain-free Generation of 3D Gaussian Splatting Scenes *Jaeyoung Chung, *Suyoung Lee, Hyeongjin Nam, Jaerin Lee, Kyoung Mu Lee *Denotes equal contribution. ⚡ Usage We offer several ways to interact with LucidDreamer: A demo is availab…
A Production-ready Reinforcement Learning AI Agent Library brought by the Applied Reinforcement Learning team at Meta. Pearl - A Production-ready Reinforcement Learning AI Agent Library Proudly brought by Applied Reinforcement Learning @ Meta v0.1 - Pearl beta-version is now released! Annoucements: Twitter Post, LinkedIn Post More details of the library at our official website: Link Our paper is ArXived at: Link Overview Pearl is a new production-ready Reinforcement Learning AI agent librar…
// Aesthetic, dynamic and minimal dots for Arch hyprland// design by t2 Install Themes Styles Packages Keybindings Youtube Wiki showcase_720p.mp4 wallbash_720p.mp4 🡅 Installation The installation script is made for Arch, but may work on some Arch based distros with systemd. For Debian, please refer Senshi111's version here. Checkout Ksk's video for f…