/ai_coach

Working on top of Sangwon's code; adapting to my models

Primary LanguagePython

Installation

We recommend you use conda environment. You can set up the virtual environment with following command: conda env create -f conda_env.yml

Execution

  • Please read the README files in domains/ and web_app_v2/ directory.

Development

Style Guide

This project uses a custom Python style guide, which differs from PEP 8 in the following ways:

  • Use two-space indentation instead of four-space indentation.
  • 80 character line limits rather than 79.

You can format your code according to the style guide using linters (e.g., flake8) and autoformatters (e.g., yapf).