✨Our Features
UpKeeps
Upkeeps were designed with our main users in mind, providing them with a convenient way to manage their daily activities. We have created different upkeeps for medications, daily routines, and appointments to assist them. We utilize chainlink time-based triggers to send daily notifications to users, reminding them about their condition and the importance of our app in their lives. Through the support of an aide, we help users stay organized and on top of their daily tasks. Let's explore more about the aides shortly. They are sent out every day by 00:00 UTC. Visit the automation app to view [here](https://automation.chain.link/mumbai/78250884674420149499567597107837171836915241595208721591796294044654571721181).
Aides
Aides is a special feature incorporated into our application. The idea behind aides is to provide close support to users experiencing memory loss, assisting them in managing their upkeeps and keeping their memories updated with important events as they happen. Aides offer additional help and much more to users who suffer from dementia, giving them someone close to rely on to manage upkeeps and activities on the application.
Iris
Iris is the dedicated memory assistant of Me, Myself & AI. Each individual can interact with Iris by providing real-time events, enabling them to revisit and discuss any forgotten memories later on. Behind the scenes, Iris utilizes the LIT protocol access control to encrypt users' memories through our core smart contract. These encrypted memories are stored on IPFS. To keep the memory updated, we leverage web3.storage's w3name, which provides us with an updatable pointer CID. This encrypted memory is then processed by langchain, allowing users to access and communicate with their decrypted memory whenever they request it.
The associated repo where all the magic is over at https://github.com/MeMyselfAndAIHub/client
Tags
Now here's a feature that isn't just limited to our primary audience of individuals with dementia but is open to everyone. Tags offer a unique way to capture those unforgettable moments in life. Let me explain how tags work. Imagine you attend a Kendrick Lamar concert. Right after the show, you have vivid memories of the entire event. To preserve that experience, you can create a tag, let's say named 'KendrickShow23,' representing the concert. You can then add all the details about the show to the tag. Fast forward two years later, and you want to relive the emotions you felt in that moment. Thanks to the tag you created, you can engage in a conversation with Iris and inquire about the specific details you noted down. The tag's name triggers a memory, allowing you to revisit and cherish that experience. That's tags in a nutshell
Interesting Sections
Web3 storage Class -https://github.com/MeMyselfAndAIHub/client/blob/main/helpers/storage.ts
getCurrentMemoryandAskfunctions -https://github.com/MeMyselfAndAIHub/client/blob/main/components/iris/AskMemory.tsxgetPreviousMemoryandUpdateMemoryfunctions -https://github.com/MeMyselfAndAIHub/client/blob/main/components/iris/FeedMemory.tsxUpdateMemoryfunction - https://github.com/MeMyselfAndAIHub/client/blob/main/pages/application/tags.tsx
Last updated