All Projects → cvalenzuela → Selected_Stories

cvalenzuela / Selected_Stories

Licence: MIT license
An experimental web text editor that runs a LSTM model while you write to suggest new lines

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Selected Stories

Kprn
Reasoning Over Knowledge Graph Paths for Recommendation
Stars: ✭ 220 (+464.1%)
Mutual labels:  rnn
Lightnet
Efficient, transparent deep learning in hundreds of lines of code.
Stars: ✭ 243 (+523.08%)
Mutual labels:  rnn
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+6953.85%)
Mutual labels:  rnn
Rnn ctc
Recurrent Neural Network and Long Short Term Memory (LSTM) with Connectionist Temporal Classification implemented in Theano. Includes a Toy training example.
Stars: ✭ 220 (+464.1%)
Mutual labels:  rnn
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+8128.21%)
Mutual labels:  rnn
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+8664.1%)
Mutual labels:  rnn
Haste
Haste: a fast, simple, and open RNN library
Stars: ✭ 214 (+448.72%)
Mutual labels:  rnn
Online-Signature-Verification
Online Handwriting Signature Verification using CNN + RNN.
Stars: ✭ 16 (-58.97%)
Mutual labels:  rnn
Caption generator
A modular library built on top of Keras and TensorFlow to generate a caption in natural language for any input image.
Stars: ✭ 243 (+523.08%)
Mutual labels:  rnn
Deepjazz
Deep learning driven jazz generation using Keras & Theano!
Stars: ✭ 2,766 (+6992.31%)
Mutual labels:  rnn
Natural Language Processing With Tensorflow
Natural Language Processing with TensorFlow, published by Packt
Stars: ✭ 222 (+469.23%)
Mutual labels:  rnn
Deepnlp Models Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)
Stars: ✭ 2,760 (+6976.92%)
Mutual labels:  rnn
Crnn Pytorch
Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.
Stars: ✭ 248 (+535.9%)
Mutual labels:  rnn
Speech Denoiser
A speech denoise lv2 plugin based on RNNoise library
Stars: ✭ 220 (+464.1%)
Mutual labels:  rnn
deep-learning-notes
🧠👨‍💻Deep Learning Specialization • Lecture Notes • Lab Assignments
Stars: ✭ 20 (-48.72%)
Mutual labels:  rnn
Sign Language Gesture Recognition
Sign Language Gesture Recognition From Video Sequences Using RNN And CNN
Stars: ✭ 214 (+448.72%)
Mutual labels:  rnn
Nlstm
Nested LSTM Cell
Stars: ✭ 246 (+530.77%)
Mutual labels:  rnn
danifojo-2018-repeatrnn
Comparing Fixed and Adaptive Computation Time for Recurrent Neural Networks
Stars: ✭ 32 (-17.95%)
Mutual labels:  rnn
deeplearning.ai notes
📓 Notes for Andrew Ng's courses on deep learning
Stars: ✭ 73 (+87.18%)
Mutual labels:  rnn
Har Stacked Residual Bidir Lstms
Using deep stacked residual bidirectional LSTM cells (RNN) with TensorFlow, we do Human Activity Recognition (HAR). Classifying the type of movement amongst 6 categories or 18 categories on 2 different datasets.
Stars: ✭ 250 (+541.03%)
Mutual labels:  rnn

Selected Stories

An experimental web text editor that runs a LSTM model while you write to suggest new lines. You can switch between different pretrained models.

Everything runs in the browser using deeplearn.js and p5ml.

Try it here!

Current Models

Current trained models:

  • Ernest Hemingway
  • Virginia Woolf
  • Roberto Bolaño
  • Jane Austen

Inspiration

Robin Sloan's Writing with the Machine

Tools

This project was built with the following dependencies:

## Build

yarn start

Licence

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].