arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

Simplify installation of project dependencies #17

Closed richardARPANET closed 5 years ago

richardARPANET commented 5 years ago

Result of this change: Instead of needing the user to manually install all the dependencies, do it for them.

arunponnusamy commented 5 years ago

Problem with installing opencv and tensorflow through pip is that, some users might want to compile them from source to enable optimizations for their hardware. But other packages can definitely be installed the way you proposed. Thanks for this @richardARPANET. I have been wanting to do this but didn't quite get to it. Will test this and publish. Cheers.

arunponnusamy commented 5 years ago

Hi, can you give edit access to the pull request as shown in this post ? Will make few changes and accept the pull request. https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork

richardARPANET commented 5 years ago

'Allow edits from maintainers.' is already checked.