eliyetres's Stars
MikeyParton/react-speech-kit
React hooks for Speech Recognition and Speech Synthesis
v1ack/watchfaceEditor
Amazfit Bip and Cor watchface viewer and editor
google-research-datasets/ToTTo
ToTTo is an open-domain English table-to-text dataset with over 120,000 training examples that proposes a controlled generation task: given a Wikipedia table and a set of highlighted table cells, produce a one-sentence description. We hope it can serve as a useful research benchmark for high-precision conditional text generation.
rasbt/stat479-deep-learning-ss19
Course material for STAT 479: Deep Learning (SS 2019) at University Wisconsin-Madison
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
prateekjoshi565/movie_genre_prediction
geodra/Articles
nddave/Movie-Genre-Prediction
Using a 7-layer mini-VGG styled convolutional neural net to predict a movie's genres based only on its poster.
bentrevett/pytorch-image-classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
benckx/dnn-movie-posters
Classify movie posters by genre
davideiacobs/-Movie-Genres-Classification-from-their-Poster-Image-using-CNNs
facebookresearch/ParlAI
A framework for training and evaluating AI models on a variety of openly available dialogue datasets.
jimkang/phonemenon
A collection of modules and utilities for doing things with phonemes.
jhlau/deepspeare
Code for Deep-speare: a joint neural model of poetic language, meter and rhyme
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
AuCson/PyTorch-Batch-Attention-Seq2seq
PyTorch implementation of batched bi-RNN encoder and attention-decoder.
abisee/pointer-generator
Code for the ACL 2017 paper "Get To The Point: Summarization with Pointer-Generator Networks"
researchmm/img2poem
[MM'18] Beyond Narrative Description: Generating Poetry from Images by Multi-Adversarial Training
gaussic/pytorch-poem-generator
A Chinese Poem Generator based on PyTorch Char-RNN
anfederico/poesy
Poetry generation via natural language markov models
Disiok/poetry-seq2seq
Chinese Poetry Generation
rohithreddy024/Text-Summarizer-Pytorch
Pytorch implementation of "A Deep Reinforced Model for Abstractive Summarization" paper and pointer generator network
theamrzaki/text_summurization_abstractive_methods
Multiple implementations for abstractive text summurization , using google colab
alesee/abstractive-text-summarization
PyTorch implementation/experiments on Abstractive Text Summarization using Sequence-to-sequence RNNs and Beyond paper.