MyVision

MyTorch: Collection of things I love about PyTorch


Keywords
computer-vision, deep-learning, fastai, pytorch
License
MIT
Install
pip install MyVision==0.0.9

Documentation

HitCount Upload Python Package PyPI version Downloads

MyVision: Customizability meets abstraction

My goal is to make my DL work-flow simple, be ultimately customizable and have also have the right amout of abstraction. So I made MyVision. It's my computer vison toolkit and essentially a wrapper over PyTorch. Any functionality I like from the other libraries like PyTorch, fast-ai, keras etc, I integrate it into MyVision in a flavour of my own. I will keep updating it, as I learn more things.😄

MyVision is in it's nascent stages but improving. You're welcome to contribute 😃

Documentation:

Not much actually 😛. But I plan to improve it and add more examples. Currently available: MNIST-example

Download:

pip install MyVision

or if you want to be updated with all the continuous developmental changes just do:

git clone https://github.com/Abhiswain97/MyVision.git
cd MyVision
pip install -e .