JobMatch AI
Pricing
from $0.01 / 1,000 results
JobMatch AI
Intelligent system matching resumes to jobs using AI. π Resume Analysis: Extracts data from PDFs. π€ AI Matching: Uses Gemini AI for accurate matching. π― Smart Scoring: Provides a suitability score (0-100). π‘ Insights: Gives match reasons and prep tips. β‘ Fast: Quick analysis of many postings.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer

Vidip Ghosh
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Share
JobMatch AI πβ¨
An intelligent job matching system that analyzes resumes and matches them with the most suitable job postings using AI.
Features
- π Resume Analysis: Extract and analyze text from PDF resumes
- π€ AI-Powered Matching: Uses Google's Gemini AI to match resumes with job descriptions
- π― Smart Scoring: Provides a suitability score (0-100) for each job match
- π‘ Actionable Insights: Get detailed reasons for matches and preparation tips
- β‘ Fast Processing: Optimized for quick analysis of multiple job postings
Prerequisites
- Python 3.8+
- Google AI API key
- Apify API key (for job scraping, if needed)
Installation
-
Clone the repository:
git clone https://github.com/yourusername/jobmatch-ai.gitcd jobmatch-ai -
Create and activate a virtual environment:
python -m venv venvsource venv/bin/activate # On Windows: venv\Scripts\activate -
Install the required packages:
$pip install -r requirements.txt -
Create a .env file and add your API keys:
GOOGLE_AI_API=your_google_ai_api_keyAPIFY_API_KEY=your_apify_api_key
Usage
-
Start the Flask server:
$python app.py -
Send a POST request to
/extractwith a PDF resume:$curl -X POST -F "file=@/path/to/your/resume.pdf" http://localhost:3000/extract
API Endpoints
POST /extract
Upload a PDF resume and get job matches.
Request:
- Method: POST
- Content-Type: multipart/form-data
- Body:
file(PDF file)
Response:
[{"job_title": "Frontend Software Engineer (React, TypeScript or JavaScript)","score": 60,"match_reason": "The candidate has strong proficiency in React, JavaScript, and TypeScript, essential for this front-end role. Critically, their robust Python programming skills and hands-on experience in machine learning and AI (TensorFlow, PyTorch, Generative AI, Nillion AI Prize) make them an excellent match for supporting AI labs and developing coding benchmarks, which is the core focus. While the stated 3-10 years of experience is a hurdle, the depth of technical skills and relevance of AI projects are highly compelling, especially for a contract/part-time role that may value specific technical expertise.","prepare": "Emphasize how their AI/ML knowledge allows them to understand and contribute to coding benchmarks for AI systems. Highlight any personal experience with code quality, testing (e.g., unit tests in projects), and debugging. Be ready to discuss the technical aspects of their AI projects and how they would approach curating issues and solutions for AI-related coding tasks."},]
Project Structure
.βββ app.py # Main Flask applicationβββ data.json # Sample job postingsβββ requirements.txt # Python dependenciesβββ .env # Environment variablesβββ README.md # This file
Contributing
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.


