AI-powered resume screening app using Streamlit, OpenAI, and LlamaIndex. Automate candidate evaluation and boost hiring efficiency.
- Generates Criteria Decisions and reasoing based on job descriptions and selection criteria
- Fact Checking (Though it need to be improved and suggestions are welcome)
- Resume Rating (scale of 10)
For now, please separate your requirements by \n
.
Example:
{requirement 1}\n
{requirement 2}\n
{requirement 3}\n
Installation Instructions:
- Clone this repo
- Create a
.env
file in the root directory and configureOPENAI_API_KEY
. - Create a virtual environment
pip install -r requirements.txt
- After successful installation, run
streamlit run main.py
If you have docker installed on your system then Skip step 3,4 and 5 and run docker-compose up