Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matimortari/shakespeare

Train and generate a Shakespeare-based text using an LSTM (Long Short-Term Memory) model.
https://github.com/matimortari/shakespeare

keras lstm neural-network numpy python shakespeare tensorflow

Last synced: 1 day ago
JSON representation

Train and generate a Shakespeare-based text using an LSTM (Long Short-Term Memory) model.

Awesome Lists containing this project

README

        

# Shakespeare AI

A simple project made with Python, TensorFlow, and Keras for training and generating text using an LSTM (Long Short-Term Memory) model, based on the works of William Shakespeare.

## Getting Started

1. Clone this repository: `git clone https://github.com/matimortari/shakespeare-ai .`
2. Install dependencies: `pip install -r requirements.txt`
3. Train and generate Keras model: `python shakespeare_generate.py`
4. Load the model to generate the text: `python shakespeare_load.py`

## 📬 Contact

Feel free to reach out to discuss collaboration opportunities or to say hello!

- [My Email](mailto:[email protected])
- [My LinkedIn Profile](https://www.linkedin.com/in/matheus-mortari-19rt)
- [My GitHub Profile](https://github.com/matimortari)