encoder-decoder
There are 777 repositories under encoder-decoder topic.
emilwallner/Screenshot-to-code
A neural network that transforms a design mock-up into a static website.
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
microshow/RxFFmpeg
🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频裁剪,变声,混音,图片合成视频,视频解码图片,抖音首页,视频播放器及支持 OpenSSL https 等主流特色功能
real-logic/simple-binary-encoding
Simple Binary Encoding (SBE) - High Performance Message Codec
aserbao/AndroidCamera
🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, video rotation, add filter Mirror ,add watermark ,add gif to video, add text to video, picture to video, audio and video synthesis, audio change processing, SoundTouch, Fmod audio processing.
sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning
Show, Attend, and Tell | a PyTorch Tutorial to Image Captioning
GeorgeSeif/Semantic-Segmentation-Suite
Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
kingyiusuen/image-to-latex
Convert images of LaTex math equations into LaTex code.
BR-IDL/PaddleViT
:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+
awslabs/sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
sharksforarms/deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
UniiemStudio/CTFever
Fantastic toolkit for CTFers and everyone.
AnJoiner/FFmpegCommand
FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
ibrahimjelliti/Deeplearning.ai-Natural-Language-Processing-Specialization
This repository contains my full work and notes on Coursera's NLP Specialization (Natural Language Processing) taught by the instructor Younes Bensouda Mourri and Łukasz Kaiser offered by deeplearning.ai
dongjun-Lee/text-summarization-tensorflow
Tensorflow seq2seq Implementation of Text Summarization.
WangShuo1143368701/FFmpegAndroid
最新版ffmpeg3.3-android,并通过CMake方式移植到Android中,并实现编解码,转码,推拉流,滤镜等各种功能
JayYip/m3tl
BERT for Multitask Learning
mufeedvh/basecrack
Decode All Bases - Base Scheme Decoder
theamrzaki/text_summurization_abstractive_methods
Multiple implementations for abstractive text summurization , using google colab
sinAshish/Multi-Scale-Attention
Code for our paper "Multi-scale Guided Attention for Medical Image Segmentation"
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
hamba/avro
A fast Go Avro codec
helich0pper/Karkinos
Penetration Testing and Hacking CTF's Swiss Army Knife with: Reverse Shell Handling - Encoding/Decoding - Encryption/Decryption - Cracking Hashes / Hashing
sz128/slot_filling_and_intent_detection_of_SLU
slot filling, intent detection, joint training, ATIS & SNIPS datasets, the Facebook’s multilingual dataset, MIT corpus, E-commerce Shopping Assistant (ECSA) dataset, CoNLL2003 NER, ELMo, BERT, XLNet
jayparks/tf-seq2seq
Sequence to sequence learning using TensorFlow.
jhhuang96/ConvLSTM-PyTorch
ConvLSTM/ConvGRU (Encoder-Decoder) with PyTorch on Moving-MNIST
X-PLUG/ChatPLUG
A Chinese Open-Domain Dialogue System
mckinziebrandon/DeepChatModels
Conversation models in TensorFlow. (website removed)
jacoxu/encoder_decoder
Four styles of encoder decoder model by Python, Theano, Keras and Seq2Seq
dhondta/python-codext
Python codecs extension featuring CLI tools for encoding/decoding anything
cytopia/badchars
Bad char generator to instruct encoders such as shikata-ga-nai to transform those to other chars.
ModuleArt/quick-screen-recorder
Lightweight desktop screen recorder for Windows.
0aqz0/SLR
isolated & continuous sign language recognition using CNN+LSTM/3D CNN/GCN/Encoder-Decoder
zhongkaifu/Seq2SeqSharp
Seq2SeqSharp is a tensor based fast & flexible deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, different network types (Transformer, LSTM, BiLSTM and so on), multi-GPUs supported, cross-platforms (Windows, Linux, x86, x64, ARM), multimodal model for text and images and so on.
DSKSD/RNN-for-Joint-NLU
Pytorch implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
hengluchang/deep-news-summarization
News summarization using sequence to sequence model with attention in TensorFlow.