Encode and decode text application

Overview

Text Encoder and Decoder

Encode and decode text in many ways using this application!

Encode in:

  • ASCII85
  • Base85
  • Base64
  • Base32
  • Base16
  • Url
  • MD5 Hash
  • SHA-1
  • SHA-224
  • SHA-384
  • SHA-256
  • SHA-512

Decode in:

  • ASCII85
  • Base85
  • Base64
  • Base32
  • Base16
  • Url

Credits

Images


Style Sheets

See the app's license as well

Made with Python 3.9.6 and PyQt5 5.15.4
You might also like...
Codes to pre-train T5 (Text-to-Text Transfer Transformer) models pre-trained on Japanese web texts

t5-japanese Codes to pre-train T5 (Text-to-Text Transfer Transformer) models pre-trained on Japanese web texts. The following is a list of models that

A 1.3B text-to-image generation model trained on 14 million image-text pairs
A 1.3B text-to-image generation model trained on 14 million image-text pairs

minDALL-E on Conceptual Captions minDALL-E, named after minGPT, is a 1.3B text-to-image generation model trained on 14 million image-text pairs for no

Siamese-nn-semantic-text-similarity - A repository containing comprehensive Neural Networks based PyTorch implementations for the semantic text similarity task Automatic number plate recognition using tech:  Yolo, OCR, Scene text detection, scene text recognation, flask, torch
Automatic number plate recognition using tech: Yolo, OCR, Scene text detection, scene text recognation, flask, torch

Automatic Number Plate Recognition Automatic Number Plate Recognition (ANPR) is the process of reading the characters on the plate with various optica

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)
A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022)

A Text Attention Network for Spatial Deformation Robust Scene Text Image Super-resolution (CVPR2022) https://arxiv.org/abs/2203.09388 Jianqi Ma, Zheto

All the essential resources and template code needed to understand and practice data structures and algorithms in python with few small projects to demonstrate their practical application.

Data Structures and Algorithms Python INDEX 1. Resources - Books Data Structures - Reema Thareja competitiveCoding Big-O Cheat Sheet DAA Syllabus Inte

A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.
A web-based application for quick, scalable, and automated hyperparameter tuning and stacked ensembling in Python.

Xcessiv Xcessiv is a tool to help you create the biggest, craziest, and most excessive stacked ensembles you can think of. Stacked ensembles are simpl

This is the official implementation of TrivialAugment and a mini-library for the application of multiple image augmentation strategies including RandAugment and TrivialAugment.

