{"id":19282598,"url":"https://github.com/richardevcom/memba","last_synced_at":"2025-04-22T01:32:09.030Z","repository":{"id":245916887,"uuid":"819550086","full_name":"richardevcom/memba","owner":"richardevcom","description":"SMS reminders for elderly using Twilio API, Vertex AI \u0026 Google Cloud services.","archived":false,"fork":false,"pushed_at":"2024-07-26T02:01:23.000Z","size":271,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-26T03:25:41.448Z","etag":null,"topics":["api","challange","cloud","gemini","google","mysql","prisma","run","sms","sql","ts","twilio","typescript","vertex"],"latest_commit_sha":null,"homepage":"https://dev.to/richardevcom/memba-twilio-vertex-ai-reminder-system-for-seniors-who-dont-memba-5h02","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardevcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["richardevcom"],"custom":["buymeacoffee.com/richardevcom","revolut.me/richardevcom"]}},"created_at":"2024-06-24T18:25:25.000Z","updated_at":"2024-07-26T02:01:27.000Z","dependencies_parsed_at":"2024-06-24T20:24:52.325Z","dependency_job_id":"3e477971-b31b-4c9e-94aa-76753041a00e","html_url":"https://github.com/richardevcom/memba","commit_stats":null,"previous_names":["richardevcom/memba"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardevcom%2Fmemba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardevcom%2Fmemba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardevcom%2Fmemba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardevcom%2Fmemba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardevcom","download_url":"https://codeload.github.com/richardevcom/memba/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223886417,"owners_count":17219741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","challange","cloud","gemini","google","mysql","prisma","run","sms","sql","ts","twilio","typescript","vertex"],"created_at":"2024-11-09T21:27:40.744Z","updated_at":"2024-11-09T21:27:41.367Z","avatar_url":"https://github.com/richardevcom.png","language":"TypeScript","readme":"## 'memba? SMS Reminders for Seniors\n\n![GitHub package.json version](https://img.shields.io/github/package-json/v/richardevcom/memba)\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.ibb.co/2jhkNs2/memba-ezgif-com-loop-count.gif\" /\u003e\n\u003c/p\u003e\n\n**Memba** is a digital assistant designed to help seniors stay on top of their daily tasks by sending them SMS reminders. It leverages the power of Google Cloud services and machine learning to provide a user-friendly and intelligent solution.\n\u003cbr/\u003e_*This project was created as part of **Twilio challange**._\u003cbr/\u003e\n\n👉 **[Read article and see demo here.](https://dev.to/richardevcom/memba-twilio-vertex-ai-reminder-system-for-seniors-who-dont-memba-5h02)**\n\n![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge\u0026logo=GitHub-Sponsors\u0026logoColor=#EA4AAA)\n\n### Features\n\n- **Simple and Familiar:** Memba utilizes SMS, a technology most seniors are already comfortable with. No need to learn new apps or interfaces!\n- **AI-Powered Understanding:** Vertex AI, a powerful language model from Google Cloud, ensures accurate parsing of reminder messages, even with variations in phrasing.\n- **Secure Storage:** Reminders are securely stored in a Google Cloud SQL MySQL database.\n- **Automated Delivery:** Scheduled background jobs ensure timely delivery of reminder notifications via SMS.\n\n### Installation\n\n**Prerequisites:**\n\n- Node.js and npm, pnpm (or yarn) installed on your system.\n- A Twilio account with a phone number.\n- A Google Cloud project with Cloud Run, Vertex AI and Cloud SQL enabled.\n\n**Setting Up:**\n\n1. Clone this repository:\n\n```bash\ngit clone https://github.com/richardevcom/memba.git\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n```\n\n**Configuration:**\n\n1. Create a `.env` file in the project root directory.\n2. Add the following environment variables to your `.env` file, replacing the placeholders with your actual credentials:\n\n```\nTWILIO_ACCOUNT_SID=your_twilio_account_sid\nTWILIO_AUTH_TOKEN=your_twilio_auth_token\nTWILIO_PHONE_NUMBER=your_twilio_phone_number\nAPI_ENDPOINT=your_node_api_endpoint\nVERTEX_AI_PROJECT_ID=your_vertex_ai_project_id\nVERTEX_AI_LOCATION=your_vertex_ai_location\nGOOGLE_CLOUD_PROJECT=your_google_cloud_project_id\nCLOUD_SQL_CONNECTION_STRING=your_cloud_sql_connection_string\n```\n\n**Running Memba:**\n\n```bash\nnpm start\n```\n\nThis will start the Memba application in production mode.\n\n### Development\n\nFor development purposes, you can use the following commands:\n\n- `npm run build`: Builds the application for development.\n- `npm run dev`: Starts the application in development mode with hot reloading.\n- `npm run db:push`: Pushes your Prisma schema changes to the database.\n- `npm run db:migrate`: Applies Prisma migrations to your database.\n- `npm run db:studio`: Opens Prisma Studio for interacting with your database.\n\n### License\n\nMemba is licensed under the GPL-3.0-only license. See the [`LICENSE`](LICENSE) file for details.\n\n### Contributing\n\nWe welcome contributions to Memba! Please see the `CONTRIBUTING.md` file (if it exists) for guidelines on how to contribute.\n\n### Authors\n\n- [Ayush](https://github.com/is-it-ayush)\n- [richardevcom](https://github.com/richardevcom)\n","funding_links":["https://github.com/sponsors/richardevcom","buymeacoffee.com/richardevcom","revolut.me/richardevcom"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardevcom%2Fmemba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardevcom%2Fmemba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardevcom%2Fmemba/lists"}