{"id":20251604,"url":"https://github.com/trina0224/cyberdeck001","last_synced_at":"2026-04-21T13:04:49.141Z","repository":{"id":260744186,"uuid":"882223947","full_name":"Trina0224/Cyberdeck001","owner":"Trina0224","description":"RPI + Dual Camera + ChatGPT + Claude + Gemini + Grok + Perplexity + 5\" Screen + Speaker\u0026Mic","archived":false,"fork":false,"pushed_at":"2024-11-12T08:23:36.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T02:47:01.759Z","etag":null,"topics":["chatgpt-api","claude-api","gemini-api","grok-api","perplexity-api","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trina0224.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-11-02T08:15:26.000Z","updated_at":"2024-11-12T08:23:39.000Z","dependencies_parsed_at":"2024-11-02T09:22:34.203Z","dependency_job_id":"10280293-a536-4c5c-bc58-5641b8c69c32","html_url":"https://github.com/Trina0224/Cyberdeck001","commit_stats":null,"previous_names":["trina0224/cyberdeck001"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trina0224%2FCyberdeck001","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trina0224%2FCyberdeck001/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trina0224%2FCyberdeck001/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trina0224%2FCyberdeck001/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trina0224","download_url":"https://codeload.github.com/Trina0224/Cyberdeck001/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241702419,"owners_count":20005965,"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":["chatgpt-api","claude-api","gemini-api","grok-api","perplexity-api","raspberry-pi"],"created_at":"2024-11-14T10:11:14.177Z","updated_at":"2026-04-21T13:04:44.067Z","avatar_url":"https://github.com/Trina0224.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis Python GUI program allows users to interact with ChatGPT, Claude, Gemini, Grok, and Perplexity. You can ask ChatGPT, Claude, and Gemini to capture and analyze images from two connected cameras. As ChatGPT, Claude, Gemini, and Grok lack built-in online search capabilities, Perplexity has been integrated for this function. The system can call on Perplexity for support when necessary, not only for interaction but also for search tasks.\n\nThe program enables these AI models to request an online search by generating `{\"Online Search\": \"xxxx\"}`. This command prompts Perplexity to perform the search and relay the results back to the requesting AI. Additionally, the models can interact with the cameras using the command `{\"Camera\": \"1 or 2\"}`.\n\n# Cyberdeck001 Setup Guide\n\n## Initial Setup\n\n1. Create a file named `openai_key.txt` in the project directory and paste your OpenAI API key into it.\n2. Create a file named `anthropic_key.txt` for Claude and add your API key.\n3. For Gemini, create `google_key.txt` and paste the API key into it.\n4. For Perplexity, create `perplexity_key.txt` and include the API key.\n\n## Requirements\n\n(Use `--break-system-packages` if not using a virtual environment)\n\n```bash\npip install -r requirements.txt\n```\n\nTo use the exact package versions:\n\n```bash\npip install -r requirements_fix.txt\n```\n\n### Additional Dependencies\n\nFor Debian/Ubuntu systems, run the following:\n\n```bash\nsudo apt-get update\nsudo apt-get install -y \\\n    python3-tk \\\n    portaudio19-dev \\\n    python3-pil.imagetk\n```\n\n## Running the Program\n\nTo start the program, use the command:\n\n```bash\npython main.py\n```\n\n## Hardware Requirements\n\n1. **Raspberry Pi 5**  \n   - Recommended for dual-camera usage.\n   - Alternatively, a Raspberry Pi 4 can be used with a USB camera, or the code can be modified for single-camera use.\n2. **HDMI Output**\n3. **Audio Device**  \n   - USB-to-speaker + MIC dongle or separate audio input/output dongles.\n   - Compatible audio shields or gloves can also be used.\n\n## Known Issues\n\n1. ~~Color rendering issues with both camera outputs.~~\n2. Basic GUI design that may impact user experience.\n3. Keyboard shortcuts do not work when the input box is focused.\n4. ~~Incomplete package list.~~\n\n## Release Information\n\n**v0.5.0**: Fully functional chat interface supporting only ChatGPT.\n\n## Models\n\n- **OpenAI**: `gpt-4o-mini`, `gpt-4o`\n- **Claude**: `claude-3-5-sonnet-20241022`\n- **Gemini**: `gemini-1.5-flash`\n- **Grok**: `grok-demo` (Released Nov 4, 2024; image support to be released. No additional Python libraries required.)\n- **Perplexity**: `llama-3.1-sonar-large-128k-online`  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrina0224%2Fcyberdeck001","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrina0224%2Fcyberdeck001","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrina0224%2Fcyberdeck001/lists"}