This powerful tool is designed to streamline the job search experience by seamlessly finding technical keywords in a job description and matching those keywords with skills present in your resume. Powered by Python, Flask, and Google Gemini, this extension offers an intuitive interface and efficient keyword comparison capabilities.
- Intelligent Keyword Matching: Instantly compare keywords in your resume with those extracted from the job description, ensuring alignment with the employer's requirements.
- Seamless Integration: With a user-friendly interface, simply upload your resume and the job description to initiate the matching process effortlessly.
- Powered by Google Gemini: Harness the advanced capabilities of Google Gemini for efficient and accurate keyword extraction and comparison.
- Virtual environment (use gitbash recommended)
- "conda create -p env python=3.9"
- "source activate ./env" or "conda activate ./env"
- pip install flask
- python src/server.py
- Load the extension in Chrome
- "chrome://extensions/" -> Enable Developer Mode -> "Load Unpacked" -> Select the folder
- To trigger extension:
- Select text from any webpage -> right click -> Select SkillSearch
- The LLM often gives inconsistent results, as evident from the screenshots.
- Sequential processing entails executing tasks one after the other, leading to a cumulative delay in completing operations.