DingosGotMyBaby / twitch-chat-ai

WEF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch Chat AI

Why? cause we did

Dependencies

Usage

  1. Download the vods with TCD in JSON format into the training folder
        $ cd training
        $ tcd --channel ramee,uhsnow,koil,lord_kebun,thacoop,lagtvmaximusblack --first 5 -f json
  2. Run conversion.py, located in the main folder
        $ python conversion.py
  3. CD into the output folder then cat *.txt > ../processed/output.txt
  4. Then you can run your choice of markov.py or ai.py
        $ python markov.py
    or
        $ python ai.py

About

WEF

License:MIT License


Languages

Language:Python 100.0%