av-savchenko / face-emotion-recognition

Efficient face emotion recognition in photos and videos
Apache License 2.0
686 stars 127 forks source link

docker image #46

Closed 141391 closed 3 months ago

141391 commented 9 months ago

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

av-savchenko commented 9 months ago

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 
Muralimannam commented 9 months ago

hello in this code are really working brother

av-savchenko commented 3 months ago

Closing due to inactivity