CoolFace
Apppublic

lavanyalr/resume_screening_app

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
App README

How to run the app:

  1. 1.Install python libraries using the command:
  2. 2.pip install -r requirements.txt
  1. 1.install uvicorn package:
  2. 2.pip install uvicorn
  1. 1.Start the backend API: Open terminal and go to project folder. Run the following command
  2. 2.uvicorn app.main:app --reload
  1. 1.Start the Stremlit UI: in terminal, go to the "ui" folder inside the project and run the command
  2. 2.streamlit run app.py
  1. 1.Upload a resume in pdf format to evaluate the candidate.