Skip to content

Quick guide

Grant Hur edited this page Sep 11, 2023 · 2 revisions

What do we provide for you?

  1. get_info.py stores the data
  2. model.py has the ai, training, testing, saving, and loading
  3. implementations.py has 2 implementation to run it(while True loop and a AWS Lambda version).

How does it all work?

In order to run the bot, you must get the data through get_info.py, train and save the model(model.py). Then in implementations.py you can see those implementations and use them if you wish. It can also just be an example if you want to add other ways to run the bot.

Clone this wiki locally