Click here to see the deployment via #GCP
Table of Contents
This is a redux of my Youtube Analysis project back in January 2018.
I utilizied Kaggle user Mitchell J's, Trending Youtube Video dataset to answer the following questions:
- What are the top 10 trending
-
Youtube videos
-
Categories
-
Youtube Channels
based on user view counts
Now, I would like to both answer the above questions, and so much more by emulating that past project. This emulation is done through development of some additional analysis, creating a streamline ETL process, app, and so much more.
Enjoy!
Homepage
Database Search
-
Data
- X number of .csv files outputted from python script
-
Resources
- config.py file
- templates
- Images
-
database.sqlite
-
LegacyData-Imputation.py
-
README.md
-
YoutubeAPI-Interaction.py
-
ytAnalysis-app.py (Flask application)
Contact information:
- Create requirements.txt file
- Create app.yaml file
gcloud app deploy
Note: This version usesmain.py
instead ofytAnalysis-app.py
- If using Flask 0.12.4 or below, use;
python3 ytAnalysis-app.py
- If using Flask > 0.12.4 or above, use:
FLASK_APP=ytAnalysis-app.py flask run