Skip to content

nextml/AHA

Repository files navigation

AHA: an AI Humor Assistant

This is a tool designed to compare two captions in the context of a cartoon contest in order to determine which caption is funnier.

Screenshots

Running the tool

To run the tool execute the following command in the projects root directory:

$ conda env create -f env.yaml
$ conda activate aha
(aha) $ python -m flask run