{"id":37085022,"url":"https://github.com/djm93dev/me_gpt","last_synced_at":"2026-01-14T10:27:01.795Z","repository":{"id":216226012,"uuid":"657782790","full_name":"djm93dev/me_gpt","owner":"djm93dev","description":"With ME_GPT, you can store your cherished memories in a local vector database and leverage them to give Chat GPT the extraordinary ability to clone your unique personality and knowledge.","archived":false,"fork":false,"pushed_at":"2024-11-12T01:19:55.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-22T15:30:01.558Z","etag":null,"topics":["ai","chatbot","chatgpt","vectordatabase"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/me-gpt/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djm93dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-23T21:00:02.000Z","updated_at":"2025-06-24T23:12:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ec7fa41-9332-4f39-a3d5-b66998c3a0df","html_url":"https://github.com/djm93dev/me_gpt","commit_stats":null,"previous_names":["djm93dev/me_gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djm93dev/me_gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djm93dev%2Fme_gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djm93dev%2Fme_gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djm93dev%2Fme_gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djm93dev%2Fme_gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djm93dev","download_url":"https://codeload.github.com/djm93dev/me_gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djm93dev%2Fme_gpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417168,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:25:19.714Z","status":"ssl_error","status_checked_at":"2026-01-14T10:22:49.371Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ai","chatbot","chatgpt","vectordatabase"],"created_at":"2026-01-14T10:27:01.111Z","updated_at":"2026-01-14T10:27:01.786Z","avatar_url":"https://github.com/djm93dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ME_GPT\n\nME_GPT revolutionizes the way you interact with Chat GPT by introducing a powerful memory storage system and self-cloning functionality. With ME_GPT, you can store your cherished memories in a local vector database and leverage them to give Chat GPT the extraordinary ability to clone your unique personality and knowledge.\n\n## Installation \u0026 Setup:\n\n### 1. Create and activate a Python virtual environment\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n### 2. Install the library\n```bash\npip install me-gpt\n```\n\n### 3. Create a .env file in your project directory\nCreate a new file named `.env` and add your OpenAI API key:\n```\nOPEN_AI_API_KEY=your_api_key_here\n```\n\nTo get your OpenAI API key, visit: https://platform.openai.com/account/api-keys\n\n### 4. Test the library\n```python\nfrom me_gpt import *\n\n# Initial questions to help your clone get started:\ninitial_questions()\n\n# Have your clone ask you more questions:\nmore_questions(number_of_questions=3)\n\n# Ask your clone a question with custom instructions:\nquestion = \"What is your Name?\"\ninstructions = \"Give your answer with a pirate accent.\"\nprint(prompt_memory(question, instructions))\n\n# Chat with your clone in the terminal:\nchat_with_clone()\n```\n\n## Key Features:\n\n1. **Memory Storage**: Store memories, experiences, and information in a local vector database. Capture the essence of your persona and knowledge, creating a comprehensive data repository for Chat GPT to utilize.\n\n2. **Self-Cloning Capability**: Enable Chat GPT to clone your personality and knowledge using the stored memories. Watch as Chat GPT adapts to your unique style, preferences, and expertise.\n\n3. **Efficient Retrieval**: Experience fast memory retrieval through the vectorized storage system. Retrieve memories seamlessly for smooth and natural conversations with your cloned agent.\n\n4. **User-Friendly Integration**: Simple and intuitive integration process for both developers and enthusiasts to incorporate ME_GPT into their Chat GPT projects.\n\n## Development Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/djm93dev/me_gpt.git\ncd me_gpt\n```\n\n2. Create and activate a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install the package in development mode:\n```bash\npip install -e .\n```\n\n4. Navigate to the src directory and run the example:\n```bash\ncd src\npython examples/example.py\n```\n\n## Contributing\n\nWe welcome contributions! Please check out our [roadmap](https://github.com/djm93dev/me_gpt/blob/main/ROADMAP.md) for planned features and areas where you can help. Read our [contributing document](https://github.com/djm93dev/me_gpt/blob/main/.github/CONTRIBUTING.md) for more information.\n\nWe're currently seeking maintainers and community organizers to help build the community around this project. If you're interested in an official role, please email daniel@danielmcdonald.dev.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjm93dev%2Fme_gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjm93dev%2Fme_gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjm93dev%2Fme_gpt/lists"}