This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev # or pnpm dev Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file. This project uses next/font to automatically optimize and load Inter, a custom Google Font. Learn More To learn more about Next.js, take a look at the following resources: Next.js D…
⚡ Building applications with LLMs through composability ⚡🦜️🔗 LangChain ⚡ Building applications with LLMs through composability ⚡ Looking for the JS/TS version? Check out LangChain.js. Production Support: As you move your LangChains into production, we'd love to offer more hands-on support. Fill out this form to share more about what you're building, and our team will get in touch. 🚨Breaking Changes for select chains (SQLDatabase) on 7/28/23 In an effort to make langchain lea…
A collection of New Grad full time roles in SWE, Quant, and PM.2024 New Grad Positions by Coder Quad and Simplify Use this repo to share and keep track of entry-level software, tech, CS, PM, quant jobs for new graduates. ⚠️ Please note that this repository is exclusively for roles in the United States, Canada, or Remote positions 🌎 🙏 Contribute by submitting an issue! See the contribution guidelines here! 🙏 Update (Sep 1, 2023) 🥳 You might have noticed that the repo looks a little different 👀.…
📷 EasyPhoto | Your Smart AI Photo Generator.📷 EasyPhoto | Your Smart AI Photo Generator. Introduction English | 简体中文 EasyPhoto is a Webui UI plugin for generating AI portraits that can be used to train digital doppelgangers relevant to you. Training is recommended to be done with 5 to 20 portrait images, preferably half-body photos and do not wear glasses (It doesn't matter if the characters in a few pictures wear glasses). After the training is done, we can generate it in the Inference sec…
Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.Prompt flow Welcome to join us to make Prompt flow better by participating discussions, opening issues, submitting PRs. Prompt flow is a suite of development tools designed to streamline the end-to-end development cycle of LLM-based AI applications, from ideation, prototyping, testing, evaluation to production deployment and monitoring. It makes prompt engineering much easier and enables you to…
The TinyLlama project is an open endeavor to pretrain a 1.1B Llama model on 3 trillion tokens. TinyLlama-1.1B English | 中文 The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. With some proper optimization, we can achieve this within a span of "just" 90 days using 16 A100-40G GPUs 🚀🚀. The training has started on 2023-09-01. We adopted exactly the same architecture and tokenizer as Llama 2. This means TinyLlama can be plugged and played in many open-sourc…
SAM.cpp Inference of Meta's Segment Anything Model in pure C/C++ demo-0.mp4 Quick start git clone --recursive https://github.com/YavorGIvanov/sam.cpp cd sam.cpp Note: you need to download the model checkpoint below (sam_vit_b_01ec64.pth) first from here and place it in the checkpoints folder # Convert PTH model to ggml. Requires python3, torch and numpy python convert-pth-to-ggml.py checkpoints/sam_vit_b_01ec64.pth . 1 # You need CMake and SDL2 SDL2 - U…
The self-hosted drag and drop editor for React.puck The self-hosted, drag and drop editor for React. 🖱️ Drag and drop: Visual editing for your existing React component library 🌐 Integrations: Load your content from a 3rd party headless CMS ✍️ Inline editing: Author content directly via puck for convenience ⭐️ No vendor lock-in: Self-host or integrate with your existing application See demo Example Render the editor: // Editor.jsx import { Puck } from "@measured/puck"; // Create puck …
Learn WebAssembly by writing small programs! Watlings Learn the WebAssembly Text Format by fixing a bunch of small programs! Warning This project is incomplete and in active development. Feel free to help out by filing issues and creating PRs! Usage This project uses Node 16+ & NPM for compilation and testing. Clone the repository and install dependencies with: git clone git@github.com:EmNudge/watlings.git cd watlings npm install Test your answer to an exercise with the start comm…