Skip to content

Getting Started

Aidan Gomez edited this page Jun 14, 2022 · 1 revision

Getting things running

  • start by installing required libraries using the requirements.txt and then running startup.py
  • the model runs from main.py, once you get to that point
  • make sure you add the proper api keys to config.json, critically at least a gmail account
  • the gmail account you use doesn't matter, it can be a fake one, so long as OSLO can reach text messages
  • if you'd like to disable texting, icloud or other runtime features, use the flags within main as well
  • the required models can be found here
  • the wiki guide on getting started
Clone this wiki locally