Pinned Repositories
8086-programs
Embedded Systems 8086 microprocessor programs
coding-interview-university
A complete computer science study plan to become a software engineer.
ComputerVision
An introduction to the field of Computer Vision
FlaskBlog
Blog website made using Flask and deployed on PythonAnywhere. Uses sqlite database
Inventory-django-project
Machine-Learning-projects
This repository contains some Machine Learning practice projects. Do check them out.
Password_Manager
This is a simple browser based Password Manager. Made using React, MySQL, NodeJS.
smolink-url_shortener
This is a simple URL shortener in Flask. Shortens URL upto length 512 characters to 6 characters. Made using Flask-SQLAlchemy. This URL shortener will be able to redirect links and keep stats on the number of times each link was visited. Also has HTTP Basic Authentication to view stats. All this data will be stored in a sqlite3 database.
video-downloader
Video downloader service
Voice-controlled-Arduino-bot
Made a voice controlled bot using L293D Motor Driver Module and bluetooth HC-05 module interfaced with Arduino. Used Google voice typing for voice recognition. Robot is controlled by bluetooth HC-05 via a smartphone app.
ksh168's Repositories
ksh168/smolink-url_shortener
This is a simple URL shortener in Flask. Shortens URL upto length 512 characters to 6 characters. Made using Flask-SQLAlchemy. This URL shortener will be able to redirect links and keep stats on the number of times each link was visited. Also has HTTP Basic Authentication to view stats. All this data will be stored in a sqlite3 database.
ksh168/Voice-controlled-Arduino-bot
Made a voice controlled bot using L293D Motor Driver Module and bluetooth HC-05 module interfaced with Arduino. Used Google voice typing for voice recognition. Robot is controlled by bluetooth HC-05 via a smartphone app.
ksh168/8086-programs
Embedded Systems 8086 microprocessor programs
ksh168/coding-interview-university
A complete computer science study plan to become a software engineer.
ksh168/ComputerVision
An introduction to the field of Computer Vision
ksh168/Data-Visualization-and-Analysis
Some data visualization and analysis projetcs
ksh168/FlaskBlog
Blog website made using Flask and deployed on PythonAnywhere. Uses sqlite database
ksh168/Inventory-django-project
ksh168/Machine-Learning-projects
This repository contains some Machine Learning practice projects. Do check them out.
ksh168/Password_Manager
This is a simple browser based Password Manager. Made using React, MySQL, NodeJS.
ksh168/Deep-Learning-Projects
This repository contains some Deep Learning practice projects.
ksh168/digit-mnist
Digit recognition using mnist database
ksh168/digit-mnist-using-cnn
Handwritten Digit Recognition using Convolution Neural Network Implemented using CNNs and Keras in python. Used MNIST database for training and testing. This was then compared with the other model which didn’t used CNNs.
ksh168/django_blog
Blog website made using Django and deployed on PythonAnywhere. Uses sqlite3 as database
ksh168/Gesture-Controlled-Arduino-Bot
Gesture controlled bot using MPU transmitter and receiver module
ksh168/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
ksh168/gold_price_pred
ksh168/Image_Processing
Implementation of Basic Image Processing Algorithms: Filling boundary color, Floodfilling Algorithm Implementation
ksh168/ksh168
ksh168/ksh168.github.io
Portfolio Website
ksh168/LAN-troubleshooter-V1.0
A fun project born purely out of need. It's a small network connection troubleshooter which clears dns cache and assigns the device a new ip address.
ksh168/Stock_Profit_Optimizer
A deep reinforcement learning application for maximising profit by intelligently choosing buying and selling options in a typical stock market scenario.
ksh168/url_shortener_java
ksh168/web-scraping-BeautifulSoup
Web scraping using python and BeautifulSoup Library