512 skills found · Page 18 of 18
dlab-berkeley / Python GPT FundamentalsD-Lab's 2-hour introduction to Generative Pretrained Transformers (GPT) for beginners. Learn about text encoding, word embeddings, and the transformer architecture upon which GPT is based. Create texts using a GPT model with the Transformers library in Python, and learn about hyperparameters such as temperature.
cnicodeme / MailparseEncode raw emails into Python dict objects and build raw emails from Python dict.
yntha / Pyleb128Powerful little-endian base-128 encoding/decoding library for Python 3.
DaVe-Smith-89 / Py3 CompileThis tool is designed to encode and compile the python tools.
2sh / Num RadixPython script and library for radix/base encoding, decoding and formatting
KKlockenbrink / Chess SteganographyThis repository contains two Python programs that can convert (encode) files into chess games via PGN formatting, as well as convert those chess games back into their original file.
Rickidevs / RickShellModular Python C2 framework — generate, encode, catch, and interact with reverse shells
bobby-tablez / Py BATCH FuscatorA Python script which simply obfuscates batch scripts by messing with the encoding.
zopyx / Chardet RustUniversal character encoding detector for Python — Rust-powered fork of chardet 7.0.
AnacletoLAB / Epigenomic DatasetPython package wrapping ENCODE epigenomic data for a number of reference cell lines.
CVHub520 / Sam HqThis project showcases the deployment of the encoder and decoder model using ONNXRUNTIME in Python.
Esmail-sarhadi / Binary Encoding VisualizationA simple Python GUI application for visualizing different binary encoding schemes. Supports Unipolar, Polar NRZ-L, Polar NRZ-I, Polar RZ, Biphase Manchester, Differential Manchester, and AMI encoding methods.
abdullahkhawer / Ak Encoder DecoderA Python based encoding and decoding tool for texts and secrets with executables provided for Windows and Linux.
ninadpatil09 / NLP NotebooksExplore NLP tasks with Python using NLTK, SpaCy & scikit-learn: Tokenization, Normalization, NER, POS tagging, Encoding, Word embedding.
iver56 / Fast Mp3 AugmentFast Python library for MP3 audio data augmentation (encode + decode for intentional audio quality degradation). Made for use in audiomentations.
samueljackson92 / Twitter Data MinerPython application to collect a large sample of tweets from the twitter streaming API which can then be used for data mining. Uses JSON encoding as the primary data format and dumps collected data into a NoSQL database.
Radiiplus / Nol36Universal base-36 encoder with chunked transfer, versioning & integrity verification - single WASM core, idiomatic bindings for Rust, JavaScript & Python. Runs on microcontrollers, servers & browsers.
fabi92 / TensorflowPyCppTutorialGives a short tutorial how to train a tensrorflow model with Python and run the model in C++ referring to an Fully Convolutional Auto Encoder
WangqaVAD / MemAE Anomaly Detection【Pytorch】Model reference paper: Memorizing Normality to Detect Anomaly: Memory-augmented Deep Autoencoder for Unsupervised Anomaly Detection. MemAE , Memory Auto Encoder , Video Anomaly Detection , python , UCSD
xdearboy / Dec64dec64 is a Python library that allows you to recursively decode Base64 encoded strings. It's designed to be simple to use and integrate into your projects.