Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
Train and generate a Shakespeare-based text using an LSTM (Long Short-Term Memory) model.
- Host: GitHub
- URL: https://github.com/matimortari/shakespeare
- Owner: matimortari
- Created: 2024-07-24T00:59:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T17:06:41.000Z (2 months ago)
- Last Synced: 2024-10-10T08:23:12.558Z (29 days ago)
- Topics: keras, lstm, neural-network, numpy, python, shakespeare, tensorflow
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)