File size: 352 Bytes
8cc4ad1
6452d92
 
 
 
 
 
8cc4ad1
 
 
 
 
0a6dedb
 
 
 
 
 
 
 
 
 
2c14023
0a6dedb
 
2c14023
0a6dedb
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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
```