Skip to content

Commit

Permalink
Add revealjs slides to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Jun 10, 2022
1 parent fe878b9 commit ca68b09
Show file tree
Hide file tree
Showing 115 changed files with 14,724 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ repository:
# Advanced and power-user settings
sphinx:
extra_extensions : ['sphinx.ext.autodoc', 'sphinx.ext.napoleon'] # A list of extra extensions to load by Sphinx (added to those already used by JB).
config : # key-value pairs to directly over-ride the Sphinx configuration
config :
html_extra_path: ['prez']
7 changes: 6 additions & 1 deletion docs/pages/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ Py-Feat was created for two primary audiences in mind:
- **Human behavior researchers**: Extract facial expressions from face images or videos with a simple line of code and analyze your data with Feat.
- **Computer vision researchers**: Develop & share your latest model to a wide audience of users.

and anyone else interested in analyzing facial expressions!
and anyone else interested in analyzing facial expressions!

Check out a recent presentation by one of the project leads [Eshin Jolly, PhD](https://eshinjolly.com/) for a broad-overview and introduction:

<iframe src="/prez/index.html" style="width: 100%; height: 500px"></iframe>


## Installation
You can easily install the latest stable version from PyPi:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can specify any of these models for use in the `Detector` class by passing i
```
from feat import Detector
detector = Detector(au_model='rf', emotion_model='svm')
detector = Detector(au_model='svm', emotion_model='jaanet')
```

```{note}
Expand Down
Binary file added docs/prez/imgs/au1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/au4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/au_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/au_neutral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/au_smile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/au_smiling.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/conceptual_replication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/drml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/drml_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/face_au.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/face_detection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/face_emotion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/face_landmarks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/face_muscles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/face_pose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/human_perf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/human_perf2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/jaanet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/plot_detections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/single_face.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/prez/imgs/tiankang.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,591 changes: 1,591 additions & 0 deletions docs/prez/prez.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/prez/prez_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions docs/prez/prez_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/prez/prez_files/libs/quarto-html/quarto-html.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca68b09

Please sign in to comment.