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

Block or report shoaibvijapure

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

Popular repositories

  1. My-Certifications My-Certifications Public

    This repository contains my certifications including the Internships and also the coursera certifications.

  2. Android-Application-for-Object-Detection-Using-RCNN Android-Application-for-Object-Detection-Using-RCNN Public

    An Object recognition app which takes picture and process it to extract as much as details of the captured object.

    Java

  3. Tweets-Word-Extractor Tweets-Word-Extractor Public

    This project searches for the tweets based on the keyword provided by the user. This is handled by using Twitter API and it then extracts the text of the tweets and displays the most common filtere…

    Python

  4. Grep-Command-Using-C Grep-Command-Using-C Public

    Command line based project, which searches for a particular pattern inside the file or across directories like grep command in linux, and displays the lines matching the pattern from file/directory.

    C

  5. Handwritten-Digits-Recognition Handwritten-Digits-Recognition Public

    A script that trains a model to recognize handwritten digits using the MNIST data set. Then it loads external files and uses the neural network to predict what digits they are, and then displays th…

    Python

  6. Modified-xv6-MIT-Operating-System Modified-xv6-MIT-Operating-System Public

    The xV6 Operating System has been modified by adding some additional system calls.

    Assembly