Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.63 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.63 KB

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