An AI Agent that creates sample Software Engineering Resumes using LangChain's LangGraph framework. You can provide years of experience and specified domain (Java developer, Python developer, Front-end engineer) as well to tailor the resume according to the specified domain.
It utilizes the concept of Few Shot encoding. I have used Resume dataset from HuggingFace that maintains a list of sample Resumes with their specified domains. The dataset looks somewhat like this.
I have made the LLM model aware of the above examples so that it can generate similar Resumes for the mentioned domain.