Skip to content

DylanASHillier/cil-project

Repository files navigation

cil-project

Continuous Learning Competition Project

Contribution Guidelines

  • Please work on branches during the day, and make PRs to merge into main
  • All merges should be approved by one other person, you can request or not
  • Either approve PR or ask for revisions. Prune inactive prs
  • Do not add training data to the repo, this should always be specified by path
  • Be perfect so we don't need tests...

Installation Instructions

From the root directory:

  • Install python >= 3.10
  • Run pip install -r requirements.txt
  • Run pip install -e .

From colab via github: See this colab for how to install the package from github

  • Run !pip install git+https://github.com/DylanASHillier/cil-project.git

Usage Instructions

Please use linting and formatting tools to make sure your code is clean... I am using black and pylint.

In particular you can lint like pylint --rcfile=pylintrc $(git ls-files '*.py') once you install the package.

About

Continuous Learning Competition Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages