VoiceSence leverages the power of AI voice recognition to make web3 more inclusive.
Driven by our belief in the web3 future for all, our project - VoiceSence - aims at making web3 inclusive for everyone by alleviating barriers preventing people to transact on blockchain. We make web3 transactions possible for anyone who finds voice input more convenient than manual text input. VoiceSence aims to:
Our project’s logic uses AI models running within an execution layer to transform voice input into text and map it to the fields necessary to create a transaction. We then create a wallet connection to create and sign transactions on-chain.
VoiceSense uses the following tech stack:
We use Cartesi’s execution layer to bring the power of mature web2 solutions in Machine Learning voice recognition to web3.
The language recognition models used are provided by the Hugging Face AI.
The wallet provider is WalletConnect
Languages: JS, Python, TypeScript
The project is divided in the following milestones:
In this initial development stage of VoiceSense, we are running Cartesi Machine locally in the host mode. We achieved this by cloning the Cartesi Rollups-examples repository and using the Calculator DApp as a source. We took the Front-end echo as a source for our front-end application.
We integrate the Hugging Face AI model into the back-end in two phases: