av-savchenko / face-emotion-recognition

Efficient face emotion recognition in photos and videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker image

141391 opened this issue · comments

Hello, can you give me a docker image file? This way I can study more conveniently.
May all go well with you

Hi! Thanks for your interest. You could use pip packages hsemotion or hsemotion-onnx. The usage examples are provided in the above-mentioned repositories in demo folder.
Speaking about docker, use the dockerfile similar to

FROM python:3

RUN pip install --no-cache-dir --upgrade pip && \
    pip install --no-cache-dir numpy opencv-python hsemotion-onnx mediapipe 

hello in this code are really working brother