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: about 1 month 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 Python project made with 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

- Clone this repository:

```bash
git clone https://github.com/matimortari/shakespeare-ai .
```

- Install dependencies:

```bash
pip install -r requirements.txt
```

- Train and generate Keras model:

```bash
python shakespeare_generate.py
```

- Load the model to generate the text:

```bash
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)