Smart Text Analytics for Information
[Jan 2019 – Present]

Analyze text data and extract information from it. Instead of reading a whole article, if we can get information from some interactive graphs/plots then it would be much easier for us. Currently working on text analytics, using Stanford NER and Parser to extract Attributes-Value(s) pairs. Trying to find dependency between entities of attributes. This project can be used in various fields like Sports, Politics,etc.
See Project

Online Rental Store
[Aug 2018 – Nov 2018]

Used the Django Framework to implement an e-Commerce portal. One can sell or rent product in this portal. Added features like search products, filter based on tags, cart, rate and report. This application is hosted on Amazon AWS EC2 cloud instance.
See Project

News Search Engine
[Oct 2018 – Nov 2018]

A News Article Search Engine which uses BM25F alogrithm for ranking search results. The project is developed using Lucene and Java.
See Project

Laser Guided Vehicle
[Feb 2018 – Apr 2018]

Our laser guided vehicle detects a laser pointer on ground or surface and follows it. The laser can therefore, be used to move the vehicle in a particular direction. It avoids collision through an ultrasonic sensor.
See Project

Aqua
[Jan 2018 – Apr 2018]

One of the most important aspect of any institution includes water management. It is crucial aspect as now-a-days water resources are very limited and nobody can afford its wastage. This project deals about automation in the water distribution and management with IoT. Water we use in day to day life, is municipality water. Through this project, we aim to make a model apartment in which the municipality water is distributed fairly and the process is automated using our embedded setup. The end user will have full knowledge and control about the water coming his home. An android application will cater this purpose. The user will get timely notifications and can respond from anywhere.
See Project

Mood Based Music Player
[Feb 2017 – Apr 2017]

A music player made using matlab which plays music depending upon user's mood. Mood is detected using user's facial expression.
See Project

Plant Nursery
[Aug 2017 – Nov 2017]

The project features a Smart Agriculture System using Raspberry Pi and Arduino. It allowed automatic/manual and efficient watering of the plants and crop management, depending on the current condition of soil and weather, from a web-based dashboard.
Youtube Link
See Project
Website

Telecom Billing - Data Structure Course Project
[Feb 2017 – Apr 2017]

For our project we chose Binary Search Tree(BST) as our data structure as the main focus of our project was on searching records and BST has average time complexity O(log n) and worst case O(n) for search, delete and insert operations. For searching records we have also used Trie data structure to search by name.
See Project