- Worldcoin - proof of humanity
- Polygon ID - issue and verify credentials
- Filecoin - storage and compute
- Uniswap v4 - hook to gate access w/ credentials / NFT
- Volunteer uploads photo/video of footage of environmental service to Filecoin database
- System verification of the entry (executed by an AI model - kinetic 400(441 - garbage collecting)
- System points to volunteer’s account (given the positive verification)
- Volunteer claims Polygon ID, which provides them access to benefits and services
- The Polygon ID can be claimed at a designated number of points
- There are different benefits and services at different point tiers: Tier I, Tier II, Tier III
- Uniswap v4 hook to provide access to only people with certain credentials (Polygon ID)
- AI chatbot
- Private events, including travel stipends for global events
# Clone the repository
git clone https://github.com/KaiStryker/ReCentiFi.git
# Navigate to the directory
cd ReCentiFi
# Install dependencies
npm install
In order to run the ai model, python needs to be installed.
# Make sure python is downloaded
python3 --version
If not installed, install the latest version from the website.
Run the Installer: Once the .pkg file is downloaded, double-click on it to run the installer and follow the installation steps.
Verify Installation: Open a new Terminal and type python3 --version and press Enter. This should display the version of Python you just installed.
Once installed, run the following:
pip install openvino
brew install opencv
# Navigate to the directory
cd backend
# Install dependencies
npm install
#run script
node server.js
# Navigate to the directory
cd frontend
# Install dependencies
npm install
#run script
npm run dev