Spaces:
Runtime error
Runtime error
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 | |
``` | |