Python Packages
Lasso Regression Model 0.0.1
This is built in connection with other project `End-to-End Regression Model Pipeline`. Features Packaging and uploading the model to PyPi for easy integration and deployment.
More on Github Github
Pytubev3
A wrapper around youtube API v3: pytubev3 is a Python library (work in progress) to simplify Youtube Data API tasks.
For now it provides a set of methods for interacting with the YouTube API. The methods include:
Get Video Categories of a Region
, Search Youtube Channels by Keyword and Location (Latitude and Longitude)
,
Search Youtube Channels by Keyword and Region Code
, Get Channel's Stats By Using Channel IDs
, Get Channel's Stats By Using Channel IDs
,
Get Video IDs from Playlists by Using Playlist IDs
, Get Video Details by using Video IDs
but in future versions more features will be added.
To install with pip: python -m pip install pytubev3
. For more details visit the Documentation link or github links given below
More on Github Github
Bulk Image Downloader
This Python Package called imagedownloader that defines three methods: fromList(), fromCsv(), and zipFolder(). The class is designed to download images from either a list of URLs or a CSV file containing multiple URLs.
More on Github Github