Ross ROSS = Recommend OSS · open-source software intelligence for agents

sherjilozair/char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow observed · 2026-08-28

github.com/sherjilozair/char-rnn-tensorflow · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3932
  • days_rel: n/a
  • days_push: 2078
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2659 stars · 944 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python/TensorFlow implementation of multi-layer recurrent neural networks (LSTM) for character-level language modeling, inspired by Andrej Karpathy's char-rnn. It includes training and sampling scripts that work on any plain-text corpus.

Use cases

  • train a character-level language model on plain text
  • generate text in the style of a corpus like Shakespeare
  • experiment with LSTM hyperparameters like rnn_size and dropout
  • visualize RNN training progress with TensorBoard
  • resume interrupted training from a checkpoint

When to choose

  • you want a minimal, readable char-RNN implementation for learning or research
  • you need to train a text-generation model on a custom plain-text dataset
  • you are reproducing classic char-rnn experiments in TensorFlow

When to avoid

  • you need modern tooling — it requires TensorFlow 1.0 and is unmaintained
  • you want transformer-based or production-grade language models
  • you need GPU sampling during training or recent framework support

Facets

library · maturity abandoned

machine-learning deep-learning nlp machine-learning deep-learning python windows char-rnn lstm tensorflow language-model text-generation character-level natural-language-processing linux macos

1 source

Member repositories

RepositoryRoleHealth v2
sherjilozair/char-rnn-tensorflowmain32

For agents

markdown · JSON · MCP: product_card(name="sherjilozair/char-rnn-tensorflow")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem