图片处理工具,可快速删除你图片中任何不想要的物体、缺陷、人,也可以替换指定物体,比如:将蹲坐在长椅的小狗换成小狐狸。lama-cleaner 基于 cv2 经典图像嵌入算法,支持多种 SOTA AI 模型。
GitHub 地址→https://github.com/Sanster/lama-cleaner
1.2 微服务编排:conductor
主语言:Java
New Netflix 开源的微服务编排平台,可用于协调微服务工作流。Conductor 依赖于 Dynomite 实现持久性,dyno-queues 实现队列,Elasticsearch 6.x 实现索引。
GitHub 地址→https://github.com/Netflix/conductor
2. GitHub Trending 周榜
2.1 快速构建 React 应用:refine
本周 star 增长数:900+,主语言:TypeScript
refine 可快速开发基于 React 的 Web 应用,你无需进行 CRUD 的重复工作。此外,refine 还提供身份验证、访问控制、路由、网络管理、i18n 等功能。
GitHub 地址→https://github.com/refinedev/refine
2.2 聚合持续分析数据:phlare
本周 star 增长数:1,250+,主语言:Go
New Grafana 开源的可用于聚合 continuous profiling(持续分析)数据,持续分析可让你了解工作负载的资源使用情况,比如:CPU、内存,从而优化性能和节省成本。由于是 Grafana 开源的聚合数据工具,phlare 可以和 Graph 完成集成协助观察资源数据。
GitHub 地址→https://github.com/grafana/phlare
2.3 TS 类型检测器:stc
本周 star 增长数:750+,主语言:Rust
New Rust 实现的 TypeScript 类型检测器。
GitHub 地址→https://github.com/dudykr/stc
2.4 证书制作:mkcert
本周 star 增长数:700+,主语言:Go
无需配置,用来制作本地可信任开发证书的工具。比如参考以下方式:
$ mkcert -install Created a new local CA 💥 The local CA is now installed in the system trust store! ⚡️ The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊 $ mkcert example.com "*.example.com" example.test localhost 127.0.0.1 ::1
Created a new certificate valid for the following names 📜 - "example.com" - "*.example.com" - "example.test" - "localhost" - "127.0.0.1" - "::1"
The certificate is at "./example.com+5.pem" and the key at "./example.com+5-key.pem" ✅
GitHub 地址→https://github.com/FiloSottile/mkcert
2.5 Next.js 13 重实现:taxonomy
本周 star 增长数:1,100+,主语言:JavaScript
New 使用 Next.js 13 中新的路由器、服务组件以及其他新特性构建的开源应用程序,方便你快速了解 Next.js 新版本。