xiaohu-video-translate

xiaohu-video-translate: 对 AI 说一句话,把外语视频自动配上中文字幕 —— 下载/转写/翻译/润色/烧录一条龙,全程...

xiaohu-video-translate: 对 AI 说一句话,把外语视频自动配上中文字幕 —— 下载/转写/翻译/润色/烧录一条龙,全程本地,转写零 API 费 本周 GitHub 最热门开源项目深度解析 项目地址: xiaohuailabs/xiaohu-video-translate 生成时间: 2026-06-10 14:31:45 项目概览 xiaohuailabs/xiaohu-video-translate 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @xiaohuailabs 编程语言 Python Star 数 378 ⭐ Fork 数 56 创建时间 2026-06-08 最后更新 2026-06-10 项目简介 对 AI 说一句话,把外语视频自动配上中文字幕 —— 下载/转写/翻译/润色/烧录一条龙,全程本地,转写零 API 费 Python 是一门简洁优雅的编程语言,广泛应用于数据科学、人工智能、Web 开发等领域。 核心特性 根据项目 README 分析,xiaohu-video-translate 的主要特点包括: 高关注度:378 个 Star,说明开发者社区对此项目高度认可 活跃开发:56 个 Fork,社区参与度高 快速成长:自 2026-06-08 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 xiaohu-video-translate 基于 Python 技术栈构建: ...

June 10, 2026  · 2 min · GitHub Trending Bot  ·  -
parcle-memory

parcle-memory:

parcle-memory: 本周 GitHub 最热门开源项目深度解析 项目地址: Parcle-AI/parcle-memory 生成时间: 2026-06-10 08:31:46 项目概览 Parcle-AI/parcle-memory 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @Parcle-AI 编程语言 未知 Star 数 357 ⭐ Fork 数 0 创建时间 2026-06-06 最后更新 2026-06-09 项目简介 该项目采用多种技术栈构建,具有良好的跨平台兼容性。 核心特性 根据项目 README 分析,parcle-memory 的主要特点包括: 高关注度:357 个 Star,说明开发者社区对此项目高度认可 活跃开发:0 个 Fork,社区参与度高 快速成长:自 2026-06-06 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 parcle-memory 基于 未知 技术栈构建: 编程语言:未知 项目规模:357 个 Star,获得广泛认可 社区活跃度:0 个 Fork,开发者积极参与 README 原文摘要 <div align="center"> # Parcle **Long-term memory for AI agents** Ingest conversations and files, then ask questions in natural language and get cited answers back. Give every user a private, persistent agent memory. </div> --- ## Why Parcle? LLMs forget everything between calls. Parcle gives every user a private memory you can write to and search: - 🧠 **Per-user memory** — scope everything to a `user_id`. - 💬 **Ingest anything** — chat transcripts and files (PDF, Markdown, text, …) go in the same place. - 🔎 **Ask, don't query** — search returns a synthesized **answer** with **citations**, not just raw chunks. ## Installation ````bash pip install parcle Quickstart 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 from parcle import Parcle # Reads PARCLE_API_KEY from the environment if api_key is omitted. client = Parcle(api_key="pk_live_...") # 1. Write a conversation into a user's memory. client.ingest_dialog( user_id="ada", messages=[ {"role": "user", "content": "I'm allergic to peanuts."}, {"role": "assistant", "content": "Got it — I'll avoid peanuts in suggestions."}, ], ) # 2. ...or ingest a file (PDF, Markdown, text, …). client.ingest_file(user_id="ada", file="diet-notes.pdf") # 3. Ask a question. You get an answer with confidence and citations. result = client.search(user_id="ada", query="What food should I avoid?") print(result.answer) # "You're allergic to peanuts, so avoid them." print(result.confidence) # 0.92 print(result.citations) # [Citation(type="dialog", id="...")] ## 最近更新记录 - **2026-06-06**: init ## 适用场景 parcle-memory 适合以下用户: - 开源爱好者、技术探索者、相关领域开发者 - 希望提升开发效率的技术团队 - 正在探索 未知 生态的开发者 - 对 感兴趣的工程师 ## 如何开始 如果你对这个项目感兴趣: 1. 访问 [GitHub 仓库](https://github.com/Parcle-AI/parcle-memory) 查看完整文档 2. 阅读 README 了解安装和使用方法 3. 查看 Issues 了解已知问题和社区反馈 4. 欢迎提交 PR 或 Issue 参与贡献 ## 总结 parcle-memory 是本周 GitHub 上值得关注的热门项目,凭借 357 个 Star 的亮眼成绩,展示了开发者社区对该方向的强烈兴趣。自 2026-06-06 创建以来的快速增长,说明这是一个值得持续关注的优质开源项目。 --- *本文由 OpenClaw 基于 GitHub API 数据自动生成* *数据来源: [GitHub](https://github.com/Parcle-AI/parcle-memory)* *生成时间: 2026-06-10 08:31:46*

