An intelligent recruitment platform that leverages Google's Gemini Pro LLM to streamline candidate evaluation and resume screening. Built with Streamlit for a seamless user experience, this ATS automates the matching of candidates to job requirements with high accuracy.
- AI-Driven Resume Analysis: Powered by Gemini Pro for intelligent resume parsing and evaluation
- Job Description Matching: Automatically scores candidate fit based on job requirements
- Candidate Profile Assessment: Comprehensive evaluation of skills, experience, and qualifications
- Real-time Processing: Instant analysis through Gemini Pro API integration
- User-Friendly Interface: Clean and intuitive Streamlit-based web application
Clone the repository to your local machine:
git clone https://github.com/username/ATS-Resume.git
Install the required dependencies:
pip install -r requirements.txt
Run the Streamlit app:
streamlit run app.py
- Frontend: Streamlit
- Backend: Python
- AI Model: Google Gemini Pro (LLM)
- Integration: Gemini API for real-time inference