Skip to content

Creating Poetic Texts with Recurrent Neural Networks in Python

Notifications You must be signed in to change notification settings

aakcay5656/generatingTextWithRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating Text With RNN

This project aims to generate Shakespearean-style text using Recurrent Neural Networks (RNNs) in Python.

Features:

  • Comprehensive dataset of Shakespeare's works.
  • Option to generate text based on user-provided input.

Usage:

  • 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.

Benefits:

  • Learn how RNNs can be used for text generation.
  • Develop your language modeling skills by generating Shakespearean-style text.

requirements.txt:

  • numpy
  • tensorflow
  • tensorflow-keras
  • random

Bu proje, Python'da tekrarlayan sinir ağları (RNN'ler) kullanarak Shakespeare tarzı metinler üretmeyi amaçlamaktadır.

Özellikler:

  • Shakespeare'in eserlerinden oluşan kapsamlı veri seti.
  • Kullanıcı tarafından girilen metinlere dayalı metin üretme özelliği.

Kullanım:

  • 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.

Faydaları:

  • RNN'lerin metin oluşturma için nasıl kullanılabileceğini öğrenin.
  • Shakespeare tarzı metinler üreterek dil modelleme becerilerinizi geliştirin.

requirements.txt:

  • numpy
  • tensorflow
  • tensorflow-keras
  • random

Releases

No releases published

Packages

No packages published

Languages