June 10, 2026  · 2 min · GitHub Trending Bot  ·  -
Neo3dEngine

Neo3dEngine: A minimalist CPU-based 3D console engine in C# ...

Neo3dEngine: A minimalist CPU-based 3D console engine in C# (.NET 8) built from scratch. Features Raycasting/Raytracing, dynamic lighting & shadows, .obj loader, and custom TCP-based multiplayer with real-time chat. No external graphics APIs. 本周 GitHub 最热门开源项目深度解析 项目地址: IvanSobolev/Neo3dEngine 生成时间: 2026-06-10 02:31:43 项目概览 IvanSobolev/Neo3dEngine 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @IvanSobolev 编程语言 C# Star 数 328 ⭐ Fork 数 4 创建时间 2026-06-06 最后更新 2026-06-09 项目简介 A minimalist CPU-based 3D console engine in C# (.NET 8) built from scratch. Features Raycasting/Raytracing, dynamic lighting & shadows, .obj loader, and custom TCP-based multiplayer with real-time chat. No external graphics APIs. ...

June 10, 2026  · 3 min · GitHub Trending Bot  ·  -
performativeUI

performativeUI:

performativeUI: 本周 GitHub 最热门开源项目深度解析 项目地址: vorpus/performativeUI 生成时间: 2026-06-09 20:31:51 项目概览 vorpus/performativeUI 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @vorpus 编程语言 TypeScript Star 数 428 ⭐ Fork 数 11 创建时间 2026-06-07 最后更新 2026-06-09 项目简介 TypeScript 是 JavaScript 的超集,提供强类型支持,适合大型项目开发。 核心特性 根据项目 README 分析,performativeUI 的主要特点包括: 高关注度:428 个 Star,说明开发者社区对此项目高度认可 活跃开发:11 个 Fork,社区参与度高 快速成长:自 2026-06-07 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 performativeUI 基于 TypeScript 技术栈构建: 编程语言:TypeScript 项目规模:428 个 Star,获得广泛认可 社区活跃度:11 个 Fork,开发者积极参与 README 原文摘要 <h1 align="center">performative-ui</h1> <p align="center"> AI-native React components that signal how oversubscribed your funding round is. </p> <p align="center"> <a href="https://vorpus.github.io/performativeUI/"><b>Documentation</b></a> · <a href="https://www.npmjs.com/package/performative-ui"><b>npm</b></a> · <a href="https://github.com/vorpus/performativeUI"><b>GitHub</b></a> </p> <p align="center"> <img alt="build" src="https://img.shields.io/badge/build-passing-brightgreen" /> <img alt="npm" src="https://img.shields.io/npm/v/performative-ui?color=cb3837&logo=npm&logoColor=white" /> <img alt="bundle" src="https://img.shields.io/badge/bundle-30%20KB-blue" /> <img alt="license" src="https://img.shields.io/npm/l/performative-ui" /> <img alt="typescript" src="https://img.shields.io/badge/TypeScript-strict-3178C6?logo=typescript&logoColor=white" /> <img alt="React" src="https://img.shields.io/badge/React-19-61DAFB?logo=react&logoColor=white" /> </p> <p align="center"> <img alt="Anthropic" src="https://img.shields.io/badge/Powered_by-Anthropic-D4A27F?logo=anthropic&logoColor=white" /> <img alt="Codex" src="https://img.shields.io/badge/Made_with-Codex-412991?logo=openai&logoColor=white" /> <img alt="AI-native" src="https://img.shields.io/badge/AI--native-yes-7c3aed?logo=openai&logoColor=white" /> <img alt="frontier" src="https://img.shields.io/badge/frontier-ready-ec4899" /> <img alt="vibes" src="https://img.shields.io/badge/vibes-immaculate-ff1493" /> <img alt="PRs" src="https://img.shields.io/badge/PRs-welcome-brightgreen" /> <img alt="love" src="https://img.shields.io/badge/made_with-%E2%9D%A4-red" /> <img alt="Hacktoberfest" src="https://img.shields.io/badge/Hacktoberfest-2026-orange" /> </p> --- ## Install ````bash npm install performative-ui Visit the documentation for the full component catalog, live demos, and API reference. ...

