/ai-humor

Generating jokes using Artificial Intelligence

Primary LanguageJupyter Notebook

AI Humor

Generating jokes using Artificial Intelligence

Install

  • Use Python 3.6.6, because (as of 27 Sept 2018), Tensorflow does not support Python 3.7 (because of the async lib/keyword clash).
  • Optional: create virtual env python -m venv env
  • Run pip install -r requirements.txt to install libraries.

Dev

  • Activate virtual env source env/bin/activate
  • Run jupyter lab