langdonh commited on
Commit
e45a665
·
1 Parent(s): 3daa3c0

readme update

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -16,9 +16,16 @@ For development, try working with pipenv:
16
  `git clone https://huggingface.co/spaces/langdonholmes/piilo`
17
 
18
  2. Install dependencies from Pipfile
 
19
  `pip install --user pipenv`
20
 
21
- 3. Run streamlit app
 
 
 
 
 
 
22
  `streamlit run .\app.py`
23
 
24
  TODO:
 
16
  `git clone https://huggingface.co/spaces/langdonholmes/piilo`
17
 
18
  2. Install dependencies from Pipfile
19
+ Install pipenv, if you do not have it.
20
  `pip install --user pipenv`
21
 
22
+ Use pipenv to install from the Pipfile
23
+ `pipenv install`
24
+
25
+ 3. Install the finetuned transformer model
26
+ `pipenv install https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl`
27
+
28
+ 4. Run streamlit app
29
  `streamlit run .\app.py`
30
 
31
  TODO: