🐫 CAMEL: Finding the Scaling Law of Agents. The first and the best multi-agent framework. https://www.camel-ai.org Community | Installation | Examples | Paper | Citation | Contributing | CAMEL-AI 🐫 CAMEL is an open-source community dedicated to finding the scaling laws of agents. We believe that studying these agents on a large scale offers valuable insights into their behaviors, capabilities, and potential risks. To facilitate research in this field, we implement an…
Duix - Silicon-Based Digital Human SDK 🌐🤖 [Chinese] 📖 Documentation [android] [ios] 📑 FAQ Duix App Welcome to the Duix App. Feel free to download it and experience the advanced digital human interaction features we offer. Support Join our wechat or Discord community for support and discussions. Follow Twitter,to watch the latest digital human videos created based on the open-source capabilities of DUIX. 💬 Join our WeChat (微信) 😄 Join our Discord ✨ Follow us on Twitter Introduction …
Rust tool to detect cell site simulators on an orbic mobile hotspot Rayhunter Rayhunter is an IMSI Catcher Catcher for the Orbic mobile hotspot. THIS CODE IS PROOF OF CONCEPT AND SHOULD NOT BE RELIED UPON IN HIGH RISK SITUATIONS The Hardware Code is built and tested for the Orbic RC400L mobile hotspot, it may work on other orbics and other linux/qualcom devices but this is the only one we have tested on. Buy the orbic using bezos bucks Or on Ebay Setup NOTE: We don't currently support auto…
zero-shot voice conversion & singing voice conversion, with real-time supportSeed-VC English | 简体中文 | 日本語 real-time-demo.webm Currently released model supports zero-shot voice conversion 🔊 , zero-shot real-time voice conversion 🗣️ and zero-shot singing voice conversion 🎶. Without any training, it is able to clone a voice given a reference speech of 1~30 seconds. We support further fine-tuning on custom data to increase performance on specific speaker/spea…
A Zig language server supporting Zig developers with features like autocomplete and goto definition Need support? Wanna help out? Join our Discord server! ZLS is a non-official implementation of the Language Server Protocol for Zig in Zig. It provides developers with IDE features in their editor. Installation See the Installation Guide for editor and binary installation instructions. From Source Building ZLS requires a build of Zig master. git clone https://github.com/zigtools/zls cd zls zig…
coturn TURN server project Docker Hub | GitHub Container Registry | Quay.io Coturn TURN server coturn is a free open source implementation of TURN and STUN Server. The TURN Server is a VoIP media traffic NAT traversal server and gateway. Installing / Getting started Linux distros may have a version of coturn which you can install by apt install coturn turnserver --log-file stdout Or run coturn using docker container: docker run -d -p 3478:3478 -p 3478:3478/udp -p 5349:5349 -p 5349:5349/udp -p…
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses. 🌟 Support This Project: Your sponsorship fuels innovation in RAG technologies. Become a sponsor to help maintain and expand this valuable resource! Sponsors ❤️ A big thank you to the wonderful sponsor(s) who support this project! Advanced RAG Techniques: Elevating Your …
The ultimate LLM/AI application development framework in Golang.Eino English | 中文 Overview Eino['aino] (pronounced similarly to "I know") aims to be the ultimate LLM application development framework in Golang. Drawing inspirations from many excellent LLM application development frameworks in the open-source community such as LangChain & LlamaIndex, etc., as well as learning from cutting-edge research and real world applications, Eino offers an LLM application developme…
Automated All-in-One OS Command Injection Exploitation Tool. Commix (short for [comm]and [i]njection e[x]ploiter) is an open source penetration testing tool, written by Anastasios Stasinopoulos (@ancst), that automates the detection and exploitation of command injection vulnerabilities. You can visit the collection of screenshots demonstrating some of the features on the wiki. Installation You can download commix on any platform by cloning the official Git re…