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

Block or report ashsProjects

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
ashsProjects/README.md

Hi there 👋

I'm Ash and you've found my personal repo! Feel free to look through and possibly star if you found it helpful or interesting. I am interested in all Computer and Data Science and have various projects in algorithms, front-end development, back-end development, machine learning, data analysis, and generally fun projects. I hope to enter the industry after graduating as a full-stack engineer.

📫 How to reach me: ayusnad@gmail.com

🌐 Check out my website for my resume/more contact info as well: https://ashadhikari.com

⚡ Fun fact: I can speak 5 languages (non-programming, I mean)

Pinned

  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. 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

  4. 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

  5. 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

  6. 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