Project Ideas For CSE
Project Ideas For CSE
o
Huffman Coding is a lossless data compression technique, it is the
basic foundation of modern text compression. The aim of this
project was to build a web app that visualizes formation of Huffman
Tree from the user given input.
Tech stack - Flask, HTML, CSS, JavaScript, p5.jsHuffman Coding is a
lossless data compression technique, it is the basic foundation of
modern text compression. The aim of this project was to build a
web app that visualizes formation of Huffman Tree from the user
given input. Tech stack - Flask, HTML, CSS, JavaScript, p5.js
Skin Cancer Detection ModelSkin Cancer Detection Model
Feb 2021 - Apr 2021Feb 2021 - Apr 2021
o
Under the guidance of Prof. Vaibhav Prakash Singh, the aim of this
project was to analyze benign and malignant cell images, using
image processing and machine learning techniques and to create a
model for the same.Under the guidance of Prof. Vaibhav Prakash
Singh, the aim of this project was to analyze benign and malignant
cell images, using image processing and machine learning
techniques and to create a model for the same.
Webcam Paint Application using OpenCVWebcam Paint Application using
OpenCV
Jun 2020 - Jun 2020Jun 2020 - Jun 2020
o
OpenCV application that can track object's movement, on the real
time Webcam data, using which a user can draw on the screen by
moving the object around.
The language used was Python 3.7.6 and IDE used was
PyCharmOpenCV application that can track object's movement, on
the real time Webcam data, using which a user can draw on the
screen by moving the object around. The language used was
Python 3.7.6 and IDE used was PyCharm
Unmanned Ground RobotUnmanned Ground Robot
Jun 2019 - Jun 2019Jun 2019 - Jun 2019
o
Prepared basic design of mobile robot, used for Patrolling and
Surveillance.
We used NodeMCU ESP8266 wi-fi module, RaspberryPi Zero W,
Ultrasonic sensors HC-SR04 and IR sensors.
Trained the bot using the concept of Supervised Learning on the
data collected by Ultrasonic sensors and IR sensors, incorporating
Linear Regression Algorithm.