Generate text using LSTM
Philosophical quotes from AI using LSTM.
Philosophical quotes from AI using the Neural Network architecture LSTM along with a famous quotes dataset from philosophers.
Use the package manager APT to install the general dependencies.
apt install python3 python3-dev python3-pip python3-venv
Use the Python 3 CLI to create a virtual environment.
python3 -m venv venv
Activate the virtual estartnvironment.
source ./venv/bin/activate
Use the package manager Pip to install the dependencies.
pip3 install -r requirements.txt
Start a Jupyter Lab server.
jupyter lab
Place your text in data.raw and run the generator.ipynb notebook, by default the dataset is composed of quotes.
To change the LSTM settings go to the notebook section “training”.
Pull requests are welcome. Please, consider the following.
No issue or PR template required, but be informative