Completed
- Start
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a TikTok Data Science App with Streamlit and Python - Data Science Project
Automatically move to the next video in the Classroom when playback concludes
- 1 - Start
- 2 - Introduction
- 3 - Gameplan
- 4 - Client Conversation 1
- 5 - Tutorial Start
- 6 - Creating a Virtual Environment
- 7 - Installing the TikTok API
- 8 - Setup VS Code
- 9 - Getting Data from TikTok
- 10 - Exporting Data to JSON
- 11 - Client Conversation 2
- 12 - Setting Up Jupyter for Prototyping
- 13 - Loading TikTok Data into Pandas
- 14 - Building an ETL Pipeline
- 15 - Viewing Transformed Data in Pandas
- 16 - Converting ETL code into a Module
- 17 - Exporting Transformed TikTok Data to CSV
- 18 - Client Conversation 3
- 19 - Setting up Streamlit
- 20 - Building Your First Streamlit App
- 21 - Adding TikTok Hashtag Search
- 22 - Creating Plotly Charts
- 23 - Setting app to wide and Creating a sidebar
- 24 - Client Conversation 4
- 25 - Wrap up