Introduction: Hi readers, I hope you guys are doing good and safe, Today i came up with new topic of Django framework. As i wrote many i article on Django framework , well if you are new you can see my previous post about Django framework. This framework written in python language and its very... Continue Reading →
Rest api with CRUD operation using Flask
Introduction: Hi, reader, I hope you are doing great. Today I came up with an Innovative article for creating rest api in Flask framework. We have already discussed Django web development framework. In this Article I have Created an api with CRUD operation. Basically CRUD Stands for Create-Read-Update-Delete in our data base. I have... Continue Reading →
Super Market project in Python programming language
Introduction: Hi, reader, I hope you are doing great. Today I came up with another small python project which can be used for your college/school assignment. This program is a super market/ vending machine system and my main motive to enhance python skills and help you to learn python programming and how to play... Continue Reading →
Library management system in python programing language
Introduction: Hi, reader, I hope you are doing great. Today I came up with a small python project which can be used for your college/school assignment. This program is a library management system and my main motive to enhance python skills and help you to learn python programming and how to play with JSON... Continue Reading →
Convert your ubuntu into Mac OS
Hi readers, are you guys using ubuntu? , have you guys bored by using the same user interface? then this post for you. In this post, I am gonna show you how you can customize your ubuntu interface in just a few steps and make it like Mac os. So without wasting any more time... Continue Reading →
Line detection using Hough Transform in Python programming
A pipeline of Line Detection using Hough Transformation with OpenCV. How to run this code: download this code from my GitHub clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in Ubuntu: open your terminal and paste these commands one by one. sudo apt install... Continue Reading →
Corner detection using Harris Corner in Python programming
A pipeline of Corner Detection using Harris corner with OpenCV. How to run this code: download this code from my GitHub clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in Ubuntu: open your terminal and paste these commands one by one. sudo apt... Continue Reading →
Face detection with Haar Cascade Explanation.
A pipeline of Haar Cascade Face Detection How to run this code: download this code from my GitHub clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in Ubuntu: open your terminal and paste these commands one by one. sudo apt install python3-pip... Continue Reading →
Stripe payment gateway with python programming
How to run this code: download this code from my GitHub Repository clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in Ubuntu: open your terminal and paste these commands one by one. sudo apt install python3-pip python3-dev pip install jupyter How to install jupyter... Continue Reading →
Face detection with MTCNN
How to run this code: download this code from my GitHub clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in ubuntu: open your terminal and paste these commands one by one. sudo apt install python3-pip python3-dev pip install jupyter How to install jupyter... Continue Reading →
Django web app introduction with login register
How to run this app: download this app from my github clone this repository Install requirement file open directory where manage.py file is present open terminal type the following command pip3 install -r requirement.txt python3 manage.py runserver What is Django : Django is a web development framework of python programming language. As we all know... Continue Reading →
Computer vision with python (openCv)
Introduction: Computer vision is an interdisciplinary scientific field that deals with how computers can be made to gain a high-level understanding from digital images or videos. OpenCV is one of the most popular libraries for computer vision. OpenCV stands "open source computer vision library". OpenCV was built to provide a common infrastructure for computer vision... Continue Reading →