Skip to content

smitthakore/AI-recruitment-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI first Recruitment Tool

The Candidate Evaluation Tool is designed to streamline the recruitment process by using Job Matching and Interview Analysis.

First module - Job Matching System

Second module - Interview Analysis Module

Setup Instructions

  1. Clone the repo
# Fork this repo

git clone https://github.com/your-username/AI-recruitment-Tool.git
  1. Create a virtual python env
# For Windows
python -m venv venv
.\venv\Scripts\activate
  1. Install Dependencies
pip install -r requirements.txt
  1. Configure Environment Variables
HUGGINGFACE_API_KEY = your_huggingface_api_token
Model url = your model url
  1. Run the applicaton
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages