---
title: Resume Ranking
emoji: 📊
colorFrom: yellow
colorTo: indigo
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
---
# resume-ranker
## 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
```