@ayushshahh
Ayush Shah
@ayushshahh
Pizza
Pizza
Ahmedabad, India
Devfolio stats
Devfolio stats
2
projects
2
0
prizes
0
5
hackathons
5
0
Hackathons org.
0
GitHub
GitHub
99
contributions in the last year
Apr
S
M
T
W
T
F
S
Mar
13
stars earned
49
repositories
29
followers
image-colorization
UNet model to colorize black & white images
Python
0Stars
0Forks
synascie
Transform your favorite images into stunning text-based masterpieces
Python
1Stars
0Forks
heart-disease-prediction
Heart disease prediction on UCI Cleveland database using ensemble learning
Jupyter Notebook
0Stars
0Forks
RenderingEngine
C++ 2D rendering engine (Work in progress)
C++
0Stars
0Forks
Top Projects
Top Projects
Graphic engine for Rendering ASCII art From Images. Transform your favourite images into stunning text based masterpieces
Our website provides a unique solution for those who need to convert images into ASCII art. By using our tool, users can quickly and easily transform their images into a format that can be easily shared and viewed on a wide range of platforms, including social media, blogs, and websites. This conversion process can be especially useful for those who are looking to create visually striking content without the need for complex image editing software. Additionally, our tool can help to reduce the file size of images, making them more efficient to share and reducing the load time for users. Overall, our website provides a simple, yet powerful solution for those who need to convert images to ASCII art, offering convenience, versatility, and efficiency in a single package.
AI takes your interview and records answer
Medium Posts
Medium Posts

I trained a Neural Network to predict final exam scores of my classmates
ayushah.medium.com
TLDR; In this blog, I share my experience of training a neural network to predict the final exam scores of my classmates. I used Python to build a Multilayer Perceptron (MLP), a type of Artificial Neural Network (ANN), to create a model having input layer with 4 nodes, two hidden layers with 5 and 4 nodes, and an output layer with 1 node. I used Rectified Linear Unit (ReLU) (top right in image) activation function and Stochastic Gradient Descent (SGD) optimizer for training. The model’s objective was to ...

Hide any type of information inside an image
ayushah.medium.com
Some FBI stuff huh? Yeah, you can say that Photo from WIRED In this post, we are going to discuss about how can we hide information inside an image using cmd on your computer; no need to download additional software or tools. You will need a zip extractor program to extract the information from image. I have kept this simple and basic so that everyone can use this with basic computer knowledge. What is Steganography? Steganography is the technique of hiding secret data within an ordinary looking, non-sec...