hgw3lls / proverbs

Generate Proverbs with a Neural Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proverbs

This requires Python 3.6

Usage

Create venv & install dependencies:

Using viritualenv here to be compatable with python3, install with "pip3 install virtualenv"

# create venv
python -m virtualenv .venv

# enter venv (assuming macos/linux)
source .venv/bin/activate

# install requirements
pip install -r requirements.txt

About

Generate Proverbs with a Neural Network


Languages

Language:Python 100.0%