Metadata-Version: 2.4
Name: painface-lc
Version: 0.1.3b3
Summary: Painface Local Evaluator
Home-page: https://github.com/Zylka-Lab/PainfaceLC
Author: SK Park, Zylka Lab, University of North Carolina @ Chapel Hill
Author-email: scalphunter@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: opencv-python>=4.11.0.86
Requires-Dist: pillow
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: scipy>=1.15.3
Requires-Dist: textual>=3.3.0
Requires-Dist: textual-fspicker>=0.4.1
Requires-Dist: torch>=2.7.1
Requires-Dist: torchvision>=0.22.1
Requires-Dist: bson
Dynamic: author
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Painface Local

This software is Painface running on local CPU/GPU machines.

# Usage

### Requirements

- python 3.10


### Installation of software

```
$ pip install painface-lc
```

### Download Models

1. Create '.painface' directory at home directory, in terminal:

```
$ cd ~ 
$ mkdir .painface
```

2. Visit [Here](https://github.com/Zylka-Lab/PainfaceLocal/releases/tag/v0.1.3b2) and download `models_black.zip`
3. Unpack the file under `$HOME/.painface`

Then you're all set to use the software with following command:
```
$ painface gui
```



