Skip to main content

Seamingless model training

Project description

Develop AIbro_lib

  1. git clone the repo to local computer
  2. python3 -m venv venv; .venv/bin/activate
  3. pip install -r requirements.txt
  4. pre-commit install
  5. Create a .env file to contain environment variables:
SERVER_HOST="localhost"
IS_LOCAL=true
  1. Run the function of your choice to debug

Code Commit Formatter

Please double check pre-commit is working before pushing code to github:

  1. git add (the file you want)
  2. git commit -m (your message here)
  3. git push

Code review

All new changes should be reviewed before merged.

Update dependencies

DO NOT directly run pip install or pip freeze. Instead, add the library to requirements.in then run pip-compile for better dependency management (need to run pip install pip-tools first)

Update library versions

  1. Your change is reviewed and merged
  2. Pump version number in setup.py
  3. run rm -r dist; python3 setup.py sdist; twine upload dist/*
  4. Check that your version has been updated
  5. Check that your version has been updated

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aibro-0.0.26.tar.gz (7.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page