Get Person Names from Passports by Python

Today, I’ve got something pretty cool to share with you. Ever wondered how you can extract names from passports using a bit of code magic? I wrote a Python script as a function to read a person’s name from a passport image. Code:: [open on github] from PIL import Image import pytesseract import re def […]

Read more.

Recreating Tables for a Specific Django App

Recreating Tables for a Specific Django App: To delete a table from a specific app in Django, follow these steps: Firstly, let’s get rid of the migration folder for that particular app you have in mind. Now, execute the following command: python manage.py dbshell After running the above command, use the following command within the […]

Read more.

Find keyword position in the google search result + python

As the world becomes increasingly digital, more and more businesses rely on search engine optimization to drive traffic to their websites. In order to optimize their website for search engines, website owners need to know the position of their keywords in Google search results. This can be a laborious process for businesses to do manually. […]

Read more.

Setup DigitalOcean spaces in django

Here I will explain how to set up DigitalOcean spaces in the django app, one of the popular products in DigitalOcean. Before you start reading this post, you are reading this post as an expert user, so I won’t explain simple points. The first step is to install Django, gunicorn, Django-storages, and boto3 packages using pip: pip install […]

Read more.

Demonstrate layer dimension in ‘visualcross’

As a deep learning specialist or student, you must work with documentation. Your document must show your models in detail. When you search Google for “how to demonstrate our violate deep learning model details,” you’ll find the ‘visual cross’ library. Paul Gavrikov developed the ‘visual cross.’ What’s the visual cross? Visualkeras is a Python package to […]

Read more.