{"id":13489485,"url":"https://github.com/BasedHardware/OpenGlass","last_synced_at":"2025-03-28T04:31:13.749Z","repository":{"id":239485329,"uuid":"799645136","full_name":"BasedHardware/OpenGlass","owner":"BasedHardware","description":"Turn any glasses into AI-powered smart glasses","archived":false,"fork":false,"pushed_at":"2024-08-14T21:27:33.000Z","size":3511,"stargazers_count":3585,"open_issues_count":36,"forks_count":456,"subscribers_count":60,"default_branch":"main","last_synced_at":"2025-03-27T08:05:51.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://openglass.ai","language":"C","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/BasedHardware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-05-12T18:47:07.000Z","updated_at":"2025-03-27T06:17:12.000Z","dependencies_parsed_at":"2024-05-16T06:51:39.508Z","dependency_job_id":"bf0c4e92-cb40-4f8d-9166-f5790ead40c4","html_url":"https://github.com/BasedHardware/OpenGlass","commit_stats":null,"previous_names":["basedhardware/openglass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasedHardware%2FOpenGlass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasedHardware%2FOpenGlass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasedHardware%2FOpenGlass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BasedHardware%2FOpenGlass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BasedHardware","download_url":"https://codeload.github.com/BasedHardware/OpenGlass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245970574,"owners_count":20702447,"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":[],"created_at":"2024-07-31T19:00:28.805Z","updated_at":"2025-03-28T04:31:13.723Z","avatar_url":"https://github.com/BasedHardware.png","language":"C","readme":"## ℹ️ 🔴 We moved this project to [Omi repository](https://github.com/BasedHardware/Omi). Current repo isn't supported anymore =\u003e\n\n# OpenGlass - Open Source Smart Glasses\n\nTurn any glasses into hackable smart glasses with less than $25 of off-the-shelf components. Record your life, remember people you meet, identify objects, translate text, and more.\n\n![OpenGlass](https://github.com/BasedHardware/OpenGlass/assets/43514161/2fdc9d9d-2206-455c-ba60-10dbd6fb3dfb)\n\n\n## Video Demo\n\n[![OpenGlass Demo](https://img.youtube.com/vi/DsM_-c2e1ew/0.jpg)](https://youtu.be/DsM_-c2e1ew)\n\n## Want a Pre-built Version?\n\nWe will ship a limited number of pre-built kits. Fill out the [interest form](https://basedhardware.com/openglass) to get notified.\n\n## Community\n\nJoin the [Based Hardware Discord](https://discord.com/invite/ZutWMTJnwA) for setup questions, contribution guide, and more.\n\n## Getting Started\n\nFollow these steps to set up OpenGlass:\n\n### Hardware\n\n1. Gather the required components:\n   - [Seeed Studio XIAO ESP32 S3 Sense](https://www.amazon.com/dp/B0C69FFVHH/ref=dp_iou_view_item?ie=UTF8\u0026psc=1)\n   - [EEMB LP502030 3.7v 250mAH battery](https://www.amazon.com/EEMB-Battery-Rechargeable-Lithium-Connector/dp/B08VRZTHDL)\n   - [3D printed glasses mount case](https://storage.googleapis.com/scott-misc/openglass_case.stl)\n\n2. 3D print the glasses mount case using the provided STL file.\n\n3. Open the [firmware folder](https://github.com/BasedHardware/openglass/tree/main/firmware) and open the `.ino` file in the Arduino IDE.\n   - If you don't have the Arduino IDE installed, download and install it from the [official website](https://www.arduino.cc/en/software).\n   - Alternatively, follow the steps in the [firmware readme](firmware/readme.md) to build using `arduino-cli`\n\n4. Follow the software preparation steps to set up the Arduino IDE for the XIAO ESP32S3 board:\n   - Add ESP32 board package to your Arduino IDE:\n     - Navigate to File \u003e Preferences, and fill \"Additional Boards Manager URLs\" with the URL: `https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json`\n     - Navigate to Tools \u003e Board \u003e Boards Manager..., type the keyword `esp32` in the search box, select the latest version of `esp32`, and install it.\n   - Select your board and port:\n     - On top of the Arduino IDE, select the port (likely to be COM3 or higher).\n     - Search for `xiao` in the development board on the left and select `XIAO_ESP32S3`.\n\n5. Before you flash go to the \"Tools\" drop down in the Arduino IDE and make sure you set \"PSRAM:\" to be \"PSRAM: \"OPI PSRAM\"\n\n![Like this](image.png)\n\n6. Upload the firmware to the XIAO ESP32S3 board.\n\n### Software\n\n1. Clone the OpenGlass repository and install the dependencies:\n   ```\n   git clone https://github.com/BasedHardware/openglass.git\n   cd openglass\n   npm install\n   ```\n   You can also use **yarn** to install, by doing\n   ```\n   yarn install\n   ```\n\n3. Add API keys for Groq and OpenAI in the `keys.ts` file located at [https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts](https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts).\n\n4. For Ollama, self-host the REST API from the repository at [https://github.com/ollama/ollama](https://github.com/ollama/ollama) and add the URL to the `keys.ts` file. The URL should be http://localhost:11434/api/chat\n5. go to terminal and type \"ollama pull moondream:1.8b-v2-fp16\"\n\n\n6. Start the application:\n   ```\n   npm start\n   ```\n\n   If using **yarn** start the application with\n   ```\n   yarn start\n   ```\n\n   Note: This is an Expo project. For now, open the localhost link (this will appear after completing step 5) to access the web version.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## [ℹ️ 🔴 We moved this project to Omi repository. Current repo isn't supported anymore =\u003e](https://github.com/BasedHardware/Omi)\n","funding_links":[],"categories":["C","Repos","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBasedHardware%2FOpenGlass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBasedHardware%2FOpenGlass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBasedHardware%2FOpenGlass/lists"}