Spreadsheets-are-all-you-need Spreadsheets-are-all-you-need implements the forward pass of GPT2 (an ancestor of ChatGPT) entirely in Excel using standard spreadsheet functions. By using a spreadsheet anyone (even non-developers) can explore and play directly with how a “real” transformer works under the hood with minimal abstractions to get in the way. Visit spreadsheets-are-all-you-need.ai for more info Download the sheet The sheet is available as an xlsb (Excel binary) file in the Releases se…
Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024) This is a repository for a "Build a Duolingo Clone With Nextjs, React, Drizzle, Stripe (2024)" youtube video. VIDEO TUTORIAL Key Features: 🌐 Next.js 14 & server actions 🗣 AI Voices using Elevenlabs AI 🎨 Beautiful component system using Shadcn UI 🎭 Amazing characters thanks to KenneyNL 🔐 Auth using Clerk 🔊 Sound effects ❤️ Hearts system 🌟 Points / XP system 💔 No hearts left popup 🚪 Exit confirmation popup 🔄 Practice …
Chronos: Pretrained (Language) Models for Probabilistic Time Series ForecastingChronos: Learning the Language of Time Series Chronos is a family of pretrained time series forecasting models based on language model architectures. A time series is transformed into a sequence of tokens via scaling and quantization, and a language model is trained on these tokens using the cross-entropy loss. Once trained, probabilistic forecasts are obtained by sampling multiple future trajectories given the histo…
Simple, safe way to store and distribute tensors Python Rust safetensors Safetensors This repository implements a new simple format for storing tensors safely (as opposed to pickle) and that is still fast (zero-copy). Installation Pip You can install safetensors via the pip manager: pip install safetensors From source For the sources, you need Rust # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Make sure it's up to…
MyViewOfLinuxSystems A view from a process within a Linux system towards the world. Dotted arrow means dependencies. [1] ref How Linux Works, 2nd edition. https://www.yes24.com/Product/Goods/22404368 FHS 3.0 https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html The Dinosaur Book https://www.amazon.com/Operating-System-Concepts-Binder-Version/dp/1118129385 OSTEP https://pages.cs.wisc.edu/~remzi/OSTEP/ Understanding the Linux Kernel, 3rd edition. https://www.amazon.com/Understanding-Linux-Ke…
Software Developer Portfolio Website built with next.js and tailwind CSS that helps you showcase your work and skills as a software developer.Developer Portfolio Are you struggling to create a professional portfolio website? Look no further! You can use the Developer Portfolio template and create your very own personalized portfolio today! My website is designed to be user-friendly and easily customizable, making it perfect for both developers and freelancers. Demo 🎥 View live preview here. …
Automate browser-based workflows with LLMs and Computer Vision 🐉 Automate Browser-based workflows using LLMs and Computer Vision 🐉 Skyvern automates browser-based workflows using LLMs and computer vision. It provides a simple API endpoint to fully automate manual workflows, replacing brittle or unreliable automation solutions. Traditional approaches to browser automations required writing custom scripts for websites, often relying on DOM p…
Megacity-Metro: a thrilling shooter game, using Netcode for Entities for a multiplayer experience supporting 128+ players. Latest DOTS packages and Unity Gaming Services elevate the user experience, demonstrating how to craft engaging multiplayer games. Contents and Quick Links Megacity-Metro Overview Megacity-Metro Prerequisites Multiplayer Setup Add Unity Gaming Services (UGS) Index of Resources in this Project Assemblies Netcode Atrributes Gameplay Controls Mouse and Keyboard Troubleshoo…
Winter is coming... ❄️ WinterJS is blazing-fast JavaScript server that runs Service Workers scripts according to the Winter Community Group specification. WinterJS is able to handle up to 100,000 reqs/s in a single laptop (see Benchmark). Note: WinterJS is not officially endorsed by WinterCG, despite sharing "Winter" in their name. There are many runtimes supporting WinterCG, WinterJS being one among those. Running WinterJS with Wasmer The WinterJS serv…