You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notes from a front-end dev on the Hugging Face "Agents Course"
Learning AI Agents with Hugging Face: Notes from a front-end web developer
I am a front-end developer who has been working with HTML/CSS/Javascript (and some PHP) for many years, building production-ready web apps using various frameworks and libraries.
I recently learned Python to start playing with the APIs of LLMs like Google's Gemini and OpenAI's GPT-4o.
I have also built a few multi-agent systems using CrewAI, deploying them with a simple API wrapper made with Flask.
This space is a place where I'm taking notes for the Agents Course by Hugging Face. 🤗
The course content is great, and the Python syntax isn't a problem – but the Hugging Face platform is super confusing for a developer like me who is used to Github, Codepen,