Last active
June 26, 2018 19:56
-
-
Save seangtkelley/969273d365130d33c945f2cb9f5127c4 to your computer and use it in GitHub Desktop.
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 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