Chatbot AI

Functions

  1. Meme Evaluation

  2. Picture Topic Detection

Meme Evaluation

Input: Meme Image

Output: 1 emoji of {😶, 😐, 😂}

Picture Topic Detection And Response

Input: Any Image

Output:

when(topic){
    "rubics cube" -> solvedRubicsCube(),
    ... // more topics and responses
}

Last updated