noname-server.exe的源码见以下仓库: https://github.com/nonameShijian/noname-server 贡献代码可阅读相关文档: Git下载安装指南 Github桌面版客户端使用入门 如何提交代码到《无名杀》Github仓库 《无名杀》项目 Pull Request 提交规范 在线试玩: https://spmario233.github.io/noname/index.html (图片素材加载速度较慢,不推荐) 客户端下载戳这里: GitHub: https://github.com/libccy/noname/releases/tag/chromium77-client 网页端推荐使用Chrome系内核浏览器游玩,不推荐使用低版本Firefox浏览器 请尽量保证游玩的Chrome系浏览器或手机Webview的内核版本大于等于77 提交Pull Request时请推送到"PR-Branch"分支! 最近有一伙人号称是《无名杀十周年》的开发团队,宣称《无名杀十周年》“全新无名杀,比旧版拥有更多武将,兼容更多扩展”,实际上…
A shadcn table component with server-side sorting, filtering, and pagination.Shadcn Table This is a shadcn table component with server-side sorting, filtering, and pagination. It is bootstrapped with create-t3-app. Warning This project is still in development and is not ready for production use. It uses new technologies (ppr, and drizzle ORM) which are subject to change and may break your application. Tech Stack Framework: Next.js Styling: Tailwind CSS UI Components: shadcn/ui Table package…
High-quality PNGs for logos I made for funProgramming VTuber Logos I share these logo so people can use it noncommercially Important THESE ARE NOT OFFICIAL LOGOS Important PLEASE CHECK IF SOMEONE ELSE HAS ASKED FOR THE SAME LOGO BEFORE ASKING FOR IT Similar Projects Fun logos by @G2-Games ProgrammingVTuberLogos Addon by @PetricaT ProgrammingVTuberLogos Korean Edition by @lDMDiamondl ProgrammingVTuberLogos for Visual Studio by Manhkbrady on Behance (repo by @hvpexe) FAQs WHEN WILL IT BE MY Q…
🦜🕸️LangGraph ⚡ Building language agents as graphs ⚡ Overview LangGraph is a library for building stateful, multi-actor applications with LLMs, built on top of (and intended to be used with) LangChain. It extends the LangChain Expression Language with the ability to coordinate multiple chains (or actors) across multiple steps of computation in a cyclic manner. It is inspired by Pregel and Apache Beam. The current interface exposed is one inspired by NetworkX. The main use is for adding cycle…
Script is to assign exam centers to studentsExam Center Randomization script The goal of this script is to assign exam centers to students. Steps Prepare input files in specified format Run program and re run if - Any school has students that have not been assigned a center. Distribution across centers is uneven Perform sanity check of distributed centers Manually reassign impractical centers and odd lot allocations. Keep changes to minimum. Allocation Guidelines हरेक विद्यालयमा परिक्षार्…
🤖 The free, Open Source OpenAI alternative. Self-hosted, community-driven and local-first. Drop-in replacement for OpenAI running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. It allows to generate Text, Audio, Video, Images. Also with voice cloning capabilities. LocalAI 💡 Get help - ❓FAQ 💭Discussions 💬 Discord 📖 Documentation website 💻 Quickstart 📣 News 🛫 Examples 🖼️ Models 🚀 …
Super simple MLX (apple silicon) CLIP based photo similarity web app📸 Embed-Photos 🖼️ Welcome to Embed-Photos, a powerful photo similarity search engine built by @harperreed! 🎉 This project leverages the CLIP (Contrastive Language-Image Pre-training) model to find visually similar images based on textual descriptions. 🔍🖼️ 🌟 Features 🚀 Fast and efficient image search using the CLIP model 💻 Works on Apple Silicon (MLX) only 💾 Persistent storage of image embeddings using SQLite and Chroma 🌐 Web …
Form Extractor Prototype This tool extracts the structure from an image of a form. It uses the Claude 3 LLM model by Anthropic. A single extraction of an A4 form costs about 10p. It replicates the form structue in JSON, following the schema used by GOV.UK Forms. It then uses that to generate a multi-page web form in the GOV.UK style. Run locally You'll need an Anthropic API key. Add the key as a local environment variable called ANTHROPIC_API_KEY. Install the app locally with npm install. S…
Inference code for Llama modelsLlama 2 We are unlocking the power of large language models. Our latest version of Llama is now accessible to individuals, creators, researchers, and businesses of all sizes so that they can experiment, innovate, and scale their ideas responsibly. This release includes model weights and starting code for pre-trained and fine-tuned Llama language models — ranging from 7B to 70B parameters. This repository is intended as a minimal example to load Llama 2 models and …