Skip to content
View amitguptapc's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
Block or Report

Block or report amitguptapc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
amitguptapc/README.md

Hello, I'm Amit ๐Ÿ‘‹

๐Ÿ”ญ I am currently working in Infosys as a backend Java developer. I'm also passionate about Problem Solving and Optimizing, so I actively take part in Competitive Programming Challenges on various platforms like Codechef, Codeforces, etc.

My Skillset comprises of :

  • Java 8
  • Spring Boot
  • Microservices
  • Data Structures
  • Algorithms

Some of my achievements are :

  • 4โ˜… on Codechef
  • 271 rank in Codevita S8
  • Codechef Foundation Level Certified
  • 95 global rank in August Long Challenge 2019

Find me around :

Pinned

  1. Image_Captioning_Bot Image_Captioning_Bot Public

    RNN & LSTM based tool that provides caption for the input images. It uses Transfer Learning to train the images using the weights of ResNet60 Architecture. It uses Glove6B.50D embeddings, to converโ€ฆ

    Jupyter Notebook 1

  2. Face_Recognizer Face_Recognizer Public

    Face Recognition tool built using OpenCV and Haarcascade Classifier. Uses KNN Algorithm to identify the person, and displays the name of the person above the face.

    Python

  3. Web_Crawler Web_Crawler Public

    Scrapy based web crawler for scraping a furniture website, for a given list of categories. It stores the images of 20 items in each category, along with some relevant description about each of them.

    Python

  4. Emoji_Predictor Emoji_Predictor Public

    ๐Ÿ˜€ ๐Ÿ˜ ๐Ÿ˜Ž Recurrent Neural Network based Model that predicts emoji for the given Text. It uses Transfer Learning to learn the weight of the words from the Glove.6B.50D Embeddings.

    Jupyter Notebook

  5. Image_Segmenter Image_Segmenter Public

    Python based tool for Segmenting an image, by extracting the dominant colors in the image. It uses K-means Clustering Algorithm, and displays the segmented image using only those dominant colors.

    Jupyter Notebook

  6. Portrait_Filter Portrait_Filter Public

    OpenCV based application that adds Mustache and glasses in the live input through webcam. It identifies the position of eyes and nose using their respective Haar cascades.

    Python