Resume-Ranker-LLM / README.md
Sudhir878786
completed
9e80f82
---
title: Resume Ranking
emoji: πŸ“Š
colorFrom: yellow
colorTo: indigo
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
---
# resume-ranker
<hr>
## How to Use?
Install all the dependencies with:
```bash
./install.sh
```
Run the Streamlilt with:
```bash
streamlit run app.py
```
Or run it from with:
```bash
python demo.py
```