Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 648 Bytes

Recruit.ai

Automating first round selections in recruitment process. As an alternative to resumes, candidates are supposed to send introduction videos. Emotional analysis would be performed on these videos using LLaVa. Their transcript would be analyzed to get the details of the candidate. Finally, a decision would be given on whether to select the candidate or not.

Run the webapp

  1. Clone this repository
  2. Install the necessary python libraries
  pip install requirements.txt

  1. Create an .env file with the following data
  LLAVA_ENDPOINT = "<your_llava_endpoint_url>"

  1. Run the Flask app
  python app.py