An open API service indexing awesome lists of open source software.

https://github.com/weixuanz/yack

YACK Automated Comic Kreator
https://github.com/weixuanz/yack

computer-vision speech-to-text

Last synced: 27 days ago
JSON representation

YACK Automated Comic Kreator

Awesome Lists containing this project

README

          

# YACK Automated Comic Kreator
**Hack Cambridge 2022**

Deepgram api is used for speech-to-text, get your key at https://deepgram.com and put it into `./.secrets` as
```env
DEEPGRAM_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

dlib Facial Landmark Detector is used, which is available under the Boost Software License
from https://github.com/davisking/dlib. The pretrained weights used are available
from http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 and should be placed
in `./src/dlib_shape_predictor/`.

To start developing using Docker, simply use
```shell
make run
```

Alternatively, create a virtual environment, and use
```shell
make install
```

## Sample comic
![Thanos webcomic](demo/thanos.png)

"They called me a Mad Man", source: https://youtu.be/fzGBRDpf5GU?t=102