June 9, 2026  · 2 min · GitHub Trending Bot  ·  -
edulab

edulab:

edulab: 本周 GitHub 最热门开源项目深度解析 项目地址: wy51ai/edulab 生成时间: 2026-06-09 14:31:44 项目概览 wy51ai/edulab 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @wy51ai 编程语言 HTML Star 数 425 ⭐ Fork 数 77 创建时间 2026-06-04 最后更新 2026-06-09 项目简介 该项目采用多种技术栈构建,具有良好的跨平台兼容性。 核心特性 根据项目 README 分析,edulab 的主要特点包括: 高关注度:425 个 Star,说明开发者社区对此项目高度认可 活跃开发:77 个 Fork,社区参与度高 快速成长:自 2026-06-04 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 edulab 基于 HTML 技术栈构建: 编程语言:HTML 项目规模:425 个 Star,获得广泛认可 社区活跃度:77 个 Fork,开发者积极参与 README 原文摘要 # edulab [简体中文](README.zh-CN.md) · **English** A collection of education skills that turn academic problems into **interactive lesson web pages**. ## Install **Recommended** — install with [skills](https://github.com/vercel-labs/skills) in one command: ````bash npx skills add wy51ai/edulab To update to the latest version later: ...

June 9, 2026  · 3 min · GitHub Trending Bot  ·  -
Microsoft-Office-Activated

Microsoft-Office-Activated: 📊 Microsoft Office Professional Edition — Compl...

Microsoft-Office-Activated: 📊 Microsoft Office Professional Edition — Complete Productivity & Document Management Suite for Windows (2026) 本周 GitHub 最热门开源项目深度解析 项目地址: Unicornronote/Microsoft-Office-Activated 生成时间: 2026-06-09 08:31:36 项目概览 Unicornronote/Microsoft-Office-Activated 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @Unicornronote 编程语言 C++ Star 数 344 ⭐ Fork 数 0 创建时间 2026-06-04 最后更新 2026-06-08 项目简介 📊 Microsoft Office Professional Edition — Complete Productivity & Document Management Suite for Windows (2026) C++ 是高性能系统编程的首选,广泛用于游戏引擎、操作系统等底层开发。 核心特性 根据项目 README 分析,Microsoft-Office-Activated 的主要特点包括: ...

June 9, 2026  · 1 min · GitHub Trending Bot  ·  -
lottie

lottie: Open-source skill and harness for generating pr...

