This is a workshop designed for Amazon Bedrock a foundational model service.Amazon Bedrock Workshop This hands-on workshop, aimed at developers and solution builders, introduces how to leverage foundation models (FMs) through Amazon Bedrock. Amazon Bedrock is a fully managed service that provides access to FMs from third-party providers and Amazon; available via an API. With Bedrock, you can choose from a variety of models to find the one that’s best suited for your use case. Within this series…
Home of the Flutter Casual Games Toolkit and other Flutter gaming templatesgames Home to the official code for the Flutter Casual Games Toolkit and other Flutter gaming templates. Visit flutter.dev/games for more information. If you're new to Flutter, you first need to install the Flutter SDK. Organization The projects in this repository are divided into two broad categories: Templates. A small number of starting points for your game project. Templates are intended to give you a simple p…
A generative model for programmable protein design Get Started | Sampling | Design | Conditioners | License Chroma is a generative model for designing proteins programmatically. Protein space is complex and hard to navigate. With Chroma, protein design problems are represented in terms of composable building blocks from which diverse, all-atom protein structures can be automatically generated. As a joint model of structure and sequence, Chroma can also be used for common protein modeling tasks …
HackTogether: The Microsoft .NET 8 Global Hack | Register, Hack, WinHack Together: The Great .NET 8 Hack Introduction 🛠️Build, innovate, and #HackTogether!🛠️ It's time to get started building apps with .NET 8. 🔥 Hack Together is your playground for coding and experimenting with .NET. With mentorship from Microsoft experts and access to the latest tech, you will learn how to build apps based on some of the most exciting .NET scenarios today - AI and cloud-native! The possibilities are endl…
Metal shaders for SwiftUI. Inferno is an open-source collection of fragment shaders designed for use in SwiftUI apps. The shaders are designed to be easy to read and understand, even for relative beginners, so you’ll find each line of code is rephrased in plain English as well as an overall explanation of the algorithm used at the top of each file. If you’re already comfortable with shaders then please download one or more that interest you and get…
深入探索Spring框架的核心机制与奥秘。这里是Lex——拥有8年Java后端经验的程序员分享的Spring源码阅读系列。从IOC容器、后置处理器、到Spring核心注解,一步步揭示Spring的魅力与内部工作原理。加入我,与Spring一起成长! 深入Spring,从源码开始! 探索Java最受欢迎的框架,理解它的内部机制,带大家从入门到精通。 ⚡ 技术 | 👋 简介 | 🍵 Why | 🙏 点个星 | 🌱 Spring源码 | 💬 联系我 | ⛵ 贡献 | 🔄 更新 | 💻 统计 ⚡技术 👋简介 大家好呀,我是Lex👨💻。我是一名拥有8年经验的Java 后端开发人员👨💼,也是一个对 Spring 框架充满热情❤️的程序员。为了帮助那些希望深入了解 Spring 框架…
OneTable is an omni-directional converter for table formats that facilitates interoperability across data processing systems and query engines.OneTable OneTable is an omni-directional converter for table formats that facilitates interoperability across data processing systems and query engines. Currently, OneTable supports widely adopted open-source table formats such as Apache Hudi, Apache Iceberg, and Delta Lake. OneTable simplifies data lake operations by leveraging a common model for table…
Drop in a screenshot and convert it to clean HTML/Tailwind/JS codescreenshot-to-code This is a simple app that converts a screenshot to HTML/Tailwind CSS. It uses GPT-4 Vision to generate the code, and DALL-E 3 to generate similar looking images. Youtube.Clone.mp4 See Examples section below for more demos. 🆕 Try it here (bring your own OpenAI key - your key must have access to GPT-4 Vision. See FAQ section below for details). Or see Getting Started below for…
David Attenborough narrates your lifeDavid Attenborough narrates your life. https://twitter.com/charliebholtz/status/1724815159590293764 Want to make your own AI app? Check out Replicate. We make it easy to run machine learning models with an API. Setup Clone this repo, and setup and activate a virtualenv: python3 -m pip install virtualenv python3 -m virtualenv venv source venv/bin/activate Then, install the dependencies: pip install -r requirements.txt Make a Replicate, OpenAI, and ElevenLabs …