Skip to content

Instantly share code, notes, and snippets.

@seangtkelley
Last active June 26, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seangtkelley/969273d365130d33c945f2cb9f5127c4 to your computer and use it in GitHub Desktop.
Save seangtkelley/969273d365130d33c945f2cb9f5127c4 to your computer and use it in GitHub Desktop.
import pafy
import pandas as pd
import numpy as np
from PIL import Image
import os
import gender_guesser.detector as gender
from wordcloud import WordCloud
from nltk.corpus import stopwords
import matplotlib.pyplot as plt
from tqdm import tqdm
import string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment