
ozzeo — Pilotage de réputation et performance Google multi-fiches
汇总Google商业资料评论数据,利用AI生成周度性能简报。
@smooseo · X
For the moment only in French but soon in english : - analyse GBP’s reviews
完整作品展
技术栈
27 projects

汇总Google商业资料评论数据,利用AI生成周度性能简报。
@smooseo · X
For the moment only in French but soon in english : - analyse GBP’s reviews

用AI推荐适合团队观看的电影,并解释推荐原因。
u/amaldito · Reddit
I built an AI movie recommendation app solo, would love feedback :) Spent the last few months building Ellucca, a film recommendation platform that uses AI to actually explain why it's suggesting something instead of just spitting out a list. Built it entirely solo using Claude Code and the Claude API. Features: Personalized recommendations with visible reasoning A "match strength" score so you know how confident it is Group mode that combines multiple people's taste into shared pic

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db