waldo-vision / models

Repository for model development and training

Home Page:https://waldo.vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

models

Repository for model development and training for the Waldo Vision project

Code Standards

We use pylint as our Python code linter of choice. Please ensure that all problems detected by pylint are resolved before opening a pull request. We have configured an automated pylint github action upon pull request that will scan code for issues (currently broken).

The easiest way to run pylint is to download an extension for your IDE of choice. For example, VSCode provides Python and Pylint extensions that will automatically show you issues detected by Pylint in the 'problems' section of the integrated terminal.

You can also install pylint manually with your package manager of choice and run from the command line using the instructions here: https://docs.pylint.org/run.html

Getting Started

  1. Setup your environment by following the steps listed in Setup.md
  2. Check out the Github Issues page, where we're keeping track of project progress
  3. Hop in the Waldo Vision discord and chat with our devs to find out what the highest priorities are

About

Repository for model development and training

https://waldo.vision

License:Mozilla Public License 2.0


Languages

Language:Python 98.2%Language:Shell 1.8%