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
Official implementation for ICDAR 2021 paper "Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer"

Handwritten Mathematical Expression Recognition with Bidirectionally Trained Transformer Description Convert offline handwritten mathematical expressi

Wenqi Zhao 87 Dec 27, 2022
ChebLieNet, a spectral graph neural network turned equivariant by Riemannian geometry on Lie groups.

ChebLieNet: Invariant spectral graph NNs turned equivariant by Riemannian geometry on Lie groups Hugo Aguettaz, Erik J. Bekkers, Michaël Defferrard We

haguettaz 12 Dec 10, 2022
Source code for "UniRE: A Unified Label Space for Entity Relation Extraction.", ACL2021.

UniRE Source code for "UniRE: A Unified Label Space for Entity Relation Extraction.", ACL2021. Requirements python: 3.7.6 pytorch: 1.8.1 transformers:

Wang Yijun 109 Nov 29, 2022
Freecodecamp Scientific Computing with Python Certification; Solution for Challenge 2: Time Calculator

Assignment Write a function named add_time that takes in two required parameters and one optional parameter: a start time in the 12-hour clock format

Hellen Namulinda 0 Feb 26, 2022
DeepFashion2 is a comprehensive fashion dataset.

DeepFashion2 Dataset DeepFashion2 is a comprehensive fashion dataset. It contains 491K diverse images of 13 popular clothing categories from both comm

switchnorm 1.8k Jan 07, 2023
Hyperparameters tuning and features selection are two common steps in every machine learning pipeline.

shap-hypetune A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models. Overview Hyperparameters t

Marco Cerliani 422 Jan 08, 2023
TEDSummary is a speech summary corpus. It includes TED talks subtitle (Document), Title-Detail (Summary), speaker name (Meta info), MP4 URL, and utterance id

TEDSummary is a speech summary corpus. It includes TED talks subtitle (Document), Title-Detail (Summary), speaker name (Meta info), MP4 URL

3 Dec 26, 2022
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).

Attention Walk ⠀⠀ A PyTorch Implementation of Watch Your Step: Learning Node Embeddings via Graph Attention (NIPS 2018). Abstract Graph embedding meth

Benedek Rozemberczki 303 Dec 09, 2022
Udacity Suse Cloud Native Foundations Scholarship Course Walkthrough

SUSE Cloud Native Foundations Scholarship Udacity is collaborating with SUSE, a global leader in true open source solutions, to empower developers and

Shivansh Srivastava 34 Oct 18, 2022
Neural machine translation between the writings of Shakespeare and modern English using TensorFlow

Shakespeare translations using TensorFlow This is an example of using the new Google's TensorFlow library on monolingual translation going from modern

Motoki Wu 245 Dec 28, 2022
[TPAMI 2021] iOD: Incremental Object Detection via Meta-Learning

Incremental Object Detection via Meta-Learning To appear in an upcoming issue of the IEEE Transactions on Pattern Analysis and Machine Intelligence (T

Joseph K J 66 Jan 04, 2023
Person Re-identification

Person Re-identification Final project of Computer Vision Table of content Person Re-identification Table of content Students: Proposed method Dataset

Nguyễn Hoàng Quân 4 Jun 17, 2021
Training neural models with structured signals.

Neural Structured Learning in TensorFlow Neural Structured Learning (NSL) is a new learning paradigm to train neural networks by leveraging structured

955 Jan 02, 2023
Repo for the Video Person Clustering dataset, and code for the associated paper

Video Person Clustering Repo for the Video Person Clustering dataset, and code for the associated paper. This reporsitory contains the Video Person Cl

Andrew Brown 47 Nov 02, 2022
InsTrim: Lightweight Instrumentation for Coverage-guided Fuzzing

InsTrim The paper: InsTrim: Lightweight Instrumentation for Coverage-guided Fuzzing Build Prerequisite llvm-8.0-dev clang-8.0 cmake = 3.2 Make git cl

75 Dec 23, 2022
Lightweight Face Image Quality Assessment

LightQNet This is a demo code of training and testing [LightQNet] using Tensorflow. Uncertainty Losses: IDQ loss PCNet loss Uncertainty Networks: Mobi

Kaen 5 Nov 18, 2022
Tensorflow implementation of Character-Aware Neural Language Models.

Character-Aware Neural Language Models Tensorflow implementation of Character-Aware Neural Language Models. The original code of author can be found h

Taehoon Kim 751 Dec 26, 2022
A smart Chat bot that can help to know about corona virus and Make prediction of corona using X-ray.

TRINIT_Hum_kuchh_nahi_karenge_ML01 Document Link https://github.com/Jatin-Goyal-552/TRINIT_Hum_kuchh_nahi_karenge_ML01/blob/main/hum_kuchh_nahi_kareng

JatinGoyal 1 Feb 03, 2022
🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)

RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds (CVPR 2020) This is the official implementation of RandLA-Net (CVPR2020, Oral

Qingyong 1k Dec 30, 2022
Reading Group @mila-iqia on Computational Optimal Transport for Machine Learning Applications

Computational Optimal Transport for Machine Learning Reading Group Over the last few years, optimal transport (OT) has quickly become a central topic

Ali Harakeh 11 Aug 26, 2022