Simple Python Package to Extract Deep Learning Features

#artificialintelligence 

Ever wanted to do a hacky computer vision project? But you don't want to invest time on learning/using complicated deep learning libraries like PyTorch or TensorFlow? I have been in the above situation a lot of times. Even if you're familiar with these deep learning libraries, there's no way to escape boilerplate code. I figured that I'd have the boilerplate code in a python package which has super simple interface.