Discover and explore top open-source AI tools and projects—updated daily.
he-yufengLLM-powered job search and interview assistant
Top 98.9% on SourcePulse
A full-stack job search assistant automating the process of finding, analyzing, and preparing for job applications. It targets tech professionals by streamlining job discovery, resume assessment, and AI-driven interview practice, reducing manual effort.
How It Works
The system comprises four integrated components: a job crawler (API/Selenium) for tech company postings, an LLM engine for requirement extraction and skill scoring, a resume parser (PDF/Word) for skill matching, and an AI mock interviewer generating questions from job descriptions. A React frontend unifies these functions.
Quick Start & Requirements
pip install -r requirements.txt, create API_key.md (OpenAI key).python api_server.py. Frontend: cd FrontEnd, npm install, npm run dev.http://localhost:8080.Highlighted Details
Maintenance & Community
Active maintenance indicated by CI. No specific community channels or contributor details are provided in the README.
Licensing & Compatibility
MIT License, generally permissive for commercial use.
Limitations & Caveats
Job source coverage is limited to specific companies; expansion is planned. Current implementation re-crawls all data. Application tracking and voice interviews are future roadmap items.
1 month ago
Inactive