A Python port of ebook-tools which is written in Shell

This project (version 0.1.0a3) is a Python port of ebook-tools which is written in Shell by na–. The Python script ebooktools.py is a collection of tools for automated and semi-automated organization and management of large ebook collections. ebooktools.py makes use of the following modules: edit_config.py edits a configuration file which can either be the main config file that contains all the options defined below or the logging config file. convert_to_txt.py converts the supplied file to a text file. It can […]

Read more

A system that is used for ethical hacking and computer security tests

lab_tool is a system that is used for ethical hacking and computer security tests, this system is also a python library. Warning This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible. Pre-requirements The requirements to use the system is to have the following python modules installed: colorama requests wheel Installation To install lab_tool on linux run these commands on your Linux Terminal. git clone https://github.com/dylan14567/lab_tool cd lab_tool […]

Read more

Reinforcing program correctness with reinforcement learning

Many of our online activities, from receiving and sending emails to searching for information to streaming movies, are driven behind the scenes by cloud-based distributed architectures, and writing concurrent software—programs with multiple logical threads of execution—is of paramount importance to scale these growing computing needs. Writing correct concurrent software is challenging. Unit, integration, and even stress testing don’t provide reasonable guarantees about the correctness of a concurrent program. Thus, insidious defects can remain latent in software until the late stages […]

Read more

Build a Python Directory Tree Generator for the Command Line

Creating applications with a user-friendly command-line interface (CLI) is a useful skill for a Python developer. With this skill, you can create tools to automate and speed up tasks in your working environment. In this tutorial, you’ll build a Python directory tree generator tool for your command line. The application will take a directory path as an argument at the command line and display a directory tree diagram on your screen. It’ll also provide other options to tweak the output. […]

Read more

Innovation by (and beyond) the numbers: A history of research collaborations in Excel

Microsoft Excel is one of the world’s most important software tools, relied upon users worldwide to create, understand, model, predict, and collaborate. As the Excel team works to leverage new areas of computer science – advancements in programming languages, NLP, Artificial Intelligence, Machine Learning – they turned to Microsoft Research both to leverage the incredible work done in the organization as well as to help co-create a vision for what Excel should look like years into the future. The Excel team has […]

Read more

Multiple types of NN model optimization environments

mtomo Multiple types of NN model optimization environments. It is possible to directly access the host PC GUI and the camera to verify the operation. And, Intel iHD GPU (iGPU) support. 1. Environment Docker 20.10.5, build 55c4c88 2. Model optimization environment to be built Ubuntu 20.04 x86_64 CUDA 11.0 cuDNN 8.0 TensorFlow v2.4.1 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled) tflite_runtime v2.4.1 (MediaPipe Custom OP, FlexDelegate, XNNPACK enabled) edgetpu-compiler flatc 1.12.0 TensorRT cuda11.0-trt7.1.3.4-ga-20200617 PyTorch 1.8.1+cu110 TorchVision 0.9.1+cu110 TorchAudio 0.8.1 OpenVINO 2021.3.394 […]

Read more

Computer Vision based ID verification solution provided by LibraX

ID Verification by LibraX.ai This is the first free Identity verification in the market. LibraX.ai is an identity verification platform for developers. This solution is to verify user ID image for name matching, age, and basic fraud detection for ID. LibraX is providing to give this service for free as long as we are in business, and you can reach out to [email protected] for any add-on features or customized requirement. How to use the API? For ID Verfication use the […]

Read more

3D ResNet Video Classification accelerated by TensorRT

Activity Recognition TensorRT Perform video classification using 3D ResNets trained on Kinetics-400 dataset and accelerated with TensorRT. TensorRT Installation Assuming you have CUDA already installed, go ahead and download TensorRT from here. Follow instructions of installing the system binaries and python package for tensorrt here. Python dependencies Install the necessary python dependencies by running the following command – pip3 install -r requirements.txt Clone the repository This is a straightforward step, however, if you are new to git recommend glancing threw […]

Read more

Free and Open-Source Command Line tool for Text Replacement

Sniplet Sniplet is a work in progress CLI tool which can do text replacement globally in Linux, MacOS and Windows. It is a multi-threaded tool which runs quietly in the background with minimal resource utilization. It is open source and works completely offline. Features: Custom Text Expansions Background process with low resource utilization Multi Line expansion support Sample Video: Installation: Python is required Might require admin or su permission to install Installing using pip: pip install sniplet==1.0.7 Installing from source: […]

Read more

Official PyTorch Implementation of Hypercorrelation Squeeze for Few-Shot Segmentation

Hypercorrelation Squeeze for Few-Shot Segmentation This is the implementation of the paper “Hypercorrelation Squeeze for Few-Shot Segmentation” by Juhong Min, Dahyun Kang, and Minsu Cho. Implemented on Python 3.7 and Pytorch 1.5.1. Requirements Python 3.7 PyTorch 1.5.1 cuda 10.1 tensorboard 1.14 Conda environment settings: conda create -n hsnet python=3.7 conda activate hsnet conda install pytorch=1.5.1 torchvision cudatoolkit=10.1 -c pytorch conda install -c conda-forge tensorflow pip install tensorboardX Preparing Few-Shot Segmentation Datasets Download following datasets: 1. PASCAL-5i Download PASCAL VOC2012 devkit […]

Read more
1 708 709 710 711 712 973