Pinned Repositories
mindsdb
Platform for building AI that can learn and answer questions over federated data.
scikit-learn
scikit-learn: machine learning in Python
cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
Customer-Insights-Dashboard
This repo contains the Dashboard that I have made in PowerBI.
django-blog
This repo contains the Django blog app that i made while following the tutorial of Corey M Schafer.
Image-Captioning
Image Captioning is a deep learning based project which is deployed on web.
Machine-Learning-Projects
TutorialAPI
Designed and implemented a REST API using Node.js and the Express.js framework, enabling users to perform CRUD operations on tutorial records. Architected and implemented MongoDB as the primary database, utilizing effective data modelling and query optimization techniques to ensure scalability and performance.
U-Net_From-Scratch
U-Net is an architecture for semantic segmentation. Convolutional Networks for Biomedical Image Segmentation
work-mohit's Repositories
work-mohit/Machine-Learning-Projects
work-mohit/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
work-mohit/django-blog
This repo contains the Django blog app that i made while following the tutorial of Corey M Schafer.
work-mohit/500-AI-Machine-learning-Deep-learning-Computer-vision-NLP-Projects-with-code
500 AI Machine learning Deep learning Computer vision NLP Projects with code
work-mohit/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
work-mohit/U-Net_From-Scratch
U-Net is an architecture for semantic segmentation. Convolutional Networks for Biomedical Image Segmentation
work-mohit/Amazon-SDE-Preparation
This repository includes all the interview preparation questions for Amazon SDE role
work-mohit/Analytics-Vidya-JOB-A-THON
This repo contains my competition files.
work-mohit/Automated-Attendance-System-using-CNN
An End to End Real Time Face Identification and attendance system using CNN
work-mohit/awesome-github-profile-readme
😎 A curated list of awesome Github Profile READMEs 📝
work-mohit/cpp_programs
This repo contains some implementation and some CP programs implementation.
work-mohit/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
work-mohit/Data-Structure-Algorithm-Programs
This Repo consists of Data structures and Algorithms
work-mohit/Deep-Learning
work-mohit/django-todoapp
work-mohit/ds-cheatsheets
List of Data Science Cheatsheets to rule the world
work-mohit/Face-Detection-by-Image-and-Video-
work-mohit/Interview-Prepartion-Data-Science
work-mohit/Learning-Basic-Git
work-mohit/LeetCode_Problems
This repo contains the solution of the LeetCode problems that I solve on a day to day basis.
work-mohit/Machine-Learning-Practice
work-mohit/markdown_readme
Markdown - you can mark up titles, lists, tables, etc., in a much cleaner, readable and accurate way if you do it with HTML.
work-mohit/MCA-1-SL
work-mohit/Mid-Term-Practical-Exam
PMC 103
work-mohit/pytorch-deepdream
PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.
work-mohit/pytorch-neural-style-transfer
Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.
work-mohit/Scripting-Languages-Lab-Demo-2
work-mohit/SDE-Interview-Questions
Most comprehensive list :clipboard: of tech interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
work-mohit/The-Complete-FAANG-Preparation
This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.
work-mohit/UNet-Segmentation-in-Keras-TensorFlow
UNet is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation in medical imaging.