Spaces:
Running
Running
tomas-gajarsky
commited on
Commit
·
b097de9
1
Parent(s):
3c886fa
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: facetorch-
|
3 |
emoji: 🥹
|
4 |
colorFrom: red
|
5 |
colorTo: black
|
@@ -30,12 +30,12 @@ task_categories:
|
|
30 |
|
31 |
[Documentation](https://tomas-gajarsky.github.io/facetorch/facetorch/index.html), [Docker Hub](https://hub.docker.com/repository/docker/tomasgajarsky/facetorch) [(GPU)](https://hub.docker.com/repository/docker/tomasgajarsky/facetorch-gpu)
|
32 |
|
33 |
-
Facetorch is a Python library that can detect faces and analyze facial features using deep neural networks. The goal is to gather open
|
34 |
|
35 |
1. configure using [Hydra](https://hydra.cc/docs/intro/) (OmegaConf)
|
36 |
2. reproduce with [conda-lock](https://github.com/conda-incubator/conda-lock) and [Docker](https://docs.docker.com/get-docker/)
|
37 |
3. accelerate on CPU and GPU with [TorchScript](https://pytorch.org/docs/stable/jit.html)
|
38 |
-
4. extend by uploading a model file to Google Drive and adding a config
|
39 |
|
40 |
Please, use the library responsibly with caution and follow the
|
41 |
[ethics guidelines for Trustworthy AI from European Commission](https://ec.europa.eu/futurium/en/ai-alliance-consultation.1.html).
|
|
|
1 |
---
|
2 |
+
title: facetorch - Face Analysis
|
3 |
emoji: 🥹
|
4 |
colorFrom: red
|
5 |
colorTo: black
|
|
|
30 |
|
31 |
[Documentation](https://tomas-gajarsky.github.io/facetorch/facetorch/index.html), [Docker Hub](https://hub.docker.com/repository/docker/tomasgajarsky/facetorch) [(GPU)](https://hub.docker.com/repository/docker/tomasgajarsky/facetorch-gpu)
|
32 |
|
33 |
+
Facetorch is a Python library that can detect faces and analyze facial features using deep neural networks. The goal is to gather open-sourced face analysis models from the community, optimize them for performance using TorchScript and combine them to create a face analysis tool that one can:
|
34 |
|
35 |
1. configure using [Hydra](https://hydra.cc/docs/intro/) (OmegaConf)
|
36 |
2. reproduce with [conda-lock](https://github.com/conda-incubator/conda-lock) and [Docker](https://docs.docker.com/get-docker/)
|
37 |
3. accelerate on CPU and GPU with [TorchScript](https://pytorch.org/docs/stable/jit.html)
|
38 |
+
4. extend by uploading a model file to Google Drive and adding a config YAML file to the repository
|
39 |
|
40 |
Please, use the library responsibly with caution and follow the
|
41 |
[ethics guidelines for Trustworthy AI from European Commission](https://ec.europa.eu/futurium/en/ai-alliance-consultation.1.html).
|