piilo / README.md
langdonh's picture
readme
5959a8e
|
raw
history blame
792 Bytes
---
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.