HireHorizon is a web application designed to enhance your resume by comparing it with job descriptions. The app uses advanced generative AI to analyze your resume against a job description and provides feedback to help you improve your resume's alignment with the job requirements.
Clone the repository:
git clone https://github.com/your-username/HireHorizon.git
cd HireHorizonInstall the required dependencies:
pip install -r requirements.txtSet up your environment variables:
.env file in the root directory of the project..env file:
GOOGLE_API_KEY=your_google_api_key
Run the Streamlit app:
streamlit run app.pyOpen your web browser and go to http://localhost:8501.
Use the sidebar to upload your resume and paste the job description.
Click the "Submit" button to receive your resume analysis.
app.py: The main Streamlit application script.requirements.txt: A list of the required Python packages.README.md: This readme file.Here is a step-by-step example of how to use HireHorizon:
Contributions are welcome! Please follow these steps:
git checkout -b feature-branch).git commit -am 'Add new feature').git push origin feature-branch).This project is licensed under the MIT License. See the LICENSE file for more details.
You can also access HireHorizon online at HireHorizon on Hugging Face.