Stefan French's picture
3 10

Stefan French

stefan-french

AI & ML interests

None yet

Recent Activity

Organizations

Mozilla.ai's profile picture

stefan-french's activity

posted an update 25 days ago
reacted to daavoo's post with πŸ”₯ 26 days ago
view post
Post
2821
Wondering how the new Google Agent Development Toolkit (ADK) compares against other frameworks? πŸ€”You can try it in any-agent πŸš€

https://github.com/mozilla-ai/any-agent

agent = AnyAgent.create(
    AgentFramework("google"),
    AgentConfig(
        model_id="gpt-4o-mini"
    )
)
agent.run("Which Agent Framework is the best??")

  • 1 reply
Β·
posted an update about 2 months ago
reacted to daavoo's post with πŸ”₯ about 2 months ago
view post
Post
2015
πŸ€– πŸ—ΊMapped all(?) the swimming pools ️🏊 around another town with https://github.com/mozilla-ai/osm-ai-helper.

This time, I have mapped and contributed to https://www.openstreetmap.org more than 100 swimming pools around my wife's hometown. Only took about 20min to find them all (+~3 min verification) in a free Colab GPUπŸš€

Try it yourself around a single point: mozilla-ai/osm-ai-helper