Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 258 Bytes

humor-generation

Generate Humor using LSTM variant

Setup Instructions (Windows)

  • Install python3, pip, virtualenv
  • virtualenv -p python .env
  • .env\Scripts\activate
  • pip install -r requirements.txt
  • install pytorch
  • jupyter notebook
  • deactivate