Skip to content

making computer vision simple for everyone!

Notifications You must be signed in to change notification settings

raspibotics/CVzero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVzero

Making computer vision simple for everyone!

We have a Discord channel for chat and collaberation, https://discord.gg/Vbdyjdn. Join with this URL!

Building

This code builds using setuptools. I strongly suggest you use a virtual environment, and then use python setup.py develop - this will symlink into your python installation such that any changes you make to the code here will be immediately reflected in the libraries imported by scripts without having to install again.

Publishing to PyPi

Publishing to the Python Package Index allows users to install through pip. Register first using python setup.py register then upload with python setup.py clean sdist upload

About

making computer vision simple for everyone!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • Makefile 8.0%