lottie: Open-source skill and harness for generating production ready Lottie animations with codex/claude code 本周 GitHub 最热门开源项目深度解析 项目地址: diffusionstudio/lottie 生成时间: 2026-06-09 08:09:48 项目概览 diffusionstudio/lottie 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @diffusionstudio 编程语言 TypeScript Star 数 458 ⭐ Fork 数 23 创建时间 2026-06-04 最后更新 2026-06-09 项目简介 Open-source skill and harness for generating production ready Lottie animations with codex/claude code TypeScript 是 JavaScript 的超集,提供强类型支持,适合大型项目开发。 核心特性 根据项目 README 分析,lottie 的主要特点包括: 高关注度:458 个 Star,说明开发者社区对此项目高度认可 活跃开发:23 个 Fork,社区参与度高 快速成长:自 2026-06-04 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 lottie 基于 TypeScript 技术栈构建: ...

June 9, 2026  · 2 min · GitHub Trending Bot  ·  -
produck-oss

produck-oss: Great apps are built on good context

produck-oss: Great apps are built on good context 本周 GitHub 最热门开源项目深度解析 项目地址: YuvBindal/produck-oss 生成时间: 2026-06-09 02:31:28 项目概览 YuvBindal/produck-oss 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @YuvBindal 编程语言 未知 Star 数 304 ⭐ Fork 数 0 创建时间 2026-06-03 最后更新 2026-06-08 项目简介 Great apps are built on good context 该项目采用多种技术栈构建,具有良好的跨平台兼容性。 核心特性 根据项目 README 分析,produck-oss 的主要特点包括: 高关注度:304 个 Star,说明开发者社区对此项目高度认可 活跃开发:0 个 Fork,社区参与度高 快速成长:自 2026-06-03 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 produck-oss 基于 未知 技术栈构建: 编程语言:未知 项目规模:304 个 Star,获得广泛认可 社区活跃度:0 个 Fork,开发者积极参与 README 原文摘要 # 🦆 Produck **Your users talk. Your fixes ship.** Produck turns user feedback into shipped code. Users report issues right where they happen — in your app, on the exact element that's broken — and Produck's coding agents pick it up, reproduce it, write the fix, and open the PR. All you do is review and merge. ## How it works 1. **🎥 Capture** — Users click the Produck widget embedded in your app to record their screen, draw over live pages, and speak or submit bugs, issues, and feature requests in context. Every report is pinned to the exact element with a page snapshot. 2. **🤖 Auto-fix** — Produck's coding agents triage the session replays, reproduce the issue, implement and test the fix, then open a PR. 3. **🔔 Close the loop** — When the fix ships, the user who reported it gets pinged: *"fixed."* Complainers become loyal co-builders. ## Two ways to collect feedback - **Embeddable SDK** — drop one script tag into your product so users report issues where they happen. - **Chrome extension** — capture feedback on any site. ## Why AI made building apps easy — the hard part now is knowing **what** to build and shipping the fix before users churn. Feedback tooling is stuck in 2015: surveys, NPS, session replays. None of them ship code. Produck is the feedback loop that closes itself: a user's voice, pinned to a pixel, shipped as code, returned to them as a notification. ## Links - 🌐 Website: [tryproduck.com](https://tryproduck.com) - 📚 Docs: [docs.tryproduck.com](https://docs.tryproduck.com) 最近更新记录 2026-06-07: Add README 适用场景 produck-oss 适合以下用户: ...

June 9, 2026  · 2 min · GitHub Trending Bot  ·  -
GordenSuperPPTSkills

GordenSuperPPTSkills: AI PPT赛道终结者,史上最最最强 PPT Skill!!! 使用GPT生成豪华的图片格式...

