JSitter / Basic-Text-GAN

This repository builds and trains a GAN to generate sentences.

Repository from Github https://github.comJSitter/Basic-Text-GANRepository from Github https://github.comJSitter/Basic-Text-GAN

DS 2.4 GAN Project

This project trains a network to generate sentences from Douglas Adams' Hitchhikers guide to the galaxy.

Docker Requirments

This application requires docker compose version 1.24.0 or greater.

Installation with Docker

$ docker-compose build
$ docker-compose up

Installation using pip

$ pip install -r ./requirements.txt
$ python app.py

About

This repository builds and trains a GAN to generate sentences.


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.2%Language:Dockerfile 0.1%