Skip to content
View ayush-adh's full-sized avatar

Block or report ayush-adh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Graph_Algorithms_and_Visualization Graph_Algorithms_and_Visualization Public

    A program in C++ that produces outputs to most graph algorithms and images for certain graphs. It considers algorithmic efficiency to produce results for more than 15 algorithms associated with dir…

    C++

  2. Handwriting_to_3DPrinted_Braille Handwriting_to_3DPrinted_Braille Public

    An application that classifies handwritten letters, translates them to STL files and then to gcode, which is sent to a 3D printer to be printed as braille characters.

    G-code

  3. Distributed_Analytics_of_US_Residential_Zoning Distributed_Analytics_of_US_Residential_Zoning Public

    This is a project that aims to do distributed analytics using clusters using a spatial dataset. Our goal with this project was to analyze the impact of single family rresidential zoning in the US a…

    Jupyter Notebook 1

  4. Multithreaded_Matrix_Multiplication Multithreaded_Matrix_Multiplication Public

    This is a very efficient matrix multiplication calculator built using Java and its concurrency libraries. It can be used to multiply matrices populated using a random seed, but it can also be modif…

    Java

  5. Data_Augmentation_Using_GANs Data_Augmentation_Using_GANs Public

    This is a notebook exploring the implementation of a GAN using tensorflow in Python to generate additional data to augment the original training data for testing. The purpose of this project was to…

    Jupyter Notebook 2

  6. Japanese-to-English-Translator Japanese-to-English-Translator Public

    This is a translator program I built using Python that will take in a sentence in Japanese and translate the parts of the sentence into English and return an English translation.

    Python 1