Author: Aman Varyani Linkedin: Aman Varyani
Welcome to the GenAI Career Assistant, a powerful tool designed to revolutionize the job search process using cutting-edge AI technology. This project leverages a multi-agent architecture to provide personalized career guidance, making job hunting more efficient and tailored to individual needs.
- Demo
- Why It's Needed
- Features
- Architecture Overview
- Key Components
- Technologies Used
- Installation
- Usage
- Future Improvements
- Contributing
- License
tutorial_final_video.mp4
In today's rapidly evolving job market, finding the right job and standing out from the competition can be challenging. The GenAI Career Assistant addresses this by leveraging AI to:
- Tailor job searches to your industry, experience, and location.
- Generate standout cover letters that highlight your strengths.
- Provide detailed insights into potential employers.
- Streamline the job application process through an intelligent, multi-agent system.
- Personalized Job Search: Automatically find job listings that match your criteria.
- Custom Cover Letters: Generate cover letters tailored to specific job applications.
- Company Research: Gather and present key information about potential employers.
- Resume Analysis: Extract and analyze key information from your resume to optimize job matches.
- Interactive UI: Easy-to-use interface built with Streamlit for a seamless user experience.
The GenAI Career Assistant is built on a Supervisor Multi-Agent Architecture. Here's how it works:
- Supervisor: Manages the overall workflow, deciding which agent to invoke next.
- JobSearcher: Handles job search queries and retrieves relevant listings.
- ResumeAnalyzer: Extracts and analyzes information from uploaded resumes.
- CoverLetterGenerator: Crafts customized cover letters based on resume and job details.
- WebResearcher: Performs web searches to gather relevant company information.
- ChatBot: Manages general queries and provides conversational responses.
- Agent Creation and Configuration: A common function is used to set up agents with specific tools and prompts.
- Specialized Tools: Custom tools enhance the agents' capabilities, such as job search tools, resume extractors, and web search tools.
- Streamlit UI: The user interface is designed to be intuitive and responsive, facilitating interaction with the assistant.
- LangGraph: For creating and managing multi-agent workflows.
- Streamlit: For building the user interface.
- OpenAI API: For leveraging large language models (LLMs).
- SerperClient and FireCrawlClient: For web search and scraping capabilities.
-
Clone the repository:
git clone https://github.com/amanv1906/GENAI-CareerAssistant-Multiagent.git cd GENAI-CareerAssistant-Multiagent
-
Install the required packages:
pip install -r requirements.txt
-
Set up environment variables by creating a
.streamlit/secrets.toml
file:OPENAI_API_KEY = "your-openai-api-key" LANGCHAIN_API_KEY = "" # if you want to trace using langsmith" LANGCHAIN_TRACING_V2 = "true" LANGCHAIN_PROJECT = "JOB_SEARCH_AGENT" GROQ_API_KEY = "API key of groq" SERPER_API_KEY = "serper API key" FIRECRAWL_API_KEY = "firecrawl API key" LINKEDIN_JOB_SEARCH = "linkedin_api" # only if you want to use python linkedin-api package LINKEDIN_EMAIL = "" # if you have enabled linkedin job search then both password and email are mandatory. LINKEDIN_PASS = ""
-
Run the Streamlit app:
streamlit run app.py
- Upload Your Resume: Start by uploading your resume in PDF format.
- Enter Your Query: Use the chat interface to ask questions or request specific tasks (e.g., "Find jobs in data science").
- Interact with the Assistant: The assistant will guide you through job searches, resume analysis, and cover letter generation.
- Download Results: Save the generated cover letters or other documents as needed.
- Job Application Integration: Streamline the application process by integrating directly with job portals.
- Enhanced User Interface: Improve the UI/UX with more interactive and dynamic elements.
Contributions are welcome! Please feel free to submit issues, fork the repository, and send pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.