The Candidate Evaluation Tool is designed to streamline the recruitment process by using Job Matching and Interview Analysis.
Setup Instructions
- Clone the repo
# Fork this repo
git clone https://github.com/your-username/AI-recruitment-Tool.git
- Create a virtual python env
# For Windows
python -m venv venv
.\venv\Scripts\activate
- Install Dependencies
pip install -r requirements.txt
- Configure Environment Variables
HUGGINGFACE_API_KEY = your_huggingface_api_token
Model url = your model url
- Run the applicaton
streamlit run app.py