This repo lets you train char-rnn with Glassdoor reviews of Aselsan, TAI, Turkcell and Turkish Airlines
Refer to demo notebook for sample usage.
First, make sure that you're using Python 3.
- Clone or download this repository.
- Run
pip install -r requirements.txt
inside this repo. Consider doing this inside of a Python virtual environment.
Download Glassdoor reviews of any company using glassdoor-review-scraper. Scraped reviews for Aselsan, TAI, Turkcell and Turkish Airlines are provided under data
folder as companyname_reviews.csv
.
- Edit train/generator parameters for desired company,
nano aselsan_review_generator.py
- Train and generate reviews for desired company,
python aselsan_review_generator.py
- Generated texts will be saved to
textgenrnn_output_path