Category : github

github
jafioti / luminal

Deep learning at the speed of light.luminal Deep learning at the speed of light. Luminal is a deep learning library that uses composable compilers to achieve high performance. use luminal::prelude::*; // Setup graph and tensors let mut cx = Graph::new(); let a = cx.tensor::<R2<3, 1>>() .set([[1.0], [2.0], [3.0]]); let b = cx.tensor::<R2<1, 4>>() .set([[1.0, 2.0, 3.0, 4.0]]); // Do math... let mut c = a.matmul(b).retrieve(); // Compile and run graph cx.comp…

  • понедельник, 4 марта 2024 г. в 00:00:11
github
adrianhajdin / brainwave

Learn to create modern websites with sleek parallax effects and bento box layouts. This course covers everything from stylish UI design to mobile-first principles while strengthening your React.js and Tailwind CSS skills. Modern UI/UX website Build this project step by step with our detailed tutorial on JavaScript Mastery YouTube. 📋 Table of Contents 🤖 Introduction ⚙️ Tech Stack 🔋 Features 🤸 Quick Start 🕸️ Snippets 🔗 Links 🚀 More 🚨 …

  • понедельник, 4 марта 2024 г. в 00:00:10
github
bigcode-project / starcoder2

Home of StarCoder2!StarCoder 2 [🤗 Models & Datasets] | [Paper] StarCoder2 is a family of code generation models (3B, 7B, and 15B), trained on 600+ programming languages from The Stack v2 and some natural language text such as Wikipedia, Arxiv, and GitHub issues. The models use Grouped Query Attention, a context window of 16,384 tokens, with sliding window attention of 4,096 tokens. The 3B & 7B models were trained on 3+ trillion tokens, while the 15B was trained on 4+ trillion tokens. …

  • понедельник, 4 марта 2024 г. в 00:00:09
github
vercel / ai

Build AI-powered applications with React, Svelte, Vue, and SolidVercel AI SDK The Vercel AI SDK is a library for building AI-powered streaming text and chat UIs. Features React Server Components API for streaming Generative UI SWR-powered React, Svelte, Vue and Solid helpers for streaming text responses and building chat and completion UIs First-class support for LangChain and OpenAI, Anthropic, Cohere, Hugging Face, Fireworks and Replicate Node.js, Serverless, and Edge Runtime support Callbac…

  • понедельник, 4 марта 2024 г. в 00:00:08
github
ente-io / ente

Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos Fully open source end-to-end encrypted photos, authenticators and more. Ente Ente is a service that provides a fully open source, end-to-end encrypted platform for you to store your data in the cloud without needing to trust the service provider. On top of this platform, we have built two apps so far: Ente Photos (an alternative to Apple and Google Photos) and Ente Auth (a 2FA alternative to the deprecated A…

  • понедельник, 4 марта 2024 г. в 00:00:07
github
pydantic / FastUI

Build better UIs faster.FastUI Please note: FastUI is still an active work in progress, do not expect it to be complete. The Principle (short version) You can see a simple demo of an application built with FastUI here. FastUI is a new way to build web application user interfaces defined by declarative Python code. This means: If you're a Python developer — you can build responsive web applications using React without writing a single line of JavaScript, or touching npm. If you're a…

  • понедельник, 4 марта 2024 г. в 00:00:05
github
cooderl / wewe-rss

🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)。 WeWe RSS 更优雅的微信公众号订阅方式。 功能 支持微信公众号订阅(基于微信读书) 后台自动定时更新内容 微信公众号RSS生成(支持.atom.rss.json格式) 支持全文内容输出,让阅读无障碍 部署 一键部署(待完善添加模板) 你可以通过以下平台一键部署,只需填写本项目的URL即可。 Zeabur Railway HuggingFace部署参考 Docker Compose 部署 可参考 docker-compose.yml 和 docker-compose.sqlite.yml Docker 命令启动 Sqlite docker run -d \ --name wewe-rss \ -p 4000:4000 \ -e DATABASE_TYPE=sqlite \ -e AUTH_CODE=123567 \ -v $(pwd)/data:/app/data \ cooderl/wewe-rss-sqlite:latest Mysql 创…

  • понедельник, 4 марта 2024 г. в 00:00:04
github
naver / dust3r

DUSt3R Official implementation of DUSt3R: Geometric 3D Vision Made Easy [Project page], [DUSt3R arxiv] @misc{wang2023dust3r, title={DUSt3R: Geometric 3D Vision Made Easy}, author={Shuzhe Wang and Vincent Leroy and Yohann Cabon and Boris Chidlovskii and Jerome Revaud}, year={2023}, eprint={2312.14132}, archivePrefix={arXiv}, primaryClass={cs.CV} } Table of Contents DUSt3R Table of Contents License Get Started Installation Checkpoints Interactive demo U…

  • понедельник, 4 марта 2024 г. в 00:00:02
github
layerdiffusion / sd-forge-layerdiffusion

[WIP] Layer Diffusion for WebUI (via Forge)sd-forge-layerdiffusion (update Feb29: the name of this repo will change to "sd-forge-layerdiffuse" at Mar 3) Transparent Image Layer Diffusion using Latent Transparency This is a WIP extension for SD WebUI (via Forge) to generate transparent images and layers. The image generating and basic layer functionality is working now, but the transparent img2img is not finished yet (will finish in about one week). This code base is highly dynamic and …

  • понедельник, 4 марта 2024 г. в 00:00:01