Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.79 KB

File metadata and controls

31 lines (22 loc) · 1.79 KB

Guided Walkthrough:

  1. Set up a Google Account, Create a project in the Developers Consol, etc. to request an API key and authorization credentials

  2. Put your secret client code in a file

  3. Install requirements

    • Requirements
    • activate your virtual environment: source venv/bin/activate
    • run: $ pip install -r requirements.txt $
  4. Run ApiCall2.py >> comments.xlsx to extract comments from specified video and write them into an excel file

    • ApiCall2.py
    • Your output from the api call will be in JSON format (embedded dictionaries) and then that is parsed into comma separated format suitable for an excel file.
  5. Head over to Youtube_Classifers.ipynb, it's time to do some Natural Language Processing!

  • We used sci-kit learn's natural language processing packages for their flexibility and great documentation
  1. Dash Board + Visualizations!
    • We will be using plotly because of its similarities to ggplot (which we all know and love) as well as its aesthetic visualizations, dashboard capabilities, and clean integration