A Legate library that aims to provide a distributed and accelerated drop-in replacement

Legate NumPy Legate NumPy is a Legate library that aims to provide a distributed and accelerated drop-in replacement for the NumPy API on top of the Legion runtime. Using Legate NumPy you do things like run the final example of the Python CFD course completely unmodified on 2048 A100 GPUs in a DGX SuperPOD and achieve good weak scaling. Legate NumPy works best for programs that have very large arrays of data that cannot fit in the memory of a […]

Read more

A subfield of machine learning focused on developing representations of images

Curator Self-supervised learning is a subfield of machine learning focused on developing representations of images without any labels, which is useful for reverse image searching, categorization and filtering of images, especially so when it would be infeasible to have a human manually inspect each individual image. It also has downstream benefits for classification tasks. For instance, training SSL on 100% of your data and finetuning the encoder on the 5% of data that has been labeled significantly outperforms training a […]

Read more

Implementation of different architectures for emotion recognition in conversations

Emotion Recognition in Conversations Unlike other emotion detection models, these techniques consider the party-states and inter-party dependencies for modeling conversational context relevant to emotion recognition. The primary purpose of all these techniques are to pretrain an emotion detection model for empathetic dialogue generation. Interaction among different controlling variables during a dyadic conversation between persons X and Y. Grey and white circles represent hidden and observed variables, respectively. P represents personality, U represents utterance, S represents interlocutor state, I represents interlocutor […]

Read more

2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics

Fluid Simulation 2D fluid simulation implementation of Jos Stam paper on real-time fuild dynamics, including some suggested extensions. Usage Download this repo and store it in your computer. Open a terminal and go to the root directory of this folder. Make sure you have installed the needed dependencies by typing: $ pip install numpy $ pip install matplotlib $ pip install ffmpeg Note: Go to Install FFmpeg on Windows section if you haven’t installed FFmpeg software locally before. It must […]

Read more

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

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

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
1 661 662 663 664 665 919