This project aims to generate Shakespearean-style text using Recurrent Neural Networks (RNNs) in Python.
- Comprehensive dataset of Shakespeare's works.
- Option to generate text based on user-provided input.
- Clone the repository:
git clone https://github.com/aakcay5656/generatingTextWithRNN.git
- Install Python 3 and the required libraries (listed in requirements.txt).
- Run
python main.py
to start the project.
- Learn how RNNs can be used for text generation.
- Develop your language modeling skills by generating Shakespearean-style text.
- numpy
- tensorflow
- tensorflow-keras
- random
Bu proje, Python'da tekrarlayan sinir ağları (RNN'ler) kullanarak Shakespeare tarzı metinler üretmeyi amaçlamaktadır.
- Shakespeare'in eserlerinden oluşan kapsamlı veri seti.
- Kullanıcı tarafından girilen metinlere dayalı metin üretme özelliği.
- Projeyi klonlayın :
git clone https://github.com/aakcay5656/generatingTextWithRNN.git
- Python 3 ve gerekli kütüphaneleri kurun (requirements.txt dosyasında listelenmiştir).
- Projeyi çalıştırmak için
python main.py
komutunu çalıştırın.
- RNN'lerin metin oluşturma için nasıl kullanılabileceğini öğrenin.
- Shakespeare tarzı metinler üreterek dil modelleme becerilerinizi geliştirin.
- numpy
- tensorflow
- tensorflow-keras
- random