Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 728 Bytes

logo

HourAI - GPT2 AI conversational bot

Summary:

Modules needed:

Files present:

  • bot-discord.py - the main discord bot file
  • data_parser.js - used to parse the livedata.json into dataset.csv
  • datasets/ - stores data
    • dataset.csv - main dataset used for training
    • livedata.json - stored messages awaiting review
  • configs/ - configuration files
    • bot_configs/ - configuration files for the platform(s)
      • discord.json - configuration file for discord
      • telegram.json - configuration file for telegram
      • twitter.json - configuration file for twitter
    • model.json - configuration file for the model (used mainly by ShanghAI)