Noun-style avatar generator based on user's photo. Makes user able to create some unique avatar
This project generates a pixelized version of customer's face with fancy Noun glasses on it and original gray noun background. The user then can send it to himself by the connected ETH address through XMTP protocol and use it whenever and wherever he wants. Probably this art can be also made an NFT and sold
The project built on basic Vue3 template to create an embeddable widget. Under the hood it uses small firebase cloud function to generate avatar using provided user photo. The algoirithm there uses withoutbg.com API to remove background from the picture and then it's getting resized and composed with Nouns sunglases using Jimp and returned back to the client. On client side it uses wagmi to connect ethereum wallet and retrieve an address to send the picture through XMTP. Before sending files through XMTP files are uploaded to encrypted decentralized web3 storage (filecoin)