Hi there , I am Akash Gajare

⭐ I am a Python Developer and a Data Analyst. I have 2 Years of Experience in Python making Automation Scripts and Web scraping.

  • ⭐ I have been learning Django, Flask, Rest Framework, JavaScript, etc.
  • ⭐ My further Learning Curve Includes React-JS and React-Native for building Cross-platform apps.
  • ⭐ Topics like Blockchain and cloud computing etc excites me.
  • ⭐ keeping aside Academics I also Love to Watch Anime in my free time and have a keen interest in Japan and Japanese Culture.

Face Detection using Python & OpenCV

In this Tutorial we will make a very simple face detector app using Python and a Pre-trained data of haarcascade This Tutorial consists of 2 steps: 1. Pre-requisites : Make a python file called face-detector.py Download this file haarcascade frontalface default.xml and save in the current directory your directory must look like this └── Face Detector Folder ├── face-detector.py └── haarcascade_frontalface_default....

2 July, 2021 · 4 min · Akash Gajare

Aws Deploy Django

This Guide will Help you to Deploy your Django Project on AWS (amazon web services) Prerequisites : Working Django Project Hosted on Github amazon AWS Account Before we begin lets see how we will deploy it Django Project will be Deployed on AWS EC2 Instance. No S3 or Database (will use Django Default Database) Buy a Domain Name (Hostinger is used). use Route 53 to connect our Domain Name....

9 June, 2021 · 5 min · Akash Gajare