Skip to content

Generate random book titles from a prompt using TensorFlow and Keras

License

Notifications You must be signed in to change notification settings

Geoffsc/BookTitleGenerator

Repository files navigation

About

This is a simple generative AI program using Tensorflow and Keras to generate random book titles from a user prompt. The model is trained on a dataset of book titles and uses a LSTM neural network to generate new book titles.

Example Use

py generate_title.py

Enter a phrase to generate a book title: The mystery of

Generated title: The mystery of notting hill house

Install Dependencies

Depending on your environment:

py -m pip install tensorflow numpy

or

pip3 install tensorflow numpy

Linux Instructions

Linux requires first creating/activating a virtual environment prior to installing TensorFlow:

python3 -m venv tensorflow

source tensorflow/bin/activate

About

Generate random book titles from a prompt using TensorFlow and Keras

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages