A Python tool to improve the experience of uploading NFTs to the Arweave storage

arweave-nft-uploader is a Python tool to improve the experience of uploading NFTs to theArweave storage for use with the Metaplex Candy Machine. The tool has an additional (optional) feature to manage complex NFTs with multiple asset files(e.g. a PNG and an SVG). See more about it in this section. This tool is for experienced users. I decline any responsibility for unneeded expenses caused bythe incorrect usage of this tool. Read this guide carefully before using it. Prerequisites an Arweave wallet […]

Read more

ROSITA: Enhancing Vision-and-Language Semantic Alignments via Cross- and Intra-modal Knowledge Integration

News & Updates (24/08/2021) Release the demo to perform fine-grained semantic alignments using the pretrained ROSITA model. (15/08/2021) Release the basic framework for ROSITA, including the pretrained base ROSITA model, as well as the scripts to run the fine-tuning and evaluation on three downstream tasks (i.e., VQA, REC, ITR) over six datasets. Introduction This repository contains source code necessary to reproduce the results presented in our ACM MM paper ROSITA: Enhancing Vision-and-Language Semantic Alignments via Cross- and Intra-modal Knowledge Integration, […]

Read more

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support

GitHub – sshwsfc/xadmin: Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap. Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap. – GitHub – sshwsfc/xadmin: Drop-in replacement of Django …    

Read more

TLDR: Twin Learning for Dimensionality Reduction

TLDR (Twin Learning for Dimensionality Reduction) is an unsupervised dimensionality reduction method that combines neighborhood embedding learning with the simplicity and effectiveness of recent self-supervised learning losses. Inspired by manifold learning, TLDR uses nearest neighbors as a way to build pairs from a training set and a redundancy reduction loss to learn an encoder that produces representations invariant across such pairs. Similar to other neighborhood embeddings, TLDR effectively and unsupervisedly learns low-dimensional spaces where local neighborhoods of the input space […]

Read more

AWS SQS event redrive Lambda With Python

This repository contains one simple AWS Lambda function in Python to redrive AWS SQS events from source queue to destination queue. This script can be triggered periodically via cloudwatch as well if source queue contains too many events and you dont want to redrive them altogether. batch_size can be passed as input which will move only X events in one execution cycle. Default batch size is 10 if no value is passed. This script ensures that if same event is […]

Read more

A collection of discord tools using python

A collection of discord tools i’ve made. Basically every discord related project i’ve worked on can be found here, i’ll try and update/upload new projects to this repository as much as i can. Firstly, install discum by typing the following command into your console/terminal : python -m pip install –user –upgrade git+https://github.com/Merubokkusu/Discord-S.C.U.M.git#egg=discum If that doesn’t work, i recommend reading the discum installation guide here : https://github.com/Merubokkusu/Discord-S.C.U.M Secondly install all the other requirements by inputting the following command into your console/terminal […]

Read more

TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks

Code for the paper TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks by Yu Li, Min Li, Qiuxia Lai, Yannan Liu, and Qiang Xu. If you use this code, or development from it, please cite our paper: @article{yu2021testrank, title={TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks}, author={Yu Li, Min Li, Qiuxia Lai, Yannan Liu, and Qiang Xu}, journal={NeurIPS}, year={2021} } 1. Setup Install dependencies conda env create -f environment.yml Please    

Read more

IICNet: A Generic Framework for Reversible Image Conversion

Official PyTorch Implementation for IICNet: A Generic Framework for Reversible Image Conversion (ICCV2021). Demo Video | Supplements Introduction Reversible image conversion (RIC) aims to build a reversible transformation between specific visual content (e.g., short videos) and an embedding image, where the original content can be restored from the embedding when necessary. This work develops Invertible Image Conversion Net (IICNet) as a generic solution to various RIC tasks due to its strong capacity and task-independent design. Unlike previous encoder-decoder based methods, […]

Read more

Python SDK for accessing the Hanko Authentication API

This package is maintained by Hanko. Introduction This SDK provides an API client that lets you communicate with theHanko Authentication APIto easily integrate FIDO®-based authentication into your web application written inPython. Documentation Installation Pip Building a wheel py -m build pip install dist/hanko_sdk-X.X.X-py3-none-any.whl Usage Prerequisites In order to utilize the client provided by the SDK you need an API URL as well as API credentials in the form of anAPI key ID and an API secret. View our getting   […]

Read more
1 18 19 20 21 22 50