UniquenessDAO is a voting mechanism which uses machine learning to assign each voter a uniqueness score.
• Setup • Demo • Team • Features • Vision • License •
Install node >= 14 and npm. Run the command:
$ npm install -g npmto install the dependencies.
Proceed to the directory deploy, deploy.js for more information for setup.
Walkthrough: https://www.youtube.com/watch?v=Tm6-Y1O-2es
Email: zacyapjq@gmail.com
Github: https://github.com/zacyapjq
Email: theheralding@gmail.com
Github: https://github.com/YZLoh
Email: gkoumoussis@gmail.com
Github: https://github.com/gkoum-7
Email: devchain7890@gmail.com
Github: https://github.com/hougangdev
- Uses machine learning to assign each voter a uniqueness score.
- Filecoin IPFS allows us to store the input data, intermediate ML model outputs and uniqueness scores assigned to each user for each DAO proposal vote with provable authenticity and Chainlink oracles external adapter allow us to read the data using a smart contract. (Watch Demo for example. Here's the contract and CID to json file on web3storage)
- Voter uniqueness is based on the type of proposal as determined by a Machine Learning clustering algorithm. Voter weights (also termed uniqueness scores) range from 0 to 100, and are calculated based on the voter’s composition of voting patterns.
The MIT License (MIT)