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
Count the MACs / FLOPs of your PyTorch model.

THOP: PyTorch-OpCounter How to install pip install thop (now continously intergrated on Github actions) OR pip install --upgrade git+https://github.co

Ligeng Zhu 3.9k Dec 29, 2022
Send text to girlfriend in the morning

Girlfriend Text Send text to girlfriend (or really anyone with a phone number) in the morning 1. Configure your settings in utils.py. phone_number = "

Paras Adhikary 199 Oct 25, 2022
Neural Scene Graphs for Dynamic Scene (CVPR 2021)

Implementation of Neural Scene Graphs, that optimizes multiple radiance fields to represent different objects and a static scene background. Learned representations can be rendered with novel object

151 Dec 26, 2022
👐OpenHands : Making Sign Language Recognition Accessible (WiP 🚧👷‍♂️🏗)

👐 OpenHands: Sign Language Recognition Library Making Sign Language Recognition Accessible Check the documentation on how to use the library: ReadThe

AI4Bhārat 69 Dec 12, 2022
Pytorch implementation of the paper Improving Text-to-Image Synthesis Using Contrastive Learning

T2I_CL This is the official Pytorch implementation of the paper Improving Text-to-Image Synthesis Using Contrastive Learning Requirements Linux Python

42 Dec 31, 2022
End-to-End Dense Video Captioning with Parallel Decoding (ICCV 2021)

PDVC Official implementation for End-to-End Dense Video Captioning with Parallel Decoding (ICCV 2021) [paper] [valse论文速递(Chinese)] This repo supports:

Teng Wang 118 Dec 16, 2022
Unofficial PyTorch implementation of MobileViT based on paper "MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision Transformer".

MobileViT RegNet Unofficial PyTorch implementation of MobileViT based on paper MOBILEVIT: LIGHT-WEIGHT, GENERAL-PURPOSE, AND MOBILE-FRIENDLY VISION TR

Hong-Jia Chen 91 Dec 02, 2022
Modelisation on galaxy evolution using PEGASE-HR

model_galaxy Modelisation on galaxy evolution using PEGASE-HR This is a labwork done in internship at IAP directed by Damien Le Borgne (https://github

Adrien Anthore 1 Jan 14, 2022
Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)

Gated-Attention Architectures for Task-Oriented Language Grounding This is a PyTorch implementation of the AAAI-18 paper: Gated-Attention Architecture

Devendra Chaplot 234 Nov 05, 2022
A Fast Sequence Transducer Implementation with PyTorch Bindings

transducer A Fast Sequence Transducer Implementation with PyTorch Bindings. The corresponding publication is Sequence Transduction with Recurrent Neur

Awni Hannun 184 Dec 18, 2022
CTF Challenge for CSAW Finals 2021

Terminal Velocity Misc CTF Challenge for CSAW Finals 2021 This is a challenge I've had in mind for almost 15 years and never got around to building un

Jordan 6 Jul 30, 2022
Jittor implementation of Recursive-NeRF: An Efficient and Dynamically Growing NeRF

Recursive-NeRF: An Efficient and Dynamically Growing NeRF This is a Jittor implementation of Recursive-NeRF: An Efficient and Dynamically Growing NeRF

33 Nov 30, 2022
Lorien: A Unified Infrastructure for Efficient Deep Learning Workloads Delivery

Lorien: A Unified Infrastructure for Efficient Deep Learning Workloads Delivery Lorien is an infrastructure to massively explore/benchmark the best sc

Amazon Web Services - Labs 45 Dec 12, 2022
[ICML 2021] "Graph Contrastive Learning Automated" by Yuning You, Tianlong Chen, Yang Shen, Zhangyang Wang

Graph Contrastive Learning Automated PyTorch implementation for Graph Contrastive Learning Automated [talk] [poster] [appendix] Yuning You, Tianlong C

Shen Lab at Texas A&M University 80 Nov 23, 2022
classify fashion-mnist dataset with pytorch

Fashion-Mnist Classifier with PyTorch Inference 1- clone this repository: git clone https://github.com/Jhamed7/Fashion-Mnist-Classifier.git 2- Instal

1 Jan 14, 2022
Combinatorial model of ligand-receptor binding

Combinatorial model of ligand-receptor binding The binding of ligands to receptors is the starting point for many import signal pathways within a cell

Mobolaji Williams 0 Jan 09, 2022
ROS Basics and TurtleSim

Waypoint Follower Anna Garverick This package draws given waypoints, then waits for a service call with a start position to send the turtle to each wa

Anna Garverick 1 Dec 13, 2021
Continuous Time LiDAR odometry

CT-ICP: Elastic SLAM for LiDAR sensors This repository implements the SLAM CT-ICP (see our article), a lightweight, precise and versatile pure LiDAR o

385 Dec 29, 2022
Must-read Papers on Physics-Informed Neural Networks.

PINNpapers Contributed by IDRL lab. Introduction Physics-Informed Neural Network (PINN) has achieved great success in scientific computing since 2017.

IDRL 330 Jan 07, 2023
Over9000 optimizer

Optimizers and tests Every result is avg of 20 runs. Dataset LR Schedule Imagenette size 128, 5 epoch Imagewoof size 128, 5 epoch Adam - baseline OneC

Mikhail Grankin 405 Nov 27, 2022