Year: 2020
Writing a Image Processing Codes from Scratch on Python
Writing a Image Processing Codes from Scratch on Python What will you do when you suddenly think about Convolutional Neural Networks from Scratch while serving cows? For me, I wrote some codes for image processing before thinking about those codes. Once again I am not going to write another OpenCV here. What am I using? […]
Multi-Layer Deep Neural Network from Scratch in Python
Writing a keras like feed forward neural network from scratch in Python.
Crowd Counting Made Easy
Crowd Counting Made Easy The problem of crowd counting has been studied for research purpose for quite some time. For too long, countless precious lives have been lost in stampedes. In countries with huge festivals, crowd management is a serious issue. One popular festival is ‘Kumbh Mela’, in India. It may be almost impossible to control […]
Devanagari Handwritten Character Recognition/Detection
Using Keras, OpenCv, Numpy build a simple OCR. Inspiration Devanagari is popular across the India and Nepal. It is also a National font of Nepal so back on 2018 I thought of doing OCR for our font as project. I had no clue how to do it but I knew some basics of Machine Learning. But […]