├── CONTRIBUTING.md ├── DEADPOOL.md └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | - Use the following format: `[ProjectName](Link) - Description.` 4 | - Add new entries to the bottom of their category. 5 | - Keep descriptions concise, clear and simple, and end them with a period. 6 | - New categories, or improvements to the existing ones are also welcome. 7 | - Make sure your text editor is set to remove trailing whitespace. 8 | 9 | ## Quality standard 10 | 11 | To be on the list, projects should follow these quality standards: 12 | 13 | - Generally used and useful to the community. 14 | - Actively maintained (even if that just means take care of open issues). 15 | - Documented. 16 | -------------------------------------------------------------------------------- /DEADPOOL.md: -------------------------------------------------------------------------------- 1 | # Deadpool 2 | 3 | These projects are not active anymore. 4 | 5 | ## Foundations 6 | 7 | - [Decentralized AI Alliance (DAIA).](https://daia.foundation/) - DAIA is an alliance of serious participants in the AI & blockchain related ecosystem, coming together to collectively solve common challenges and create an amazing future. 8 | 9 | ## Blockchains for AI algorithms 10 | 11 | - [Cerebrum](https://cerebrum.world/) - Cerebrum is a decentralized platform for crowdsourced machine learning. Cerebrum enables anyone to encrypt their data and host machine learning competitions to utilize crowd-sourced machine learning models. 12 | - [Dopamine](https://dopamine.ai/) - Decentralized AI workforce and services marketplace. 13 | - [Decentralized Machine Learning](https://decentralizedml.com/) - DML aims to create a blockchain-based decentralized machine learning protocol and ecosystem. 14 | - [Pandora Boxchain](https://pandoraboxchain.ai/) - A marketplace for AI kernels, computations and big data powered by Proof of Cognitive Work (PoCW). 15 | - [Fitchain](https://fitchain.io/) - Fitchain is a blockchain-based machine learning factory that allows data scientists to train models, tracing them from inception and throughout their lifetime. 16 | 17 | ## Blockchains for data 18 | 19 | - [Computable](https://www.computable.io/) - A decentralized data marketplace for artificial intelligence applications. 20 | - [Trane AI](http://www.trane.ai/) - A decentralized economy for tagging, storing and modeling data for AI-training. 21 | - [starmine AI](http://starmine.ai/) - Starmine is a robust and highly scalable platform for constructing, trading and exchanging advanced algorithmically generated on-demand datasets for machine learning and artificial intelligence efforts. 22 | - [BOTTOS AI](https://bottos.org/) - A decentralized AI data sharing network that uses a consensus-based application platform to allow AI projects to gather training data. 23 | - [Synapse AI](https://blog.synapse.ai/) - A decentralized global data marketplace built on the Ethereum blockchain. 24 | - [Neuromation.](https://neuromation.io/) - Distributed synthetic data platform for Deep Learning Applications. 25 | - [Cyber](http://cyber.page/) - A decentralized search engine, able to learn from knowledge graphs and provide predictive models. 26 | 27 | ## Blockchains for computation 28 | 29 | - [Neureal](https://neureal.net/) - Open source, peer-to-peer AI supercomputing powered by blockchain. 30 | - [AI Crypto](https://aicrypto.ai/) - AI Crypto is a blockchain-based ecosystem where AI resources such as GPU, models, and data are distributed in order to lower the cost of AI development. 31 | 32 | ## Blockchains for AI in finance 33 | 34 | - [Napoleon X](https://www.napoleonx.ai/) - Napoleon X is an open online computer driven asset management platform selecting quantitative strategies (trading bots) from world class traders, where each crypto-fund dedicated to a specific Asset Class. 35 | 36 | ## Blockchains for AI in supply chains 37 | - [Namahe](https://namahe.io/) - Namahe is platform that aims to bring efficiency to supply chain industries by incorporating an A.I. layer. 38 | 39 | ## Blockchains for AI in medicine 40 | 41 | - [Vytalyx](https://vytalyx.io/) - Vytalyx is a health technology company that plans to use AI and blockchain to store and analyse medical data. 42 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Blockchain AI [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 2 | 3 | > A curated list of Blockchain projects for Artificial Intelligence and Machine Learning. 4 | 5 | This list explores awesome projects that exploit the properties of blockchain technologies (decentralization, immutability, smart contracts, etc.) to build the next generation of AI systems. 6 | 7 | ## Contents 8 | 9 | - [Recommended reading](#recommended-reading) 10 | - [Blockchains for AI algorithms](#blockchains-for-ai-algorithms) 11 | - [Blockchains for data](#blockchains-for-data) 12 | - [Blockchains for computation](#blockchains-for-computation) 13 | - [Blockchains for AI in finance](#blockchains-for-ai-in-finance) 14 | - [Blockchains for AI in medicine](#blockchains-for-ai-in-medicine) 15 | - [Blockchains for AI in supply chains](#blockchains-for-ai-in-supply-chains) 16 | - [Academic Research](#academic-research) 17 | 18 | ## Recommended reading 19 | 20 | ### Wikipedia 21 | 22 | - [Blockchain](https://en.wikipedia.org/wiki/Blockchain) - "A blockchain is a growing list of records, called blocks, which are linked using cryptography." 23 | - [Artificial Intelligence](https://en.wikipedia.org/wiki/Artificial_intelligence) - "In the field of computer science, artificial intelligence (AI), sometimes called machine intelligence, is intelligence demonstrated by machines, in contrast to the natural intelligence displayed by humans and other animals." 24 | - [Machine Learning](https://en.wikipedia.org/wiki/Machine_learning) - "Machine learning (ML) is the scientific study of algorithms and statistical models that computer systems use to effectively perform a specific task without using explicit instructions, relying on patterns and inference instead." 25 | 26 | ### Blockchain, AI and Machine Learning 27 | 28 | - [Decentralizing AI: Dreamers vs. Pragmatists.](https://www.linkedin.com/pulse/decentralizing-ai-dreamers-vs-pragmatists-jesus-rodriguez) - Jesus Rodriguez, May 23, 2019. 29 | - [How the Blockchain Could Break Big Tech's Hold on A.I.](https://www.nytimes.com/2018/10/20/technology/how-the-blockchain-could-break-big-techs-hold-on-ai.html) - New York Times, October 20, 2018. 30 | - [How to Actually Combine AI and Blockchain in One Platform](https://hackernoon.com/how-to-actually-combine-ai-and-blockchain-in-one-platform-ef937e919ec2) - Hacker Noon, June 7, 2018. 31 | - [Blockchain-based Machine Learning Marketplaces](https://medium.com/@FEhrsam/blockchain-based-machine-learning-marketplaces-cb2d4dae2c17) - Fred Ehrsam, March 13, 2018. 32 | - [The convergence of AI and Blockchain: what's the deal?](https://medium.com/@Francesco_AI/the-convergence-of-ai-and-blockchain-whats-the-deal-60c618e3accc) - Francesco Corea, December 1, 2017. 33 | 34 | ## Blockchains for AI algorithms 35 | 36 | - [SingularityNET](https://singularitynet.io/) - SingularityNET is a distributed AI platform on the Ethereum blockchain, with each blockchain node backing up an AI algorithm. 37 | - [Intuition Fabric](https://intuitionfabric.com) - The goal of Intuition Fabric is to democratize access to AI through a network of deep learning models that are stored on the interplanetary file system and accessed through the Ethereum blockchain. 38 | - [OpenMined](https://openmined.org/) - OpenMined is a community focused on building open-source technology for the decentralized ownership of data and intelligence. With OpenMined, AI can be trained on data that it never has access to. 39 | - [Raven Protocol](https://www.ravenprotocol.com/) - Raven Protocol is a decentralized and distributed deep-learning training protocol. 40 | - [Thought Network](https://thought.live/) - Thought's blockchain-enabled Fabric fundamentally changes applications by embedding artificial intelligence into every bit of data making it agile, actionable and inherently secure. 41 | - [MATRIX AI](https://www.matrix.io/) - The Matrix AI Network is a public chain that combines AI technology with blockchain technology to solve the major challenges currently stifling the development and adoption of blockchain technology. Matrix is poised to revolutionize and democratize the field of Artificial Intelligence using a blockchain-powered decentralized computing platform. 42 | - [Cortex Labs](https://www.cortexlabs.ai/) - Cortex Labs is a decentralized AI platform with a virtual machine that allows you to execute AI programs on-chain. 43 | - [Fetch.ai](https://fetch.ai/) - Fetch.ai is a decentralized machine learning platform based on a distributed ledger, that enables secure sharing, connection and transactions based on any data globally. 44 | - [Oraichain](https://orai.io/) - Oraichain is the world's first intelligent and secure solution for emerging Web3, scalable Dapps, and decentralized AI. 45 | - [Bittensor](https://bittensor.com/) - Bittensor is an open-source protocol that powers a decentralized, blockchain-based machine learning network. [Related resources.](https://taostats.io/links/) 46 | - [Alethea AI](https://alethea.ai/) - A research and development studio building at the intersection of Generative AI and Blockchain. 47 | - [Vanna Labs](https://www.vannalabs.ai/) - An Ethereum L2 rollup that supports native, seamless, and trustless AI/ML inferences on-chain to empower decentralized applications. 48 | 49 | ### Blockchain projects for AI algorithms 50 | - [Danku](https://github.com/algorithmiaio/danku) - A blockchain-based protocol for evaluating and purchasing ML models on a public blockchain such as Ethereum. [Blog post.](https://algorithmia.com/research/ml-models-on-blockchain) 51 | - [Decentralized & Collaborative AI on Blockchain](https://github.com/microsoft/0xDeCA10B) - 0xDeCA10B is a framework to host and train publicly available machine learning models in smart contracts with incentive mechanisms to encourage good quality training data while keeping the models free to use for prediction. [Blog post.](https://www.microsoft.com/en-us/research/blog/leveraging-blockchain-to-make-machine-learning-models-more-accessible/) 52 | 53 | ## Blockchains for data 54 | 55 | - [Ocean Protocol](https://oceanprotocol.com/) - Ocean Protocol is a decentralized data exchange protocol that lets people share and monetize data while guaranteeing control, auditability, transparency and compliance to all actors involved. Its network handles storing of the metadata (i.e. who owns what), links to the data itself, and more. 56 | 57 | ## Blockchains for computation 58 | 59 | - [TrueBit](https://truebit.io/) - TrueBit gives Ethereum smart contracts a computational boost. 60 | - [DeepBrain Chain](https://www.deepbrainchain.org/) - A decentralized AI computing platform that supplies processing power to companies looking to develop A.I. technologies. 61 | - [Nunet](https://www.nunet.io/) - A globally decentralized computing framework that combines latent computing power of independently owned compute devices across the globe into a dynamic marketplace of compute resources. 62 | - [Phala Network](https://phala.network/) - A decentralized off-chain compute infrastructure for Web3 development. 63 | 64 | ## Blockchains for AI in finance 65 | 66 | - [Numerai](https://numer.ai/) - Numerai is a hedge fund powered by a network of anonymous data scientists that build machine learning models to operate on encrypted data and stake cryptocurrency to express confidence in their models. 67 | - [Cindicator](https://cindicator.com/) - Cindicator is a crowd-sourced prediction engine for financial and crypto indicators. 68 | - [Erasure](https://erasure.xxx/) - Erasure is a decentralized protocol and data marketplace for financial predictions. 69 | 70 | ## Blockchains for AI in medicine 71 | 72 | - [doc.ai](https://doc.ai/about) - doc.ai aims to decentralize precision medicine on the blockchain by using AI. 73 | - [BurstIQ](https://www.burstiq.com/) - Healthcare data marketplace with granular ownership and granular consent of data. By using on-chain storage on a custom blockchain, BurstIQ can comply with HIPAA, GDPR, and other regulations. 74 | 75 | ## Blockchains for AI in supply chains 76 | 77 | ## Academic Research 78 | - [Coin.AI](https://doi.org/10.3390/e21080723) - Baldominos, A., & Saez, Y. (2019). Coin.AI: A proof-of-useful-work scheme for blockchain-based distributed deep learning. *Entropy*, 21(8), 723. 79 | - [WekaCoin](https://doi.org/10.1109/DAPPCON.2019.00023) - Bravo-Marquez, F., Reeves, S., & Ugarte, M. (2019, April). Proof-of-learning: a blockchain consensus mechanism based on machine learning competitions. In *2019 IEEE International Conference on Decentralized Applications and Infrastructures (DAPPCON)* (pp. 119-124). IEEE. 80 | - [Deep Learning-Based Consensus](https://arxiv.org/abs/1904.07349) - Li, B., Chenli, C., Xu, X., Shi, Y., & Jung, T. (2019). DLBC: A Deep Learning-Based Consensus in Blockchains for Deep Learning Services. *arXiv preprint arXiv:1904.07349*. 81 | - [Proof of Deep Learning](https://doi.org/10.1109/BLOC.2019.8751419) - Chenli, C., Li, B., Shi, Y., & Jung, T. (2019, May). Energy-recycling blockchain with proof-of-deep-learning. In *2019 IEEE International Conference on Blockchain and Cryptocurrency (ICBC)* (pp. 19-23). IEEE. 82 | - [BlockML](https://doi.org/10.1145/3366624.3368156) - Merlina, A. (2019, December). BlockML: a useful proof of work system based on machine learning tasks. In *Proceedings of the 20th International Middleware Conference Doctoral Symposium* (pp. 6-8). 83 | - [Convergence of AI and DLT](https://doi.org/10.1109/ACCESS.2020.2981447) - Pandl, K. D., Thiebes, S., Schmidt-Kraepelin, M., & Sunyaev, A. (2020). On the convergence of artificial intelligence and distributed ledger technology: A scoping review and future research agenda. *IEEE Access*, 8, 57075-57095. 84 | - [Proof of Learning](https://arxiv.org/abs/2007.15145) - Lan, Y., Liu, Y., & Li, B. (2020). Proof of Learning (PoLe): Empowering Machine Learning with Consensus Building on Blockchains. *arXiv preprint arXiv:2007.15145*. 85 | - [Decentralized and Collaborative AI on Blockchain](https://doi.org/10.1109/Blockchain.2019.00057) - Harris, J. D., & Waggoner, B. (2019, July). Decentralized and collaborative AI on blockchain. In *2019 IEEE International Conference on Blockchain (Blockchain)* (pp. 368-375). IEEE. 86 | - [Decentralized and Collaborative AI on Blockchain](https://doi.org/10.1007/978-3-030-59638-5_10) - Harris, J. D. (2020, September). Analysis of Models for Decentralized and Collaborative AI on Blockchain. In *International Conference on Blockchain* (pp. 142-153). Springer, Cham. 87 | - [Hyperparameter Optimization](https://doi.org/10.3389/fbloc.2020.00023) - Mittal, A., & Aggarwal, S. (2020). Hyperparameter optimization using sustainable proof of work in blockchain. *Frontiers in Blockchain*, 3, 23. 88 | - [Proof of Federated Learning](https://doi.org/10.1109/TPDS.2021.3056773) - Qu, X., Wang, S., Hu, Q., & Cheng, X. (2021). Proof of federated learning: A novel energy-recycling consensus algorithm. *IEEE Transactions on Parallel and Distributed Systems*, 32(8), 2074-2085. 89 | - [Proof of neural architecture](https://doi.org/10.1109/ICBC51069.2021.9461067) - Li, B., Lu, Q., Jiang, W., Jung, T., & Shi, Y. (2021, May). A mining pool solution for novel proof-of-neural-architecture consensus. In *2021 IEEE International Conference on Blockchain and Cryptocurrency (ICBC)* (pp. 1-3). IEEE. 90 | 91 | ## License 92 | 93 | [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 94 | 95 | To the extent possible under law, [Steven Van Vaerenbergh](https://github.com/steven2358) has waived all copyright and related or neighboring rights to this work. 96 | --------------------------------------------------------------------------------