iamAjaykumar
Hello There..! I am Ajay, i believe in continuous learning with constant pace love to work on Machine Learning and AI projects.
IIIT NUZVIDNUZVID
Pinned Repositories
Average_Mid_marks
Finally made iiit nuzvid students life easier.. here i wrote a python script to show their best of 2 mid marks (Internals) out of 3 mids scrapped the website "http://intranet.rguktn.ac.in/SMS/" for the data ...
Bank_Fraud_Detection
Bmi-gui
simple Bmi calculator using java swing
bookshelf
data-structures-algorithms-python
This tutorial playlist covers data structures and algorithms in python. Every tutorial has theory behind data structure or an algorithm, BIG O Complexity analysis and exercises that you can practice on.
Data_collecting_and_analysing_from_web
here i collected the data from our college website into an excel sheet and draw the graph by analysing it
Exam_shuffle_IIITn
its a fun based project in python to scrap the web and saving the exam shuffle in a ExcelSheet for IIITNUZVID students
Face_detection
Face_and_Eye detection using opencv in python
Fix_password
Just a password fixer in python . Hoping this will be helpful for you to make good passwords
gmail-automation-using-node.js
automated the email authentication and reading the emails from various gmail tab using node js and puppeteer package
iamAjaykumar's Repositories
iamAjaykumar/Bmi-gui
simple Bmi calculator using java swing
iamAjaykumar/Average_Mid_marks
Finally made iiit nuzvid students life easier.. here i wrote a python script to show their best of 2 mid marks (Internals) out of 3 mids scrapped the website "http://intranet.rguktn.ac.in/SMS/" for the data ...
iamAjaykumar/Bank_Fraud_Detection
iamAjaykumar/bookshelf
iamAjaykumar/data-structures-algorithms-python
This tutorial playlist covers data structures and algorithms in python. Every tutorial has theory behind data structure or an algorithm, BIG O Complexity analysis and exercises that you can practice on.
iamAjaykumar/Data_collecting_and_analysing_from_web
here i collected the data from our college website into an excel sheet and draw the graph by analysing it
iamAjaykumar/Exam_shuffle_IIITn
its a fun based project in python to scrap the web and saving the exam shuffle in a ExcelSheet for IIITNUZVID students
iamAjaykumar/Face_detection
Face_and_Eye detection using opencv in python
iamAjaykumar/Fix_password
Just a password fixer in python . Hoping this will be helpful for you to make good passwords
iamAjaykumar/gmail-automation-using-node.js
automated the email authentication and reading the emails from various gmail tab using node js and puppeteer package
iamAjaykumar/Image_blending_using_CV
in this i took two images of same dimensions and tried to blend them using opencv in python one of the image is orange and other is apple
iamAjaykumar/Notepad_using_Tkinter
This is the first gui application i have done using python tkinter created a notepad with basic edits and saving options. used python tkinter library
iamAjaykumar/pyls
iamAjaykumar/skill-sample-python-first-skill
This Alexa Skills Kit sample skill shows how to build a simple skill called Cake Walk that counts down the number of days until the customer's birthday.
iamAjaykumar/Support_vector_Machine-svm-
Here i implemented the SVM classifier algorithm on the cell_data set
iamAjaykumar/Template_matching_using_CV
its an template matching project where we provide a piece of image as template and this code will detect that template image in image and it draws a rectangle around the original image at the places that template found