A decentralised AI service for the detection of deepfake images and videos
This is a deepfake detection service for images and videos, and a repository of datasets for training of AI models. The major components of the system are:
The Open-source AI models are deployed and used through decentralized compute marketplaces (CoopHive and Lilypad). Gpt-4o is accessed through the Galadriel blockchain and its trusted execution environment. Content (images and videos) are stored and accessed through IPFS and related services. Lighthouse.storage and web3.storage and their APIs and SDKs have been used for storing and accessing the files. The application has been built with typescript and nextjs. Some code for the interaction with the AI models and their deployment has been written in python.