Quick program made to generate alpha and delta tables for Hidden Markov Models
Functions for generating Alpha and Delta tables from a Hidden Markov Model. # Transition properties # a[i][j] = probability of traveling to state
Read moreDeep Learning, NLP, NMT, AI, ML
Functions for generating Alpha and Delta tables from a Hidden Markov Model. # Transition properties # a[i][j] = probability of traveling to state
Read moreThis plugin generates json files used by deovr allowing you to play 2d and 3d video’s using the player.Deovr looks for an index file /deovr of scenes as json files containing information on scenes.This plugin generates these Stash can act as a web server and serve files from a custom url, we will be using this to serve the json files generated by this plugin.Edit config.yml and add a custom served folder option like the below, this will serve files […]
Read moreCombine Tacotron2 and Hifi GAN to generate speech from text Download weights Hifi GAN -> hifi_gan/checkpoint/ : pretrain 2.5M step, traning 350K & 550K step Tacotron2 -> tacotron2_mini/checkpoint/ Install pip install -r requirements.txt Run python server.py App run on localhost:5000 GitHub View Github
Read moreJIGSAW: An unstructured mesh generator JIGSAW is an unstructured mesh generator and tessellation library; designed to generate high-quality triangulations and polyhedral decompositions of general planar, surface and volumetric domains. JIGSAW includes refinement-based algorithms for the construction of new meshes, optimisation-driven techniques for the improvement of existing grids, as well as routines to assemble (restricted) Delaunay tessellations, Voronoi complexes and Power diagrams. This package provides a Python based scripting interface to the underlying JIGSAW mesh generator, including a range of additional […]
Read moreascii-art-generator-cli Generate an ASCII Art from keyword put in the cli Install git clone https://github.com/Nathanlauga/ascii-art-generator-cli cd ascii-art-generator-cli pip install -r requirements.txt pip install . Usage ascii-generator –help Usage: ascii-generator [OPTIONS] KEYWORD Shows differents ASCII Art given a keyword You can change the number of columns and the scale. There are 2 gray scale available 10 and 70 (default is 70) Options: -c, –cols INTEGER Number of columns for ASCII Art. -s, –scale FLOAT Height scale for ASCII Art. -m, –more-levels […]
Read moreSimple improvement of VQVAE that allow to generate x2 sized images compared to baseline.It allows to generate 512×512 images using ruDALL-E. POC checkpoint: https://drive.google.com/file/d/1GjGXs1l0mOiFxKJwutjTQyCHEaF-wrIL/view?usp=sharing GitHub View Github
Read moreGenerate knowledge graphs with interesting geometries, like lattices.Works on Python 3.9+ because it uses cool new features. Get out of that 2020funk and install the most recent version of Python. 💪 Getting Started See https://github.com/cthoyt/translational-toys for example usage to generatecharts like . 🚀 Installation The most recent release can be installed fromPyPI with: $ pip install geometric_graphs The most recent code and data can be installed directly from GitHub with: $ pip install git+https://github.com/cthoyt/geometric-graphs.git To install in development mode, use […]
Read moreGenerate ten different malicious pdf files with phone-home functionality. Can be used with Burp Collaborator. Used for penetration testing and/or red-teaming etc. I created this tool because i needed a third party tool to generate a bunch of PDF files with various links. Usage python3 malicious-pdf.py burp-collaborator-url Output will be written as: test1.pdf, test2.pdf, test3.pdf etc in the current directory. Do not use the https:// etc prefix on the url argument. Purpose Test web pages/services accepting PDF-files Test security products […]
Read more