Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammedbuyukkinaci/tensorflow-text-generator
TensorFlow Text Generation using LSTM's.
https://github.com/muhammedbuyukkinaci/tensorflow-text-generator
lstm numpy tensorflow text-generation
Last synced: 12 days ago
JSON representation
TensorFlow Text Generation using LSTM's.
- Host: GitHub
- URL: https://github.com/muhammedbuyukkinaci/tensorflow-text-generator
- Owner: MuhammedBuyukkinaci
- Created: 2018-02-25T19:22:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T17:22:30.000Z (over 6 years ago)
- Last Synced: 2024-10-30T04:50:39.627Z (2 months ago)
- Topics: lstm, numpy, tensorflow, text-generation
- Language: Python
- Homepage:
- Size: 681 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow-Text-Generator
This is a text generation project using LSTM networks and TensorFlow API (no Keras) on Python.
[Read all story in Turkish](https://medium.com/@mubuyuk51/tensorflow-ile-yaz%C4%B1-%C3%BCretmek-f7bdc8b1f453).
[Txt file used in this project](http://www.glozman.com/TextPages/Harry%20Potter%201%20-%20Sorcerer's%20Stone.txt).
# Training
```git clone https://github.com/MuhammedBuyukkinaci/TensorFlow-Text-Generator.git```
```cd ./TensorFlow-Text-Generator```
```python tensorflow_text_generator.py```
# Notebook
You can get .ipynb file from [here](https://github.com/MuhammedBuyukkinaci/My-Jupyter-Files-1/blob/master/HP_text_generator.ipynb).
# Fork
Forked from [here](https://gist.github.com/MBoustani/437cea275fa9d40c9e60eac9ba71456c) .# Hardware and Software
- Windows 10 Home- GTX 1050
- 16 GB RAM
- i7 7700U CPU
- Python 3.6