resume-ranker / README.md
zhuolisam's picture
fixed config
6452d92
---
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
```