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

Block or report shashwatshrma

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. Drowsiness-detection Drowsiness-detection Public

    A CNN classifier that classifies whether the eye in the given image is closed or not in order to predict whether a person is drowsy or not

    Jupyter Notebook

  2. Stock-Price-Prediction Stock-Price-Prediction Public

    A classifier that uses news headlines and sentiment analysis in order to predict whether a stock's value will increase or decrease.

    Jupyter Notebook

  3. 8085-Simulator 8085-Simulator Public

    A console application that simulates the 8085 microprocessor

    C++

  4. Web-Scraper Web-Scraper Public

    A python application that scrapes the data from various types of pages

    Python

  5. Online-Compiler Online-Compiler Public

    An online C compiler made using HTML, CSS and JS that takes code in C, input, and expected output and shows whether or not the actual output of the given code matches the expected output

    JavaScript

  6. HTTP-Client-and-Server HTTP-Client-and-Server Public

    HTTP client and server that are able to send and handle a GET request respectively

    Python