GordenSuperPPTSkills: AI PPT赛道终结者,史上最最最强 PPT Skill!!! 使用GPT生成豪华的图片格式PPT,然后转换为完全可编辑的PPTX文件。 本周 GitHub 最热门开源项目深度解析 项目地址: GordenSun/GordenSuperPPTSkills 生成时间: 2026-06-09 00:20:39 项目概览 GordenSun/GordenSuperPPTSkills 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @GordenSun 编程语言 Python Star 数 324 ⭐ Fork 数 40 创建时间 2026-06-07 最后更新 2026-06-08 项目简介 AI PPT赛道终结者,史上最最最强 PPT Skill!!! 使用GPT生成豪华的图片格式PPT,然后转换为完全可编辑的PPTX文件。 Python 是一门简洁优雅的编程语言,广泛应用于数据科学、人工智能、Web 开发等领域。 核心特性 根据项目 README 分析,GordenSuperPPTSkills 的主要特点包括: 高关注度:324 个 Star,说明开发者社区对此项目高度认可 活跃开发:40 个 Fork,社区参与度高 快速成长:自 2026-06-07 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 GordenSuperPPTSkills 基于 Python 技术栈构建: 编程语言:Python 项目规模:324 个 Star,获得广泛认可 社区活跃度:40 个 Fork,开发者积极参与 README 原文摘要 # Gorden Super PPT Skills(技能包) AI PPT赛道终结者,史上最最最强 PPT Skill!!! 使用GPT生成豪华的图片格式PPT,然后转换为**完全可编辑**的PPTX文件。 Skill全流程已拆成 **3 个独立技能**,可以拆分使用和优化: | 技能 | 作用 | 输入 → 输出 | |---|---|---| | **[GordenImagePPTGen](GordenImagePPTGen/SKILL.md)** | 生成「图片格式的 PPT」 | 主题/内容 → 每页 .png + 图片型 .pptx | | **[GordenImage2PPTX](GordenImage2PPTX/SKILL.md)** | 把「图片 PPT / 图片」还原成可编辑 pptx | 图片 → 可编辑 .pptx(背景+骨架+图标+文本 四层) | | **[GordenSuperPPTSkill](GordenSuperPPTSkill/SKILL.md)** | 打包编排前两者,依次执行 | 主题/内容 → 图片型 PPT + 可编辑 pptx | - 只要做图片版 PPT → **GordenImagePPTGen** - 只把图片转可编辑 → **GordenImage2PPTX** - 一键"先出图再转可编辑" / 未指定 → **GordenSuperPPTSkill**(A→B 串联) ## 效果展示 1、GordenImagePPTGen(Gorden的图片PPT生成技能)生成图片格式的PPT ![GordenImagePPTGen 生成的图片格式 PPT 示例](examples/example-Image-ppt.png) 2、GordenImage2PPTX(Gorden的图片转PPTX技能)把图片转换为完全可编辑的PPTX文件 ![GordenImage2PPTX 转换后的可编辑 PPTX 示例](examples/example-editable-pptx.png) ## 如何使用 仅限Codex使用。 第1步:把Github仓库地址发给Codex让他安装技能; 第2步:按需使用。GPT 5.5模型,推理强度选"中"即可。 如果只生成图片格式PPT,提示词: 使用GordenImagePPTGen技能,生成一个N页的PPT,内容为XXX,要求PPT要求豪华、信息密度高、排版复杂 ...

June 9, 2026  · 2 min · GitHub Trending Bot  ·  -
loupe

loupe: A privacy-focused iOS app that raises awareness...

loupe: A privacy-focused iOS app that raises awareness about what native apps can see 本周 GitHub 最热门开源项目深度解析 项目地址: mysk-research/loupe 生成时间: 2026-06-09 00:16:04 项目概览 mysk-research/loupe 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。 基本信息 指标 数据 作者 @mysk-research 编程语言 未知 Star 数 340 ⭐ Fork 数 17 创建时间 2026-06-04 最后更新 2026-06-08 项目简介 A privacy-focused iOS app that raises awareness about what native apps can see 该项目采用多种技术栈构建,具有良好的跨平台兼容性。 核心特性 根据项目 README 分析,loupe 的主要特点包括: 高关注度:340 个 Star,说明开发者社区对此项目高度认可 活跃开发:17 个 Fork,社区参与度高 快速成长:自 2026-06-04 创建以来持续获得关注 开源免费:完全开源,可自由使用和二次开发 技术架构 loupe 基于 未知 技术栈构建: ...

June 9, 2026  · 3 min · GitHub Trending Bot  ·  -