Empowering Creators, Respecting Ownership: Our platform is designed to foster a community where creators can share their work, inspire others and be fairly compensated for their contributions to the community
This project allows creators to freely share their creativity while being fairly compensated for their art usage in content generation using AI models such as multi-modal LLMs. We designed a process where all the sources used by the Gen AI models to construct an output are compensated relatively by using weighted RAG techniques. We also allow this art to be mined as an NFT, which can be transferred across the chains while maintaining ownership, effortlessly transferring ownership, and allowing usage rights using a notary platform. This enables the users to share their content freely without feeling cheated by providing them means to earn by distributing their content.
We can divide our project into different sections based on their roles. The Gen-AI models were made available using Galadriel. We built RAG on top of its contracts using Langchain for document splitting and a vector database that stored the documents. We used standard ERC721 standard for minting the content generated as NFTs. These NFTs could be transferred to different chains using LayerZero. Finally, we maintained usage rights and ownership using a notary made using Sign Protocol.