Open in app

Sign In

Write

Sign In

madan
madan

23 Followers

Home

About

May 1, 2021

Command Line Arguments reading image and pdf: Argparse with Python

easy-to-use and easy to write — reading image and pdf from the command line What are Command-line arguments in Python3? Python Command line arguments are input parameters passed to the script when executing them. use this line in the command prompt to get the output! usage: python practice1.py -i sample1.jpg -p pdf/sample1.pdf Code: import numpy as np import re import pytesseract import os from PIL import Image import cv2 from…

Argparse

2 min read

Command Line Arguments reading image and pdf: Argparse with Python
Command Line Arguments reading image and pdf: Argparse with Python
Argparse

2 min read


Mar 3, 2020

YOLO V3 Real-Time Object Detection for Beginners A-Z

steps for installing labelImg in Linux: First create a new environment, that is the good habit for every coder, I created ‘YOLO’ name for that environment. Download labelImg: Download labelImg ZipFile on the Github. install pyqt5-Dev-tools: Install below code madanmaram $ sudo apt-get install pyqt5-dev-tools install lxml madanmaram $ sudo…

Yolo

6 min read

YOLO V3 Real-Time Object Detection for Beginners A-Z
YOLO V3 Real-Time Object Detection for Beginners A-Z
Yolo

6 min read


Mar 3, 2020

XG Boost For Begginers

Nowadays, almost all data scientists are a fan of XGboost algorithm because of their scalable and incredible results. XGBoost has been Given good accuracy in Kaggle data science competitions and Analytics vidya Hackathons. XGBoost is a Machine learning technique for regression and classification problems. this is a highly effective and…

Xgboost

6 min read

XG Boost For Begginers
XG Boost For Begginers
Xgboost

6 min read


Dec 27, 2019

Lambda Functions in Python Code

Lambdas in Python In Python, lambda expressions (or lambda forms) are utilized to construct anonymous functions. To do so, you will use the lambda keyword (just as you use def to define normal functions). Every anonymous function you define in Python will have 3 essential parts: The lambda keyword. The parameters (or bound…

Python

3 min read

Python

3 min read


Dec 27, 2019

Clever Understanding Random Forest

Before deep dive into Random Forest First, you should understand Decision Trees, see this link What is a Random Forest? Random forest is a solid choice for nearly any prediction problem (even non-linear ones). It’s a relatively new machine learning strategy (it came out of Bell Labs in the 90s) and it can be used…

Machine Learning

5 min read

Clever Understanding Random Forest
Clever Understanding Random Forest
Machine Learning

5 min read


Dec 23, 2019

Decision Tree in MachineLearning

I have covered briefly an introduction to Decision Tree, here we are coming to the topic. A decision tree is a supervised learning technique, it is the most powerful and popular tool for classification and regression. A decision tree is a powerful mental tool to make smart decisions. You lay…

Machine Learning

8 min read

Decision Tree in MachineLearning
Decision Tree in MachineLearning
Machine Learning

8 min read

madan

madan

23 Followers

Data Science Enthusiast

Following
  • Terence Shin

    Terence Shin

  • Siraj Raval

    Siraj Raval

  • Prakash Jay

    Prakash Jay

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech