rossgoodwin / lexiconjure

Twitter bot generating invented words and definitions using RNN + genetic algorithm

Home Page:https://twitter.com/lexiconjure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project is missing sample.lua?

inhahe opened this issue · comments

If I understand the program correctly, the main part of the program, the part that uses a neural network to come up with a definition, is done by a program called sample.lua, which isn't included in the project..

I'd like to adapt this project into a Limnoria plugin for my friend and me to use it in IRC, but it seems like I need sample.lua to do that.

Also, it seems to run sample.lua with a program/instruction called th? I'm not sure what that is, is that a linux command? a lua interpreter? do I need th?

th is torch. This repo has 2 dependencies:

  1. Char-RNN by Andrej Karpathy
  2. The model I trained, which I haven't released yet.

Stay tuned for #2.