Giter Site home page Giter Site logo

emogif's Introduction

EmoGIF

Aarohi Srivastava

Getting Started

Requirements and Dependencies

  • MUST HAVE OPENCV 4.5.0
  • Python 3 (for Python 3.9, use opencv=4.5.0=py39_2)
  • conda install -c conda-forge dlib
  • conda install -c conda-forge scipy
  • pip install opencv-contrib-python
  • pip install h5py
  • pip install trimesh==2.37.1
  • pip install mls
  • pip install scikit-image
  • conda install -c kitware-danesfield-cf rtree

You will also need the file shape_predictor_68_face_landmarks.dat. This can be found at https://github.com/davisking/dlib-models. Please put this in the EmoGIF-master directory.

In case something isn't working right, please see the requirements.txt file exported from my personal environment to see the versions I had while writing this code.

Run Without GUI

$python bringToLife.py <path-to-selfie-image> <emotion> <output-filename>

For example:

$ python bringToLife.py input_images/Frida1.jpg peaceful Frida1-peaceful.mp4

emotion must be one of: excited, happy, whimsical, love, peaceful, nostalgic, gloomy, confused

output filename must be of type mp4

Your output video can be found in the video_generated folder.

Run With GUI

The GUI uses Zenipy. Please follow https://github.com/poulp/zenipy if you would like to use this. Once set up, run:

$ python bringToLife_gui.py

Note that Zenipy does not handle typos or backspace in user input.

emogif's People

Contributors

aarsri avatar

Stargazers

Zeyu Wang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.