Resume Analysis Application Welcome to the Resume Analysis Application! This application leverages Google Gemini Pro Vision and is built using Django to analyze resumes and provide insights for job candidates. Inspired by Krish Naik's YouTube channel, this tool offers advanced resume analysis capabilities to streamline the recruitment process.
** How to setup **
- git clone <repository_url>
- cd resume_analysis
- python3 -m venv env
- source env/bin/activate
- pip install -r req.txt
- python manage.py runserver
Contributing We welcome contributions to the Resume Analysis Application! If you'd like to contribute, please follow these steps:
Fork the repository. Create a new branch with your feature or bug fix. Submit a pull request with a clear description of your changes. For any questions or feedback, please open an issue on the GitHub repository.
Thank you for using the Resume Analysis Application! We hope this tool helps you efficiently analyze resumes and make better hiring decisions.