Skip to content

Repository for model development and training

License

Notifications You must be signed in to change notification settings

Joe-TheBro/models

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%