Skip to content

DataCircles/FortuneCookie

Repository files navigation

Fortune Cookie Generator

Prerequisites

Run the Latest Model

  1. Execute docker-compose up in your terminal.
  2. Open the jupyter notebook in your browser.

Goal

Use a recurrent neural network to produce new fortune cookie fortunes. This repo shows three different attempts to produce a working model to produce new fortunes.

Progress Thus Far

  • Attempt One: GRU with corpus embedding. Largely based on this blog post. TODO: Add blog post link.
  • Attempt Two: Pretrained embedding layer using glove.
  • Attempt Three: Fine tune GPT-2 within a docker container locally.

Barriers

  1. It has been difficult to find the volume of data required to train a natrual language processing model on fortune cookies. There are not very many fortune cookie databases out in the wild.
  2. Fortune cookies are built from somewhat atypical English, which has made the lack of data more difficult.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published