This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # requires https://github.com/Zulko/moviepy | |
| # requires https://github.com/jiaaro/pydub | |
| # requires https://github.com/ageitgey/face_recognition | |
| from pydub import AudioSegment | |
| from moviepy.editor import * | |
| import face_recognition | |
| import itertools | |
| import numpy as np |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Scanner; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import java.util.ArrayList; | |
| public class AddressBook { | |
| private class User { | |
| private final String firstName; | |
| private final String lastName; |
OlderNewer