Minimal open source Screen-Time Tracker for Linux

Minimal Open source Screen-Time Tracker (CLI-app) Table of Contents About Watcher is CLI-app (at this moment) which helps you to get perspective about your Screen-time Gallery Day Summary Week Summary Funfact: You might be thinking how can someone has 14 hrs of screen time in a single day, Well ! short ans is AFK-feature is not implemented yet… Most of the time I left my laptop as it is so it also counts that AFK time as Screen-time Installation Note: […]

Read more

Automatically calibrate RGBD cameras with PyTorch

Automatically calibrate RGBD cameras with PyTorch. The intrinsics and extrinsics of the camera pair are optimized based on photometric consistency after projecting the ToF camera into the color camera. I tested on semi-rectified color and Kinect continuous wave ToF cameras from the NYU Depth V2 dataset. Related work using photometric consistency as a loss signal: LSD-SLAM, KinectFusion, CVPR 2017, ICCV 2019, ICCV 2021. Setting up color camera and ToF camera

Read more

Screenshots of news homepages around the world

Screenshots of news homepages around the world Follow on Twitter at @newshomepages Getting started Fork the repository and clone it. Move into the code directory and install the Python dependencies. Install pre-commit hooks. pipenv run pre-commit install Install the shot-scraper web browser. pipenv run shot-scraper install Screenshots Try a screenshot. The shoot.py command, as well as all the other commands, expects you pass in the Twitter handle of the target site. The supported sites are listed in newshomepages/sources/sites.csv. pipenv run […]

Read more

The next generation deep reinforcement learning framework

AI-Optimizer is a next generation deep reinforcement learning suit, privoding rich algorithm libraries ranging from model-free to model-based RL algorithms, from single-agent to multi-agent algorithms. Moreover, AI-Optimizer contains a flexible and easy-to-use distributed training framekwork for efficient policy training. -For now, AI-Optimizer privodes following built-in libraries and more libraries and implementations are comming soon. Multiagent Reinforcement learning Representation Reinforcement Learning Offline Reinforcement Learning Transfer Reinforcement Learning Model-based reinforcement learning Repo: Multiagent Reinforcement Learning (MARL) MARL repo contains the released codes […]

Read more

Paaster – A secure by default end to end encrypted pastebin built with the objective of simplicity

Paaster is a secure by default end to end encrypted pastebin built with the objective of simplicity. Preview Features What is E2EE? E2EE or end to end encryption is a zero trust encryption methodology. When you paste code into paaster the code is encrypted locally with a secret generated on your browser. This secret is never shared with the server & only people you share the link with can view the paste. Can I trust a instance of paaster not […]

Read more

Download hundreds of images from Google. Do image post processing later

This repo contains the Python script that can let you download the images from Google for the given keyword. Also, there are some additional functionalities added that can help in post-image processing. Preparing the image dataset which is not publicly available, is still a challenging task. Machine Learning Engineers need image data when building something of a Computer Vision. But due to the non-availability of the data, they are left with nothing but 2 choices – either to drop the […]

Read more

Tool to scan for RouterOS (Mikrotik) forensic artifacts and vulnerabilities

Forensics tool for Mikrotik devices. Search for suspicious properties and weak security points that need to be fixed on the router. This tool’s functionalities include the following: Get the version of the device and map it to CVEs Check for scheduled tasks Look for traffic redirection rules Look for DNS cache poisoning Look for default ports change Look for non-default users Look for suspicious files Look for proxy, socks and FW rules Executing and arguments The arguments: args Description Must […]

Read more

Rebuilding and extending the Autoproxy tool in Python

Photoshop scripting to generate high-quality Magic card renders, original concept developed by Chilli-Axe, rewritten in Python for extended functionality. If you need help with this app, join our discord: https://discord.gg/qdR2S4nQ6U A copy of Photoshop (2015-2022 Tested) The Photoshop templates The following fonts, included in fonts folder: Beleren Bold, Beleren2016 Bold, Beleren Smallcaps, MPlantin and MPlantin-Italics Keyrune and Mana (Keep Keyrune updated for expansion symbols) Relay Medium,

Read more

Spider quadruped robot using NodeMUC-32S (ESP32) and MicroPython

Quadruped project using NodeMCU-32S and MicroPython. Brief introduction This project is about a spider quadruped. The robot can perform multiple gait in MOVE mode, and can rotate and translate with 6DOF in POSE mode. Both Remote control and Calibration are done via Wi-Fi on ESP32. Brian: NodeMCU-32S (ESP32). Actuator: 12 × 20Kg servo. Power supply: 3S 2200mAh Lipo battery. mini360 DC-DC bulk for powering ESP32, PCA9685 and MPU6050. 8A UBEC for 12 servos. Check the PCB file for details. The […]

Read more

CFGAN: A Generic Collaborative Filtering Framework based on Generative Adversarial Networks

This repository provides a reference implementation of CFGAN as described in the following papers: CFGAN: A Generic Collaborative Filtering Framework based on Generative Adversarial Networks Dong-Kyu Chae, Jin-Soo Kang, Sang-Wook Kim, and Jung-Tae Lee 27th ACM Int’l Conf. on Information and Knowledge Management (CIKM 2018) Overview of CFGAN Authors Requirements The code has been tested running under Python 3.5. The required packages are as follows: Basic Usage Cite We encourage you to cite our paper if you have used the […]

Read more
1 193 194 195 196 197 927