Около 5 лет назад я пересел с Реакта на второй Ангуляр и первое, чего мне там не хватило был модуль angular-resource из первого Ангуляра. Вменяемых аналогов я не нашел, поэтому за неделю написал свою библиотеку. Решение оказалось настолько удачным, что практически без изменений дошло до сегодняшнего дня. Используется в куче проектов, работает стабильно (не смотря на то, что до сих пор там нет ни одного теста), в общем, есть о чем рассказать.Промисы наше всёПойдем от простого к сложному. Чаще в…
Photo by Indira Tjokorda on UnsplashВведениеВ современном мире веб-разработки часто возникают ситуации, когда необходимо эффективно управлять большим объемом данных и производить сложные вычисления. Однако выполнение таких задач в основном потоке UI может привести к замедлению работы приложения и ухудшению пользовательского опыта. Вот здесь на помощь приходят веб-воркеры.Веб-воркеры позволяют выполнять сложные вычисления в фоновом потоке, освобождая основной поток для работы с пользовательским…
🤖 Deploy a private ChatGPT alternative hosted within your VPC. 🔮 Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All.🧺 RAGstack Deploy a private ChatGPT alternative hosted within your VPC. Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All. Retrieval Augmented Generation (RAG) is a tech…
A simple way to access state while robust and testable. A state-management library that: catches programming errors at compile time rather than at runtime removes nesting for listening/combining objects ensures that the code is testable riverpod flutter_riverpod hooks_riverpod Welcome to Riverpod! This project can be considered as a rewrite of provider to make improvements that would be otherwise impossible. For learning how to use Riverpod, see its documentati…
Segmind Distilled diffusion 50% Smaller, Faster Stable Diffusion 🚀 Knowledge-distilled, smaller versions of Stable Diffusion. Unofficial implementation as described in BK-SDM. These distillation-trained models produce images of similar quality to the full-sized Stable-Diffusion model while being significantly faster and smaller. Components of this Repository: data.py contains scripts to download data for training. distill_training.py trains the U-net using the methods described in the…
A production ready, scalable starter template for Vite + ReactVite React Boilerplate Everything you need to kick off your next Vite + React web app! Table of Contents Overview Requirements Getting Started Important Note Testing Preparing for Deployment DevTools Installed Packages Overview Built with type safety, scalability, and developer experience in mind. A batteries included Vite + React template. pnpm - A strict and efficient alternative to npm with up to 3x faster performance TypeScri…
ERP / CRM Open Source (Invoice / Inventory / Accounting / HR) Based on Node.js / React.js alternative to salesforce https://www.idurarapp.comERP / CRM Open Source based on (Node.js/React.js) IDURAR is Open Source ERP / CRM (Invoice / Inventory / Accounting / HR) Based on Advanced Mern Stack (Node.js / Express.js / MongoDb / React.js ) with Ant Design (AntD) and Redux Can you star our Open Source ERP / CRM repo? 🤩 ! Open Source ERP / CRM App IDURAR is Open Source ERP / CRM (Invoice / Invento…
Chat Copilot Sample Application This sample allows you to build your own integrated large language model (LLM) chat copilot. The sample is built on Microsoft Semantic Kernel and has two applications: a front-end web UI app and a back-end API server. These quick-start instructions run the sample locally. To deploy the sample to Azure, please view Deploying Chat Copilot. IMPORTANT: This sample is for educational purposes only and is not recommended for production deployments. IMPORTANT: Each c…
An open platform for training, serving, and evaluating large language model for tool learning. 🛠️ToolBench🤖 Model • Data Release • Web Demo • Tool Eval • Paper • Citation 🔨This project (ToolLLM) aims to construct open-source, large-scale, high-quality instruction tuning SFT data to facilitate the construction of powerful LLMs with general tool-use capability. We aim to empower open-source LLMs to master thousands of diverse real-world APIs. We achieve this by col…