Skip to content
View Nirvan101's full-sized avatar
Block or Report

Block or report Nirvan101

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

  1. visual-question-answering visual-question-answering Public

    Answering questions from images of the CLEVR dataset. Given a question and an image, the model predicts an answer to the question based on the image. The questions include the relative sizes and po…

    Python 2 2

  2. Image-Restoration-deep-learning Image-Restoration-deep-learning Public

    Restoring images of damaged paintings using in-painting. Damaged paintings have discolored patches where the paint has faded or fallen off. This project uses image in-painting to fill and restore t…

    Python 30 11

  3. Person-Re-identification Person-Re-identification Public

    Detection, tracking and re-identification of people in a surveillance video to make a list of people that appeared in the video. If people leave the frame and re-appear later in the video, the mode…

    Python 127 58

  4. Chatbot Chatbot Public

    This is a simple chatbot made in python. It works on intent classification and deep learning.

    Python 7 3

  5. GRPC-Video-streaming GRPC-Video-streaming Public

    This code streams a video over the internet using Google remote procedural calls. The video is streamed from server to client, it is processed at the client and the results are sent back to the ser…

    Python 128 28

  6. Generating-images-with-recurrent-adversarial-networks Generating-images-with-recurrent-adversarial-networks Public

    Implementation of the paper Generating images with recurrent adversarial networks in Keras

    Python