nitinseven

Results 2 issues of nitinseven

Code size more than 50KB not able to open in Jupyter nptebook. Could you please tell how to open it? ![error](https://user-images.githubusercontent.com/31449807/72003238-eb147800-326e-11ea-8ca3-d890185d6b52.jpg)

ImportError Traceback (most recent call last) in () 1 import pickle #saving and loading our serialized model 2 import numpy as np #matrix math ----> 3 from app.model.preprocessor import Preprocessor...