This project uses Google's Generative AI to evaluate resumes based on a given job description. It acts like a skilled Application Tracking System (ATS) with a deep understanding of the tech field, software engineering, data science, data analyst, and big data engineering roles. It provides assistance for improving resumes considering the competitive job market.
- Clone the repository
- Install the required packages using pip:
pip install streamlit google-generativeai PyPDF2 python-dotenv
- Set up your environment variables. You'll need to provide your Google API key in a .env file:
GOOGLE_API_KEY=your_api_key_here
Run the Streamlit app with the following command:
streamlit run app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.