Extract the ppt in the video
extract ppt from a video If The video content is included ppt, then this tool can extract the ppt from the video and export a pdf file. Or you can just transform video to pdf -,-. install # install from pypi pip install extract-video-ppt # or local python ./setup.py install # or local user python ./setup.py install –user useage
Read moreA bot for the reddit r/place event 2022
This is a functional bot for the r/place 2022 event, supporting at the time of writing all (2) canvases. Based on code from https://github.com/goatgoose/PlaceBot and https://github.com/rdeepak2002/reddit-place-script-2022. Functionality does NOT use the reddit API Convert input image to be drawn to target configuration, ignores transparent pixels Supports multiple accounts Supports obtaining the target configuration from a server (or local file) to prevent outdated templates Supports multiple canvases (2 at the time of writing) Goes to sleep when only few mismatched pixels […]
Read morePony fixer for r/place
Pixel place bot for Brony team at r/place 2022 How to run Install Python 3. Python 2 will NOT WORK. It MUST be Python 3. Install Git. This is required for you to be able to update the bot. Download the bot by using the git clone https://github.com/CloudburstSys/PonyPixel.git command Navigate to the downloaded file using cd PonyPixel Run pip install -r requirements.txt to download requirements Run python bot.py and sit back. How to update If the script detects that it’s […]
Read moreMachine Translation and Multilinguality 03/2022
Here is a monthly summary of what I found most interesting on arXiv this month from machine translation and mutlilinguality. This month was the camera-ready deadline for ACL 2022, so many of the interesting papers are accepted to ACL. Overlapping BPE When training, BPE merges actually do not have to follow the simple objective of merging the most frequent token pair. In massively multilingual models, there is an imbalance between languages, and some of them got segmented almost down to […]
Read moreYAML: The Missing Battery in Python
Python is often marketed as a batteries-included language because it comes with almost everything you’d ever expect from a programming language. This statement is mostly true, as the standard library and the external modules cover a broad spectrum of programming needs. However, Python lacks built-in support for the YAML data format, commonly used for configuration and serialization, despite clear similarities between the two languages. In this tutorial, you’ll learn how to work with YAML in Python using the available third-party […]
Read moreCyclemoid implementation for PyTorch
This is an implementation of the cyclemoid activation function for PyTorch. The cyclemoid function achieved state-of-the-art results in a recent benchmark with other popular activation functions as shown below: Note that this is a figure from the paper submitted on April 1st, 2022. An arxiv preprint will be uploaded soon. Installation You can install the cyclemoid-pytorch package via pip install cyclemoid_pytorch Usage This package implements a CycleMoid class and a cyclemoid function. You can use these are drop-in replacements for […]
Read moreTelegram Mirror and Leech Bot
This is a Telegram Bot written in Python for mirroring files on the Internet to your Google Drive or Telegram. Fork of Anasty’s Repo Leech Log Mirror logs Source link logs Alt Leech log – You can forward leeched files and alternative channels/groups Special permissions to group moderators Database Support for leech logs and alt leech logs Sending Leeched files and Mirror links in user’s PM Force Subscriber Module Auto Delete all bot related message to prevent copyright issue Appdrive […]
Read moreTranscription of xkcd 2601 to runnable logo code
This is a project to transcribe xkcd #2601, the April Fools post for 2022, to runnable logo code. Running the code: There are options. jslogo One of the developers of #2601 helpfully shared that the logo they used to develop the code was jslogo, which can be found online here. To run the current iteration of the transcription in it, copy/paste the code into the window, then stick a line that says xkcd at the bottom of it all. If […]
Read moreA script that gets data from IPMA and publishes it on VOSTPT’s social networks
WHAT IT DOES This script fetches data from IPMA every day, at 10am, and generates a meteo report for mainland PT, Azores, and Madeira Data Sources This script uses IPMA Data directly and via Fogos API v2 by João Pina Template for Mainland Portugal Final Result Fork repo Create repo on your machine Create a virtual environment on your machine run pip install -r requirements.txt –no-index –find-links file:///tmp/packages GitHub View Github
Read more