Trivial Augment This is the official implementation of TrivialAugment (https://arxiv.org/abs/2103.10158), as was used for the paper. TrivialAugment is

This is a virtual picture dragging application. Users may virtually slide photos across the screen. The distance between the index and middle fingers determines the movement. Smaller distances indicate click and motion, whereas bigger distances indicate only hand movement.
Releases(v0.3.2)
  • v0.3.2(Jul 21, 2021)

    Version 0.3.2

    Contents

    Additions

    • The "credits" window now has an updated stylesheet.

    Changes

    • modules/attributions.py has been deleted.
    • the cut action now cuts from the output text edit.
    • New logging format.

    Bugfixes

    • Pressing the home action on the window tool bar no longer makes the window shorter.
    • triggering the cut action no longer copies the contents of the output text edit and deletes the content of the input text edit. Instead it just cuts all the content from the output text edit.

    Bugs (that I know of)

    • Whenever a cursor hovers over a hyperlink in the "credits" window, all other hyperlinks that are under it become a darker color. (bug 0.3.2 #1)
    • Some error messages (all QErrorMessage popups) always have the window popup title as "python". (bug 0.3.2 #2)
    • The scrollbars on the text edits all extend out of the text edit's border. (bug 0.3.2 #3)

    Future Additions/Changes

    • A settings tab if I have enough motivation.
    • Maybe an updated README.
    There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or changes.
    Source code(tar.gz)
    Source code(zip)
  • v0.3.1(Jul 19, 2021)

    Version 0.3.1

    Content

    Additions

    • None

    Changes

    • The "Credits" window (that the "Credits" action displays) now opens hyperlinks in the user's default browser

    Bugfixes

    • Pressing the "OK" button on the "find" window (that the "Find" action displays) now doesn't crash the application.

    Bugs (That I know of)

    • None, currently
    Source code(tar.gz)
    Source code(zip)
  • v0.3.0(Jul 19, 2021)

    Version 0.3.0

    Contents

    Additions

    • The "Credits" action in the help menu now displays a credits window
    • The "About" action in the help menu now displays a blank 600x600 window
    • New logging file and format

    Changes

    • Dialogs no longer have the "?" button on the title bar

    Bugs (that I know of)

    • None, currently.
    There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or change.
    Source code(tar.gz)
    Source code(zip)
  • v0.2.0(Jul 18, 2021)

    Version 0.2.0

    Contents:

    New Additions

    • Added clock on the right of the window's status bar.
    • 2 new encryption methods SHA-224 and SHA-384 have been added
    • Added the "I'm still working on this" message popup to the About action in the. help menu .
    • Added copyright notice on the main.qss file .
    • New "delete" action in the "Edit" menu.
    • The "web" action now supports website URNs as well as website URLs. (you no long have to put the URL schema anymore.)

    Changes

    • Changed the stillworking default text to "I'm still working on this," removing the emoticon at the end.
    • Changed most of the text in the application to the Segoe UI font.

    Bugs (that I know of)

    • None, currently.
    There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or change.
    Source code(tar.gz)
    Source code(zip)
  • v0.1.0(Jul 16, 2021)

    Version 0.1.0

    New Additions

    • Added a new toolbar with 2 new actions
    • Added a new action that appends a website's html code to the input text edit
    • Added a new action that collects microphone audio, converterts it into text and appends the text to the input text edit (Still being developed)
    • Added functionality for the "Replace" Action in the "Find and Replace" submenu
    • Added "I'm still working on this" message popup whenever an user clicks an action not implemented yet
    • Added a dummy "Find" window for the "Find" action in the "Find and Replace" submenu

    Future Additions (that I hope to add one day)

    • Actual Functionality for the "Find" action
    • Remove the "I'm still working on this" message popup
    • Add a dark and light mode toggle

    Expect the next version or update to be either a bugfix or adding functionality to an action.

    Source code(tar.gz)
    Source code(zip)
  • v0.0.0(Jul 13, 2021)

Owner
Alice
Alice
Pytorch implementation of CVPR2021 paper "MUST-GAN: Multi-level Statistics Transfer for Self-driven Person Image Generation"

MUST-GAN Code | paper The Pytorch implementation of our CVPR2021 paper "MUST-GAN: Multi-level Statistics Transfer for Self-driven Person Image Generat

TianxiangMa 46 Dec 26, 2022
CURL: Contrastive Unsupervised Representations for Reinforcement Learning

CURL Rainbow Status: Archive (code is provided as-is, no updates expected) This is an implementation of CURL: Contrastive Unsupervised Representations

Aravind Srinivas 46 Dec 12, 2022
Deep Networks with Recurrent Layer Aggregation

RLA-Net: Recurrent Layer Aggregation Recurrence along Depth: Deep Networks with Recurrent Layer Aggregation This is an implementation of RLA-Net (acce

Joy Fang 21 Aug 16, 2022
Code for our paper "MG-GAN: A Multi-Generator Model Preventing Out-of-Distribution Samples in Pedestrian Trajectory Prediction" published at ICCV 2021.

MG-GAN: A Multi-Generator Model Preventing Out-of-Distribution Samples in Pedestrian Trajectory Prediction This repository contains the code for the p

Sven 30 Jan 05, 2023
A PyTorch implementation of "SelfGNN: Self-supervised Graph Neural Networks without explicit negative sampling"

SelfGNN A PyTorch implementation of "SelfGNN: Self-supervised Graph Neural Networks without explicit negative sampling" paper, which will appear in Th

Zekarias Tilahun 24 Jun 21, 2022
Video Instance Segmentation with a Propose-Reduce Paradigm (ICCV 2021)

Propose-Reduce VIS This repo contains the official implementation for the paper: Video Instance Segmentation with a Propose-Reduce Paradigm Huaijia Li

DV Lab 39 Nov 23, 2022
OpenFed: A Comprehensive and Versatile Open-Source Federated Learning Framework

OpenFed: A Comprehensive and Versatile Open-Source Federated Learning Framework Introduction OpenFed is a foundational library for federated learning

25 Dec 12, 2022
Code for "Unsupervised Source Separation via Bayesian inference in the latent domain"

LQVAE-separation Code for "Unsupervised Source Separation via Bayesian inference in the latent domain" Paper Samples GT Compressed Separated Drums GT

Michele Mancusi 30 Oct 25, 2022
Automatically replace ONNX's RandomNormal node with Constant node.

onnx-remove-random-normal This is a script to replace RandomNormal node with Constant node. Example Imagine that we have something ONNX model like the

Masashi Shibata 1 Dec 11, 2021
Lua-parser-lark - An out-of-box Lua parser written in Lark

An out-of-box Lua parser written in Lark Such parser handles a relaxed version o

Taine Zhao 2 Jul 19, 2022
Implementation of "The Power of Scale for Parameter-Efficient Prompt Tuning"

Prompt-Tuning Implementation of "The Power of Scale for Parameter-Efficient Prompt Tuning" Currently, we support the following huggigface models: Bart

Andrew Zeng 36 Dec 19, 2022
RID-Noise: Towards Robust Inverse Design under Noisy Environments

This is code of RID-Noise. Reproduce RID-Noise Results Toy tasks Please refer to the notebook ridnoise.ipynb to view experiments on three toy tasks. B

Thyrix 2 Nov 23, 2022
J.A.R.V.I.S is an AI virtual assistant made in python.

J.A.R.V.I.S is an AI virtual assistant made in python. Running JARVIS Without Python To run JARVIS without python: 1. Head over to our installation pa

somePythonProgrammer 16 Dec 29, 2022
OpenGAN: Open-Set Recognition via Open Data Generation

OpenGAN: Open-Set Recognition via Open Data Generation ICCV 2021 (oral) Real-world machine learning systems need to analyze novel testing data that di

Shu Kong 90 Jan 06, 2023
TGRNet: A Table Graph Reconstruction Network for Table Structure Recognition

TGRNet: A Table Graph Reconstruction Network for Table Structure Recognition Xue, Wenyuan, et al. "TGRNet: A Table Graph Reconstruction Network for Ta

Wenyuan 68 Jan 04, 2023
Official repo for the work titled "SharinGAN: Combining Synthetic and Real Data for Unsupervised GeometryEstimation"

SharinGAN Official repo for the work titled "SharinGAN: Combining Synthetic and Real Data for Unsupervised GeometryEstimation" The official project we

Koutilya PNVR 23 Oct 19, 2022
TensorFlow Implementation of Unsupervised Cross-Domain Image Generation

Domain Transfer Network (DTN) TensorFlow implementation of Unsupervised Cross-Domain Image Generation. Requirements Python 2.7 TensorFlow 0.12 Pickle

Yunjey Choi 865 Nov 17, 2022
ML powered analytics engine for outlier detection and root cause analysis.

Website • Docs • Blog • LinkedIn • Community Slack ML powered analytics engine for outlier detection and root cause analysis ✨ What is Chaos Genius? C

Chaos Genius 523 Jan 04, 2023
ANEA: Automated (Named) Entity Annotation for German Domain-Specific Texts

ANEA The goal of Automatic (Named) Entity Annotation is to create a small annotated dataset for NER extracted from German domain-specific texts. Insta

Anastasia Zhukova 2 Oct 07, 2022
Geometric Sensitivity Decomposition

Geometric Sensitivity Decomposition This repo is the official implementation of A Geometric Perspective towards Neural Calibration via Sensitivity Dec

16 Dec 26, 2022