File size: 792 Bytes
cf5e6c9
 
 
 
 
 
 
 
 
 
 
 
5eb2119
 
 
 
 
 
5959a8e
 
5eb2119
5959a8e
 
e45a665
 
5959a8e
 
 
 
e45a665
 
5959a8e
5eb2119
 
 
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
35
---
title: Piilo
emoji: 🏃
colorFrom: purple
colorTo: purple
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: false
license: apache-2.0
---

For development, try working with pipenv:

1. Clone the repository
`git clone https://huggingface.co./spaces/langdonholmes/piilo`

2. Install dependencies from Pipfile
    - Install pipenv, if you do not have it.
        - `pip install --user pipenv`

    - Use pipenv to install from the Pipfile
        - `pipenv install`

3. Install the finetuned transformer model

```
pipenv install https://huggingface.co./langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl
```

4. Run streamlit app
    - `streamlit run .\app.py`

TODO:
Create a command line version using Typer in this same repository.