Fmog: Fortinet Mass Object Generator

This script will take a list of IP addresses and create address objects with the same name. It will also add them to a group using the append function. Future updates include: error control importing address list from a file handling CIDR/subnetmask conversion formatting object/group names Running in Linux: -Make it executable -Run from command line Usage: GitHub View Github    

Read more

Generate thousands of NFTs in Python

NFT-Generator is the best way to generate thousands of NFTs quick and easily with Python. Just add your files, set your configuration and run the script. You’ll get all the images and metadata required for your NFT project! How to use? Clone the repo by running git clone https://github.com/itshydrone/NFT-Generator.git Enter the downloaded directory by typing cd NFT-Generator Install the dependencies by running pip install -r requirements.txt Add all your layer files in the ‘traits’ folder. They should be separated in […]

Read more

A project calculates current internet upload and download speeds

Project Description: In this project, are creating an internet speed calculator. Requirements: Following modules need to be installed for it to work properly: Tkinter: Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit. We will be using this for not-so-good GUI that i designed 🙂 Usually tkinter comes with the standard python installation. Incase you […]

Read more

Improving Face Recognition with Large AgeGaps by Learning to Distinguish Children

Inter-Prototype (BMVC 2021): Official Project Webpage This repository provides the official PyTorch implementation of the following paper: Improving Face Recognition with Large Age Gaps by Learning to Distinguish ChildrenJungsoo Lee* (KAIST AI), Jooyeol Yun* (KAIST AI), Sunghyun Park (KAIST AI),Yonggyu Kim (Korea Univ.), and Jaegul Choo (KAIST AI) (*: equal contribution)BMVC 2021 Paper: Arxiv Abstract:Despite the unprecedented improvement of face recognition, existing face recognition models still show considerably low performances in determining whether a pair of child and adult images […]

Read more

Python script for getting mp3 files from youtube playlist

python script for getting mp3 files from youtube playlist. Do your non-tech brown relatives ask you for downloading music from the internet and upload it to their mobile phones? You can’t say no to them because you love them? Look no further, you are in the right repo xD Overview It’s a simple pytube and moviepy implementation. It retrieves the URLs of the videos of the playlist and converts them to mp3 upon downloading. Prerequisites You will need have Python3 […]

Read more

The most hackable keyboard in all the land

© 2021 Zack Freedman of Voidstar Lab Licensed Creative Commons 4.0 Attribution Noncommercial Share-Alike The MiRage is a 60% ortholinear keyboard with three clickable OLED displays, intended for Kailh Choc switches and running custom CircuitPython firmware on a Seeedstudio Xiao RP2040. THIS PROJECT IS INCOMPLETE. DO NOT MAKE IT. The PCB can be populated as-is for a “plank” keyboard or broken in half for a split board. The right half can be used independently as the Rage Pad numberpad/macro pad/stream […]

Read more

Alternative layout visualizer for ZSA Moonlander keyboard

General info This is a keyboard layout visualizer for ZSA Moonlander keyboard (because I didn’t find their Oryx or their training tool particularly useful). Layout information is created and updated manually in a TXT file (e.g. no automation of any kind, it doesn’t read layouts from the keyboard itself, from Oryx, etc.) The intended usage is to keep it open somewhere in the corner of the screen while memorizing the layouts by typing and practicing. Requirements Python 3.xwxPython (pip install […]

Read more

Fast Laplacian Eigenmaps: lightweight multicore LE for non-linear dimensional reduction with minimal memory usage

Open-source Laplacian Eigenmaps for dimensionality reduction of large data in python. Comes with anwrapper for NMSlib to compute approximate-nearest-neighbors.Performs several times faster than the default scikit-learn implementation. You’ll need NMSlib for using this package properly. Installing it with no binaries is recommended if your CPU supportsadvanced instructions (it problably does): pip3 install –no-binary :all: nmslib # Along with requirements: pip3 install numpy pandas scipy scikit-learn Then you can install this package with pip: See the following example with the handwritten […]

Read more
1 399 400 401 402 403 928