Giter Site home page Giter Site logo

Hey πŸ‘‹πŸ½, I'm Diwas Pandey!

I am Diwas Pandey, an aspiring graduate with an M.S. in Computer Science from Washington State University (current GPA: 4.00). My academic journey has equipped me with comprehensive knowledge in Artificial Intelligence, Machine Learning, Neural Networks, and Computer Vision. I hold a B.E. in Computer Engineering from Tribhuvan University, Nepal, and bring practical experience from projects like real-time number plate recognition and bio-marker analysis from ECG data.

Eager to launch my career, I am actively seeking entry-level roles in Machine Learning. My research endeavors and hands-on projects have honed my skills in Python, C++, Scikit-learn, OpenCV, PyTorch, and AWS. As a Team Lead and Machine Learning Engineer II, I successfully led projects at Bottle Technology, Pvt. Ltd., enhancing Nepali Citizenship data and implementing a Smart Advertisement system. My entrepreneurial spirit is reflected in founding aihubprojects.com, where I authored a book, published articles, and collaborated with renowned institutions. I am excited about contributing my skills to a dynamic team and making a meaningful impact in the field of Machine Learning.

  • ⚑ Pursuing a Master's in Computer Science at Washington State University
  • πŸ“« Former team lead & Machine Learning Engineer at Bottle Technology
  • πŸ”­ Admin, Content writer on aihubprojects.com
  • 🌱 Published Kindle eBook on Python

Download Resume

πŸ“• Latest Blog Posts

Diwas Pandey's Projects

100-days-of-ml-code icon 100-days-of-ml-code

A day to day plan for this challenge. Covers both theoritical and practical aspects

age-gender-emotion-prediction-boto3 icon age-gender-emotion-prediction-boto3

In this project we have used BOTO3 (especially detect_faces()) to find gender, age, emotions and appearance from image. Under AWS Rekognition, there are various methods.

api-dev-transliteration icon api-dev-transliteration

FastAPI is an excellent tool for putting your machine learning models into production. In this article, I briefly explain how you can easily put your FastAPI in production to an AWS EC2 instance using Nginx.

aws-lex-lambda-chatbot icon aws-lex-lambda-chatbot

Today we are going to build a Temperature conversion bot using Lex & Lambda. Using this bot we will be converting Celsius to Kelvin, Celsius to Farenheit & Vice-versa

blood-cancer-detection-cnn icon blood-cancer-detection-cnn

The purpose of our project is to develop a system that can automatically detect cancer from the blood cell images. This system uses a convolution network that inputs a blood cell images and outputs whether the cell is infected with cancer or not.

character-segmentation-for-rtnprs icon character-segmentation-for-rtnprs

Real Time Number Plate Recognition System is an image processing technology which uses number (license) plate to identify the vehicle. The objective is to design an efficient automatic authorized vehicle identification system by using the vehicle number plate. Number plate recognition (NPR) can be used in various fields such as vehicle tracking, traffic monitoring, automatic payment of tolls on highways or bridges, surveillance systems, tolls collection points, and parking management systems.

compression-resizing-pil icon compression-resizing-pil

We are using PIL to resize the images thereby converting larger images to smaller ones.The optimize flag will do an extra pass on the image to find a way to reduce its size as much as possible.

corona-detection-from-x-ray-using-cnn icon corona-detection-from-x-ray-using-cnn

The first 6 layers of convolution network are convolution layer. First 2 convolution layer applies 16 of 33 filters to an image in the layer. The other two layer applies 32 of 33 filters to an image.

covert-pdf-to-jpg- icon covert-pdf-to-jpg-

As the collected citizenships were in pdf format, they were converted into JPG images using python script.

credit-card-fraud-detection icon credit-card-fraud-detection

The Credit Card Fraud Detection project is used to identify whether a new transaction is fraudulent or not by modeling past credit card transactions with the knowledge of the ones that turned out to be fraud. We will use various predictive models to see how accurate they are in detecting whether a transaction is a normal payment or a fraud.

crop-prediction-k-means icon crop-prediction-k-means

To conduct grouping, the KNN algorithm uses a very basic method to perform classification. When a new example is tested, it searches at the training data and seeks the k training examples which are similar to the new test example. It then assigns to the test example of the most similar class label.

detect-crop-image-python- icon detect-crop-image-python-

We will use a pre-trained Haar Cascade model to detect faces from the image. x,y are pixel location of faces, w,h are width and height of faces. We will crop face using these pixel co-ordinates

diabetes-prediction-using-kmeans- icon diabetes-prediction-using-kmeans-

In the beginning, the algorithm chooses k centroids in the dataset randomly after shuffling the data. Then it calculates the distance of each point to each centroid using the euclidean distance calculation method.

diwas524 icon diwas524

detail about me !! contents to show on github profile

encryption-decryption-with-steganography icon encryption-decryption-with-steganography

Information exchange has always been an important aspect of our lives, and with the rapid advancement of information and communication technology, communication and information exchange have become much easier and faster, but data security and privacy have become a major concern for us. Cryptography and Steganography are two popular data hiding practices that also can be combined to enhance data security. Because of recent advancements in steganalysis, one can easily reveal the existence of secreted information in carrier files. So this project aims to introduce a new method of steganography for communication between two private parties. We used a merged technique for data security that employs both cryptography and steganography techniques to enhance information security. In cryptography, we are using the RSA algorithm for the process of key generation and information encryption decryption. And in Steganography we are using Image Steganography for hiding the encrypted data. Image Steganography refers to the technique of hiding the presence of data within an image file, whereas cryptography is related to the act of transforming plain text into incomprehensible text and vice versa. Cryptography guarantees privacy whereas Steganography guarantees secrecy. We have also used base 64 and SHA-256, which is a patented cryptographic hash function. We are hiding the encrypted data in a distinct image file to securely send over the network without any suspicion of the data being hidden. Such that any other person in the network cannot access the data present in the network. Only the sender and receiver can retrieve the message from the data.

gan-implementation-on-mnist-dataset-pytorch icon gan-implementation-on-mnist-dataset-pytorch

GAN, from the field of unsupervised learning, was first reported on in 2014 from Ian Goodfellow and others in Yoshua Bengio’s lab. Generative Adversarial Network is composed of two neural networks, a generator G and a discriminator D.

gesture-controlled-video-game icon gesture-controlled-video-game

This project is an amazing blend of Computer vision and Video Game. In simple words I can say move you finger in front of camera and just drive the car to surpass the obstacles.

image-alignment-of-nepali-documents icon image-alignment-of-nepali-documents

When scanning a document, a slight skew gets into the scanned image. If you are using the scanned image to extract information from it, detecting and correcting skew is crucial.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.