Skip to content

Commit

Permalink
Update links in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
echuraev committed Feb 23, 2025
1 parent b7e28ba commit 136c684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Here you can find examples of using EmotiEffLib in C++.

Here is a list of examples:
- [One image emotion recognition.ipynb](One%20image%20emotion%20recognition.ipynb)
- [One image emotion recognition.ipynb](https://github.com/av-savchenko/EmotiEffLib/blob/main/docs/tutorials/cpp/One%20image%20emotion%20recognition.ipynb)
describes how to use EmotiEffLib to recognize facial emotions on images.
- [Predict emotions on video.ipynb](Predict%20emotions%20on%20video.ipynb) describes
- [Predict emotions on video.ipynb](https://github.com/av-savchenko/EmotiEffLib/blob/main/docs/tutorials/cpp/Predict%20emotions%20on%20video.ipynb) describes
how to use EmotiEffLib for predicting facial emotions on videos.
- [Predict engagement and emotions on video.ipynb](Predict%20engagement%20and%20emotions%20on%20video.ipynb) describes how to use EmotiEffLib for predicting facial expressions and recognizing a person's engagement in a video.
- [Predict engagement and emotions on video.ipynb](https://github.com/av-savchenko/EmotiEffLib/blob/main/docs/tutorials/cpp/Predict%20engagement%20and%20emotions%20on%20video.ipynb) describes how to use EmotiEffLib for predicting facial expressions and recognizing a person's engagement in a video.

## Building and running examples
To run the examples locally you need to do the following:
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Here you can find examples of using EmotiEffLib in Python.

Here is a list of examples:
- [One image emotion recognition.ipynb](One%20image%20emotion%20recognition.ipynb)
- [One image emotion recognition.ipynb](https://github.com/av-savchenko/EmotiEffLib/blob/main/docs/tutorials/python/One%20image%20emotion%20recognition.ipynb)
describes how to use EmotiEffLib to recognize facial emotions on images.
- [Predict emotions on video.ipynb](Predict%20emotions%20on%20video.ipynb) describes
- [Predict emotions on video.ipynb](https://github.com/av-savchenko/EmotiEffLib/blob/main/docs/tutorials/python/Predict%20emotions%20on%20video.ipynb) describes
how to use EmotiEffLib for predicting facial emotions on videos.
- [Predict engagement and emotions on video.ipynb](Predict%20engagement%20and%20emotions%20on%20video.ipynb) describes how to use EmotiEffLib for predicting facial expressions and recognizing a person's engagement in a video.
- [Predict engagement and emotions on video.ipynb](https://github.com/av-savchenko/EmotiEffLib/blob/main/docs/tutorials/python/Predict%20engagement%20and%20emotions%20on%20video.ipynb) describes how to use EmotiEffLib for predicting facial expressions and recognizing a person's engagement in a video.

## Preparing for running examples
To run these examples, you need to install dependencies:
Expand Down

0 comments on commit 136c684

Please # to comment.