⚡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…
Convert your videos to densepose and use it on MagicAnimateVid2DensePose Overview The Vid2DensePose is a powerful tool designed for applying the DensePose model to videos, generating detailed "Part Index" visualizations for each frame. This tool is exceptionally useful for enhancing animations, particularly when used in conjunction with MagicAnimate for temporally consistent human image animation. Key Features Enhanced Output: Produces video files showcasing DensePosedata in a vi…
Open SalamanderOpen Salamander Open Salamander is a fast and reliable two-panel file manager for Windows. Origin The original version of Servant Salamander was developed by Petr Šolín during his studies at the Czech Technical University. He released it as freeware in 1997. After graduation, Petr Šolín founded the company Altap in cooperation with Jan Ryšavý. In 2001 they released the first shareware version of the program. In 2007 a new version was renamed to Altap Salamander 2.5. Many other pr…
Statistical Rethinking (2024 Edition) Instructor: Richard McElreath Lectures: Uploaded and pre-recorded, two per week Discussion: Online (Zoom), Fridays 3pm-4pm Central European (Berlin) Time Purpose This course teaches data analysis, but it focuses on scientific models. The unfortunate truth about data is that nothing much can be done with it, until we say what caused it. We will prioritize conceptual, causal models and precise questions about those models. We will use Bayesian data analysis t…