batzner/tensorlm
Wrapper library for text generation / language models at character and word level with RNNs in TensorFlow
This tool helps developers who want to generate text, like poems or stories, by learning patterns from existing text data. You provide a text file (e.g., a collection of Shakespeare's works), and it outputs new, original text in a similar style. It's designed for machine learning practitioners and researchers interested in character or word-level language models.
No commits in the last 6 months. Available on PyPI.
Use this if you are a developer looking for a straightforward way to train and use recurrent neural networks (RNNs) for text generation in TensorFlow, without building everything from scratch.
Not ideal if you need a high-level, no-code solution for generating text, or if you're not comfortable working with Python and TensorFlow.
Stars
60
Forks
28
Language
Python
License
MIT
Category
Last pushed
Jun 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/batzner/tensorlm"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
EagleW/PaperRobot
Code for PaperRobot: Incremental Draft Generation of Scientific Ideas
Cyrilvallez/TextWiz
An even simpler way to generate text with LLMs.
microsoft/CodeMixed-Text-Generator
This tool helps automatic generation of grammatically valid synthetic Code-mixed data by...
yingpengma/Awesome-Story-Generation
This repository collects an extensive list of awesome papers about Story Generation /...
tallpauley/wordsiv
A Python library for generating text with a limited character set, with type proofing in mind