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.
- Clone this repository
- Install the necessary python libraries
pip install requirements.txt
- Create an .env file with the following data
LLAVA_ENDPOINT = "<your_llava_endpoint_url>"
- Run the Flask app
python app.py