Completed
Building an Automated News Summarizer - Tutorial 6
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Automation Tutorial – How to Automate Tasks for Beginners [Full Course]
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Hacker News Headlines Emailer - Tutorial 1
- 3 Introduction to Web Scraping
- 4 Setting up the Environment
- 5 Project Script
- 6 Website Structure of Hacker News FrontPage
- 7 Sending Email from Python
- 8 Building the Headlines Email Module
- 9 TED Talk Downloader - Tutorial 2
- 10 Installation and Introduction to requests package
- 11 Installation and Introduction to BeautifulSoup
- 12 Building the basic script to download the video
- 13 Generalising the Script to get Arguments
- 14 Table Extractor from PDF - Tutorial 3
- 15 Basics of PDF Format
- 16 Installing required Python Modules
- 17 Extracting Table from PDF
- 18 Quick Introduction to Jupyter Notebook
- 19 PDF Extraction on Jupyter Notebook
- 20 Pandas and Write Table as CSV Excel
- 21 Automated Bulk Resume Parser - Tutorial 4
- 22 Different Formats of Resumes and marking relevant Information
- 23 Project Architecture and Brief Overview of the required packages and installations
- 24 Basics of Regular Expression in Python
- 25 Basic Overview of Spacy Functions
- 26 Extracting Relevant Information from the Resumes
- 27 Completing the script to make it a one-click CLI
- 28 Image Type Converter - Tutorial 5
- 29 Different type of Image Formats
- 30 What is an Image type convertor
- 31 Introduction to Image Manipulation in Python
- 32 Building an Image type converting Script
- 33 Converting the script into a CLI Tool
- 34 Building an Automated News Summarizer - Tutorial 6
- 35 What is Text Summarization
- 36 Installing Gensim and other Python Modules
- 37 Extracting the required News Source
- 38 Building the News Summarizer
- 39 Scheduling the News Summarizer
- 40 Thank you