MLX: An array framework for Apple siliconMLX Quickstart | Installation | Documentation | Examples MLX is an array framework for machine learning on Apple silicon, brought to you by Apple machine learning research. Some key features of MLX include: Familiar APIs: MLX has a Python API that closely follows NumPy. MLX also has a fully featured C++ API, which closely mirrors the Python API. MLX has higher-level packages like mlx.nn and mlx.optimizers with APIs that closely follow PyTorch to simpl…
Notes on books I read, talks I watch, articles I study, and papers I loveLearning Notes Taking notes on books I read, talks I watch, articles I study, and papers I love – recalling them right afterward by creating short summaries – helps a lot in my learning process. Here you'll find some of those little pieces. If you are looking for an easy way to consume these notes, please check out keyvanakbary.github.io/learning-notes/. Books 99 Bottles of OOP by Sandi Metz and Katrina Owen, 2016. An…
基于 无障碍 + 高级选择器 + 订阅规则 的自定义屏幕点击 Android APPgkd 基于 无障碍 + 高级选择器 + 订阅规则 的自定义屏幕点击 APP 安装 releases 功能 基于 高级选择器 + 订阅规则 + 快照审查, 它可以实现 点击跳过任意开屏广告/点击关闭应用内部任意弹窗广告, 如关闭百度贴吧帖子广告卡片/知乎回答底部推荐广告卡片 一些快捷操作, 如微信电脑登录自动同意/微信扫描登录自动同意/微信自动领取红包 效果 微信自动领取红包 关闭微信朋友圈广告 关闭酷安字节 SDK 广告 关闭贴吧开屏广告及内部广告 LICENSE 本项目使用 GPL-v3 协议开源 Star History
🔮 SuperDuperDB: Bring AI to your database: Integrate, train and manage any AI models and APIs directly with your database and your data. Bring AI to your favorite database! Docs | Blog | Use-Cases | Live Notebooks | Community Apps | Slack | Youtube English | 中文 What is SuperDuperDB? 🔮 SuperDuperDB is an open-source framework for integrating AI directly with your existing databases, including streaming inference, scalable model training, and vector s…
StyleX is the styling system for ambitious user interfaces.stylex · StyleX is a JavaScript library for defining styles for optimized user interfaces. Documentation Documentation Website Documentation for individual packages can be found in their respective README files. Start with @stylexjs/stylex. Example Here is a simple example of stylex use: import stylex from '@stylexjs/stylex'; const styles = stylex.create({ root: { padding: 10, }, element: { backgroundColor: &#…
Let us democratise high-resolution generation! (arXiv 2023)DemoFusion Code release for "DemoFusion: Democratising High-Resolution Image Generation With No 💰" (arXiv 2023) Abstract: High-resolution image generation with Generative Artificial Intelligence (GenAI) has immense potential but, due to the enormous capital investment required for training, it is increasingly centralised to a few large corporations, and hidden behind paywalls. This paper aims to democratise high-resolutio…
Magicoder: Source Code Is All You Need🎩 Magicoder: Source Code Is All You Need 🎩 Models | 📚 Dataset | 🚀 Quick Start | 👀 Demo | 📝 Citation | 🙏 Acknowledgements ImportantWe are keeping improving the documents and adding more implementation details. Please stay tuned! About 🎩Magicoder is a model family empowered by 🪄OSS-Instruct, a novel approach to enlightening LLMs with open-source code snippets for generating low-bias and high-quality instruction dat…
Official code for "Style Aligned Image Generation via Shared Attention"Style Aligned Image Generation via Shared Attention Project Page Paper Setup This code was tested with Python 3.11, Pytorch 2.1 and Diffusers 0.16. Examples See style_aligned_sdxl notebook for generating style aligned images using SDXL. See style_aligned_w_controlnet notebook for generating style aligned and depth conditioned images using SDXL with ControlNet-Depth. style_aligned_w_multidiffusion can be used for ge…
Cross-platform iMessage POCpypush pypush is a POC demo of my recent iMessage reverse-engineering. It can currently register as a new device on an Apple ID, set up encryption keys, and send and receive iMessages! pypush is completely platform-independent, and does not require a Mac or other Apple device to use! Installation It's pretty self explanatory: git clone https://github.com/JJTech0130/pypush pip3 install -r requirements.txt python3 ./demo.py Troubleshooting If you have any issues, …