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