Question: a. Is the empty set a subspace of every vector space ? Justify and let s = ${(a, b, (a + b):a, b \in R)}$ . Is a subspace of $R^3$ under the usual operation. Question: b. Let I = (-a , a) a > 0 be an open interval in R let v […]
Month: October 2020
Corn Leaf Infection Detection: Data Preprocessing and Custom Datagenerator
Corn Leaf Infection Detection: Data Pre-processing and Custom Datagenerator Introduction Here on this blog, I will be giving a gentle introduction about how to do Region Based Detection project on python from scratch. The scratch means from image capturing to the model release. We have seen lots of computer vision progress but most of them […]
Deploying Face Mask Classifier on Heroku: Deploy on Heroku
Deploying Face Mask Classifer: Using Streamlit and Heroku This is a part 2 of a blogging series. Part 1: Deploying Face Mask Classifier on Heroku: Building a Classifier Part 2: Deploying Face Mask Classifier on Heroku: Deploy It This is hard times for everyone due to COVID-19. And even while dialing someone, now our Telicom […]
Deploying Face Mask Classifier on Heroku: Train Classifier
This is a part 1 of a blogging series. Part 1: Deploying Face Mask Classifier on Heroku: Building a Classifier Part 2: Deploying Face Mask Classifier on Heroku: Deploy It Deploying Face Mask Classifier: Train a Classifier Introduction So this is the first step of our Deploying Face Mask Classifier. Before there is any ML […]
OCR For Devanagari Handwritten Character: Segmentation, Localization using NumPy
A localization, segmentation and the first version of OCR using NumPy. This is a part 2 of a blogging series. Part 1: OCR for DHC: Building a Classifier Part 2: OCR for DHC: Segmentation, Localization and First Version Introduction This is the part where most of my efforts were used. Image Segmentation using NumPy sounds […]
OCR For Devanagari Handwritten Character: Building a Classifier
A Devanagari Handwritten Characters Classifier using CNN on Keras. This is a part 1 of a blogging series. Part 1: OCR for DHC: Building a Classifier Part 2: OCR for DHC: Segmentation, Localization and First Version Introduction This has been more than a year I did this project and I have already written a blog […]