First release of **fer-pytorch** package for facial expression recognition implemented in Pytorch.
Key features:
- Possibility to train the wide variety of classification neural net architectures on FER+ dataset using the famous [timm](https://rwightman.github.io/pytorch-image-models/) library;
- Inference class for applying the fer model on different types of data (images, list of images, video files and e.t.c.);
- Output images and video files can be saved;
- Convenient interface for downloading the ready-to-use pretrained on FER+ dataset weights from the internet, as well as loading custom ones stored locally;
- Convenient tool for downloading the FER+ dataset and storing it in such a way, that the training can be launched immediately.