Skip to content
View coderjolly's full-sized avatar
💭
Stay Awake 💯
💭
Stay Awake 💯

Organizations

@BVPMOSC @publiclab @fossasia @mozillacampusclubs @DroidDelhi
Block or Report

Block or report coderjolly

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
coderjolly/README.md

Hi there 👋, I am Harman

Linkedin: https://www.linkedin.com/in/ducngn/


Pinned

  1. processing-advertisements processing-advertisements Public

    Processing image advertisements to predict the context conveyed through them using CNNs. The images are further visualised using GradCAM to understand how the first and the last layers perceive the…

    Jupyter Notebook

  2. chest-x-ray-classification chest-x-ray-classification Public

    This study tries to compare the detection of lung diseases using xray scans from three different datasets using three different neural network architectures using Pytorch and perform an ablation st…

    Jupyter Notebook 1

  3. news-recommender news-recommender Public

    This is a news recommender system that uses beautiful-soup to scrape news articles, their categories and descriptions to create a data dump. It then uses word embedding techniques such tf-idf, word…

    Jupyter Notebook 1

  4. football-player-prediction football-player-prediction Public

    There is an intense transfer speculation that surrounds all major player transfers today. An important part of negotiations is predicting the fair market price for a player. Therefore, we are predi…

    Jupyter Notebook 3

  5. data-ingestion-pipeline data-ingestion-pipeline Public

    It is kubernetes microservice that ingests Steam data, deployed as a service using sQLite for storing processes followed by an event driven message queue controlled by RabbitMQ. This message queue …

    Python 1 1

  6. employee-information-retrieval-system employee-information-retrieval-system Public

    An information retrieval system constructed using Flask to perform ETL operations while ingesting New York Payroll data and provide a frontend user interface for manipulating filters and queries.

    Python