Kanban project management softwareKanboard Kanboard is project management software that focuses on the Kanban methodology. This application is in maintenance mode. What does it mean? Citing Wikipedia: In the world of software development, maintenance mode refers to a point in a computer program's life when it has reached all of its goals and is generally considered to be "complete" and bug-free. The term can also refer to the point in a software product's evolution when it is n…
Enable everyone to develop, optimize and deploy AI models natively on everyone's devices.MLC LLM | Project Page | Blog | WebLLM | WebStableDiffusion | Discord MLC LLM is a universal solution that allows any language models to be deployed natively on a diverse set of hardware backends and native applications, plus a productive framework for everyone to further optimize model performance for their own use cases. Our mission is to enable everyone to develop, optimize and deploy AI models natively …
Tree of Thoughts: Deliberate Problem Solving with Large Language ModelsTree of Thoughts (ToT) Code for paper Tree of Thoughts: Deliberate Problem Solving with Large Language Models. Also check its tweet thread in 1min. Setup You need to first have an OpenAI API key and store it in the environment variable OPENAI_API_KEY (see here). Package requirement: openai, backoff, sympy, numpy. Experiments Run experiments via sh scripts/{game24, text, crosswords}/{standard_sampling, cot_sampling, bfs}.sh, …
Free, ultrafast Copilot alternative for Vim and Neovim codeium.vim Free, ultrafast Copilot alternative for Vim and Neovim Codeium autocompletes your code with AI in all major IDEs. We launched this implementation of the Codeium plugin for Vim and Neovim to bring this modern coding superpower to more developers. Check out our playground if you want to quickly try out Codeium online. Contributions are welcome! Feel free to submit pull requests and issues related to the plugin. 🚀 Ge…
Supercharged experience for ChatGPT, DALL-E and Stable Diffusion. Anse English | 简体中文 Anse is a fully optimized UI for AI Chats. 🍿 Live preview: https://anse.app 📖 Documentation: https://docs.anse.app ✨ Release Notes: https://github.com/anse-app/anse/releases Features 🚀 Powerful Plugin System - Powered by Provider plugin , easy to extend AI platforms such as OpenAI, Replicate, and also supports custom model parameters. 💬 Session Record Saving - We use IndexDB to store local data, it will not…
VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-SpeechVITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech Jaehyeon Kim, Jungil Kong, and Juhee Son In our recent paper, we propose VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech. Several recent end-to-end text-to-speech (TTS) models enabling single-stage training and parallel sampling have been proposed, but t…
An authorization library that supports access control models like ACL, RBAC, ABAC in GolangCasbin 💖 Looking for an open-source identity and access management solution like Okta, Auth0, Keycloak ? Learn more about: Casdoor News: still worry about how to write the correct Casbin policy? Casbin online editor is coming to help! Try it at: https://casbin.org/editor/ Casbin is a powerful and efficient open-source access control library for Golang projects. It provides support for enforcing a…
Seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks. Scikit-LLM: Sklearn Meets Large Language Models Seamlessly integrate powerful language models like ChatGPT into scikit-learn for enhanced text analysis tasks. Installation 💾 pip install scikit-llm Support us 🤝 You can support the project in the following ways: ⭐ Star Scikit-LLM on GitHub (click the star button in the top right corner) 🐦 Check out our related project - Falcon AutoM…
ranger-like terminal file manager written in Rust joshuto ranger-like terminal file manager written in Rust. Dependencies cargo >= 1.55 rustc >= 1.55 xsel/xclip/wl-clipboard (optional, for clipboard support) fzf (optional) zoxide (optional) Also see Cargo.toml Building ~$ cargo build Installation For single user ~$ cargo install --path=. --force For single user with cargo ~$ cargo install --git https://github.com/kamiyaa/joshuto.git --force System wide ~# cargo install --path=. --f…