Harshit Muhal (harshitmuhal)

harshitmuhal

Geek Repo

Location:Ghaziabad, India

Home Page:https://harshitmuhal.github.io

Twitter:@harshit_muhal

Github PK Tool:Github PK Tool

Harshit Muhal's repositories

Image-Captioning

Given any real-world image, this project generates an appropriate caption using Machine Learning/Deep Learning.

Language:Jupyter NotebookStargazers:4Issues:0Issues:0

IMDb-review-sentiment-analysis

Implemented multiple CNN-LSTM based neural networks. Achieved maximum accuracies for the network architecture which used a CNN-LSTM with combined kernels from multiple branches and other architecture that used a CNN-LSTM neural network with a residual connection. Achieved maximum accuracy of 89.39%.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Visual-Similarity-Based-Recommendation-System

It is a very basic recommender system that shows products similar to a given product based on their visual similarities. The pre-trained CNN models from Keras are used to extract the image features. To calculate the similarity between images cosine similarity is calculated for these image feature vectors. VGG16, ResNet50, VGG19, Xception, MobileNet models are used as feature extractors on the same corpus of images, and results are visualized separately for each model.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Tetris-Computer-Graphics-Project

Implemented Tetris game using pygame library.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Dominant-Color-Extraction-using-KMeans

Used KMeans algorithm to find the most dominant colors of a given image and created a new image with these dominant colors.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Emoji-Predictor

Implementation of a basic emoji predictor using stacked LSTM on a small dataset.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Handwritten-digit-image-Generation-using-DCGAN

Handwritten digit image Generation using DCGAN.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Cash-Settlement-Quiz

Webapp that generates random network of graph representing cash transactions among friends and also provides solution with minimised cashflow .It uses vis.js browser based library to visualise the problem graph and solution graph.

Language:JavaScriptStargazers:0Issues:0Issues:0

Competitive-Programming-Algorithms

The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.

Language:C++Stargazers:0Issues:0Issues:0
Language:C++Stargazers:0Issues:0Issues:0

Django

This repo contains code for mini django projects built as a part of learning Django Framework

Language:PythonStargazers:0Issues:0Issues:0

face-detection-and-recognition

face detection and recognition using opencv

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:SCSSStargazers:0Issues:0Issues:0

Image-Captioning-API

API for image captioning project using FastAPI framework.

Language:PythonStargazers:0Issues:0Issues:0

InterviewBit

InterviewBit Programming Solutions

Language:C++Stargazers:0Issues:0Issues:0

ML

This repo contains code for algorithms, frameworks, and tools coded by me as a part of learning Machine Learning, Deep Learning, Transfer Learning and Natural Language Processing.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Multi-Layer-Perceptron

implementation of a simple 3 layer perceptron from scratch.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Neural-Machine-Translation

Using Neural Machine Translation for translating English sentences to Hindi.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

NumPy

implementation of some basic functions in NumPy which a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

NXN-Sudoku

Generates NXN Random Sudoku puzzles and also provide solution to these puzzles using backtracking and bitmasking.

Language:C++Stargazers:0Issues:0Issues:0

snake-game

snake game web app Using HTML and javascript

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:CSSStargazers:0Issues:0Issues:0

system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

License:NOASSERTIONStargazers:0Issues:0Issues:0

text-to-speech

program to convert given text to speech

Language:PythonStargazers:0Issues:0Issues:0

TextEditor

Simple text editor Webapp using stacks data structure capable of undo and clear operation.

Language:JavaScriptStargazers:0Issues:0Issues:0

Two-stage-Customer-Segmentation

In this project, we used the K-means algorithm to perform customer segmentation on data and tried to analyze the results with regards to how many clusters give us the best results. Then we trained a neural network on the data obtained from clustering to classify new samples so as to present the problem in a supervised way instead of finding clusters using K-means in an unsupervised fashion. This saves time as we do not have to perform clustering over all the data repeatedly.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0