Skip to content
View insp7's full-sized avatar
📘
Learning
📘
Learning
  • George Washington University
  • Washington, D.C.
  • 00:09 - 4h behind
  • LinkedIn in/aniket-konkar16

Block or report insp7

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

Pinned Loading

  1. Simple_transformer_leaky_neuron Public

    Forked from himanshu9084/Simple_transformer_leaky_neuron

    Code for the paper: Simple Transformer with Single Leaky Neuron for Event Vision. Proceedings of the Winter Conference on Applications of Computer Vision (WACV) Workshops.

    Python 1

  2. right-whale-recognition Public

    A computer vision Kaggle challenge to automate the manual, time-consuming process of identifying individual Right whales from images for population tracking & monitoring.

    Jupyter Notebook 1

  3. person-detection-and-tracking Public

    A real-time person detection and tracking system using YOLOv8x for detection and DeepSORT for tracking. Evaluated multiple tracking methods (IOU, SORT, DeepSORT). Tested on an NVIDIA RTX 3070.

    Python 1

  4. img-classification-from-scratch Public

    Built a feed-forward neural network for image classification on the CIFAR-10 dataset. Implemented image enhancement, posterization, feature extraction and backpropagation algorithm from scratch.

    Jupyter Notebook

  5. airline-reservation-webapp Public

    A web app for airline search, booking, and cancellation. Built a REST API with Spring Boot and developed the frontend using Angular.

    SCSS 1

  6. stockRecommendationApp Public

    Real-time stock tracking & trading strategy recommendations for NSE India using EMA9 & EMA12. Sends email alerts for BUY/SELL points and monitors up to 100 stocks simultaneously.

    Java