[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73177":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":15,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":29,"lastSyncTime":30,"discoverSource":31},73177,"OpenGlass","BasedHardware\u002FOpenGlass","BasedHardware","Turn any glasses into AI-powered smart glasses","https:\u002F\u002Fopenglass.ai",null,"C",4055,525,61,36,0,6,15,18,83.26,"MIT License",false,"main",true,[],"2026-06-12 04:01:07","## ℹ️ 🔴 We moved this project to [Omi repository](https:\u002F\u002Fgithub.com\u002FBasedHardware\u002Fomi). Current repo isn't supported anymore =>\n## ℹ️ 🔴 We moved this project to [Omi repository](https:\u002F\u002Fgithub.com\u002FBasedHardware\u002Fomi). Current repo isn't supported anymore =>\n## ℹ️ 🔴 We moved this project to [Omi repository](https:\u002F\u002Fgithub.com\u002FBasedHardware\u002Fomi). Current repo isn't supported anymore =>\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:\u002F\u002Fgithub.com\u002FBasedHardware\u002FOpenGlass\u002Fassets\u002F43514161\u002F2fdc9d9d-2206-455c-ba60-10dbd6fb3dfb)\n\n\n## Video Demo\n\n[![OpenGlass Demo](https:\u002F\u002Fimg.youtube.com\u002Fvi\u002FDsM_-c2e1ew\u002F0.jpg)](https:\u002F\u002Fyoutu.be\u002FDsM_-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:\u002F\u002Fbasedhardware.com\u002Fopenglass) to get notified.\n\n## Community\n\nJoin the [Based Hardware Discord](https:\u002F\u002Fdiscord.com\u002Finvite\u002FZutWMTJnwA) 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:\u002F\u002Fwww.amazon.com\u002Fdp\u002FB0C69FFVHH\u002Fref=dp_iou_view_item?ie=UTF8&psc=1)\n   - [EEMB LP502030 3.7v 250mAH battery](https:\u002F\u002Fwww.amazon.com\u002FEEMB-Battery-Rechargeable-Lithium-Connector\u002Fdp\u002FB08VRZTHDL)\n   - [3D printed glasses mount case](https:\u002F\u002Fstorage.googleapis.com\u002Fscott-misc\u002Fopenglass_case.stl)\n\n2. 3D print the glasses mount case using the provided STL file.\n\n3. Open the [firmware folder](https:\u002F\u002Fgithub.com\u002FBasedHardware\u002Fopenglass\u002Ftree\u002Fmain\u002Ffirmware) 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:\u002F\u002Fwww.arduino.cc\u002Fen\u002Fsoftware).\n   - Alternatively, follow the steps in the [firmware readme](firmware\u002Freadme.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 > Preferences, and fill \"Additional Boards Manager URLs\" with the URL: `https:\u002F\u002Fraw.githubusercontent.com\u002Fespressif\u002Farduino-esp32\u002Fgh-pages\u002Fpackage_esp32_index.json`\n     - Navigate to Tools > Board > 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:\u002F\u002Fgithub.com\u002FBasedHardware\u002Fopenglass.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:\u002F\u002Fgithub.com\u002FBasedHardware\u002FOpenGlass\u002Fblob\u002Fmain\u002Fsources\u002Fkeys.ts](https:\u002F\u002Fgithub.com\u002FBasedHardware\u002FOpenGlass\u002Fblob\u002Fmain\u002Fsources\u002Fkeys.ts).\n\n4. For Ollama, self-host the REST API from the repository at [https:\u002F\u002Fgithub.com\u002Follama\u002Follama](https:\u002F\u002Fgithub.com\u002Follama\u002Follama) and add the URL to the `keys.ts` file. The URL should be http:\u002F\u002Flocalhost:11434\u002Fapi\u002Fchat\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 =>](https:\u002F\u002Fgithub.com\u002FBasedHardware\u002FOmi)\n","OpenGlass项目旨在将任何普通眼镜转变为具有AI功能的智能眼镜。通过使用成本低于25美元的现成组件，用户可以实现生活记录、人物识别、物体识别以及文本翻译等功能。该项目基于C语言开发，支持多种实用场景，如日常辅助、学习和工作等，特别适合对DIY技术感兴趣的个人或小型团队。尽管当前仓库已不再维护，并迁移至Omi仓库，但其提供的开源硬件设计方案及软件框架仍为开发者探索智能穿戴设备提供了宝贵的资源。",2,"2026-06-11 03:44:22","high_star"]