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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Graph_Algorithms_and_VisualizationGraph_Algorithms_and_VisualizationPublic

    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_BrailleHandwriting_to_3DPrinted_BraillePublic

    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_ZoningDistributed_Analytics_of_US_Residential_ZoningPublic

    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_MultiplicationMultithreaded_Matrix_MultiplicationPublic

    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_GANsData_Augmentation_Using_GANsPublic

    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-TranslatorJapanese-to-English-TranslatorPublic

    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