Automatically move or copy files based on metadata associated with the files

Automatically move or copy files based on metadata associated with the files. For example, file your photos based on EXIF metadata or use MP3 tags to file your music files. autofile uses a template system to specify the target directory and/or filename based on the file’s metadata. For example: Will move all mp3 files to new folders with Artist/Album naming scheme. The template system is very flexible and powerful allowing you to perform transforms on the metadata fields and use […]

Read more

Automatically open a pull request for repositories that have no CONTRIBUTING.md file

Automatically open a pull request for repositories that have no CONTRIBUTING.md file for a targeted set of repositories. What this repository does This code is for a GitHub Action that opens pull requests in the repositories that have a specified repository topic and also don’t have a CONTRIBUTING.md file. Why would someone do this It is desirable, for example, for all Open Source and InnerSource projects to have a CONTRIBUTING.md file that specifies for new contributors what the processes and […]

Read more

Addon to give a keybind to automatically enable contact shadows on all lights in a scene

An easy way to let you enable contact shadows on all your lights, because Blender doesn’t enable it by default, and doesn’t give you a way to enable it by default, even though it’d be damned useful if it was enabled by default. So, enter this stupid thing, which will enable contact shadows on all lights in your scene, and is smart enough not to try to re-enable them on a light where they’ve been automatically enabled, and then disabled […]

Read more

Automatically Update CV Papers Daily using Github Actions

Dense Gaussian Processes For Few-Shot Segmentation Few-shot segmentation is a challenging dense prediction task, which entails segmenting a novel query image given only a small annotated support set. the key problem is thus to design a method that aggregates detailed information from the support set, while being robust to large variations in appearance and context. to this end, we propose a few-shot segmentation method based on dense gaussian process (gp) regression. given the support set, our dense gp learns the […]

Read more

Automatically update your Spotify Playlist on a timed interval

A Python script to update Spotify Playlist data every 5 minutes. Description An automatic playlist updater using Spotify API and Authorization code flow in Python to update a Playlist on a repeating time interval. Getting Started You will need Python to execute the script: Spotify Playlist Updater requires three dependencies: Pip A Package Management System for Python. Installation Link For Windows, you can run py -m ensurepip –upgrade in CMD to install. Schedule Python job scheduler to run the script […]

Read more

Automated image processing for Django

ImageKit is a Django app for processing images. Need a thumbnail? A black-and-white version of a user-uploaded image? ImageKit will make them for you. If you need to programatically generate one image from another, you need ImageKit. ImageKit comes with a bunch of image processors for common tasks like resizing and cropping, but you can also create your own. For an idea of what’s possible, check out the Instakit project. For the complete documentation on the latest stable version of […]

Read more

Integration layer between Requests and Selenium for automation of web actions

Requestium is a Python library that merges the power of Requests, Selenium, and Parsel into a single integrated tool for automatizing web actions. The library was created for writing web automation scripts that are written using mostly Requests but that are able to seamlessly switch to Selenium for the JavaScript heavy parts of the website, while maintaining the session. Requestium adds independent improvements to both Requests and Selenium, and every new feature is lazily evaluated, so its useful even if […]

Read more

Automatic baseball pitching overlay in realtime

⚾Automatically overlaying pitch motion and trajectory with machine learning! This project takes your baseball pitching clips and automatically generates the overlay. The input pitching clip could be directly from your phone or camera. The release point will be automatically detected by the program. This system will trace the trajectory and align all the videos to generate the overlay. A fine-tuned YOLOv4 model is used to get the location    

Read more

A radically simple IT automation platform that makes your applications and systems easier

Ansible Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible website. Design Principles Have a dead-simple setup process with a minimal learning curve. Manage machines very quickly and in parallel. Avoid custom-agents and additional open ports, be agentless by leveraging the existing SSH daemon. Describe infrastructure in a […]

Read more
1 2 3 4 5 6 7