Add-on to plotly which show molecule images on mouseover

molplotly is an add-on to plotly built on RDKit which allows 2D images of molecules to be shown in plotly figures when hovering over the data points. A readable walkthrough of how to use the package together with some useful examples can be found in this blog post while a runnable notebook can be found in examples/simple_usage_and_formatting.ipynb 🙂 Installation pip install molplotly conda install rdkit Usage

Read more

Tracking People by Predicting 3D Appearance, Location & Pose

Code repository for the paper “Tracking People by Predicting 3D Appearance, Location & Pose”. Jathushan Rajasegaran, Georgios Pavlakos, Angjoo Kanazawa, Jitendra Malik. This code repository provides a code implementation for our paper PHALP, with installation, preparing datasets, and evaluating on datasets, and a demo code to run on any youtube videos. Abstract : In this paper, we present an approach for tracking people in monocular videos, by predicting their future 3D representations. To achieve this, we first lift people to […]

Read more

A console utility to bring up new Tor nodes easily

A console utility to bring up new Tor nodes easily Current progress Works: key generation node management commands file copy command execution on one or all nodes automatic configuration of tor on the node Works in progress: meaningful statistics ability to compile torspray to a standalone executable password login support Why? This tool is meant to empower less tech-savvy users to be able to quickly and effortlesslybring up tor nodes to help out the network in times of crisis. What […]

Read more

Parallel waveform generation with DiffusionGAN

Parallel waveform generation with DiffusionGAN DiffWave: A Versatile Diffusion Model for Audio Synthesis, Zhifeng Kong et al., 2020. [arXiv:2009.09761] Tackling the Generative Learning Trilemma with Denoising Diffusion GANs, Xiao et al., 2021. [2112.07804] Requirements Tested in python 3.7.9 conda environment. Usage Download LJSpeech dataset from official:keithito. To train model, run train.py python -m utils.dump –data-dir /datasets/ljspeech –output-dir /datasets/ljspeech/vocdump –num-proc 8 python train.py –data-dir /datasets/ljspeech/vocdump –from-dump GitHub View Github    

Read more

Currently Works on newer debian-based linux distributions

Currently Works on newer debian-based linux distributions Demo videos at the bottom AltServer from https://github.com/NyaMisty/AltServer-Linux/releases Special thanks to NyaMisty for AltServer-Linux project About the GUI It’s just a simple GUI to make the operation of AltServer-Linux more easier ,now inclides features below Features System tray app just like AltServer on MacOS Others editions are available For python edition,you can get from AltServer-Linux-PyScript For shell script edition,you can get from AltServer-Linux-ShellScript Announcement AltServer for Linux is from NyaMisty,so you should thank […]

Read more

Home of the PaRoutes framework for benchmarking multi-step retrosynthesis predictions

PaRoutes is a framework for benchmarking multi-step retrosynthesis methods,i.e. route predictions. It provides: A curated reaction dataset for building one-step retrosynthesis models Two sets of 10,000 routes Two sets of stock molecules to use as stop-criterion for the search Scripts to compute route quality and route diversity metrics Prerequisites Before you begin, ensure you have met the following requirements: Linux, Windows or macOS platforms are supported – as long as the dependencies are supported on these platforms. You have installed […]

Read more

A tool for generating skill map/tree like diagram

A tool for generating skill map/tree like diagram. Skill tree is a term used in video games, and it can be used for describing roadmaps for software project development as well. This project borrows inspiration and ideas from two sources: https://hacks.mozilla.org/2018/10/webassemblys-post-mvp-future/ https://github.com/nikomatsakis/skill-tree After installation, a skillmap command is available. Create a toml format skill map descriptor file. You can find more details about this descriptor format here. For a minimal example, see docs/examples/hello_world.toml [skillmap] name = “hello world” icon = […]

Read more

Manage Your To-Do Lists Using Python and Django

Have you ever struggled to keep track of the things that you need to do? Perhaps you’re in the habit of using a handwritten to-do list to remind you of what needs doing, and by when. But handwritten notes have a way of getting lost or forgotten. Because you’re a Python coder, it makes sense to build a Django to-do list manager! In this step-by-step tutorial, you’re going to create a web app using Django. You’ll learn how Django can […]

Read more

Chord-Conditioned Melody Choralization with Controllable Harmonicity and Polyphonicity

Chord-Conditioned Melody Choralization with Controllable Harmonicity and Polyphonicity This is the source code of DeepChoir, a melody choralization system, which can generate a four-part chorale for a given melody conditioned on a chord progression, trained/validated on Chordified JSB Chorales Dataset. The evaluation data we used in our experiments in the outputs folder, and the musical discrimination test is available at https://sander-wood.github.io/deepchoir/test. The generated samples (chorales, folk songs and a symphony) are in the samples folder, you can also listening them […]

Read more
1 216 217 218 219 220 928