Content Management System Prototype

Built this project while learning a course at Udemy.
Technology used: PHP, MySQL, HTML, Bootstrap, CSS, JavaScript, jQuery.
Find the source code below!
  Attached link to code

Final Year Project

API Integration and Back-end Development with Payment gateway integration like AmazonPay, PhonePe, Google Pay, etc.
Below attached is the project report.
 Final Year Project Report

Image Steganography

To be updated soon!
Contact me to see other related documents and see the working of the app. Below attached is a document for basic reference.
 Image Steganography

Virtual Reality App

Built thid project as a part of a hackathon named Nasa Space Apps! This app generates a Virtual Reality environment based on the pictures shared by NASA which were captured using the infamous Hubble Telescope.
Contact me to see other related documents and see the working of the app. Below attached is a document for basic reference.

Smart Fish Tracking

Several studies have been performed in marine biology where the fish population is counted using volunteer divers. This has several drawbacks in comparison with underwater camera surveillance. Some fish species will hide themselves if divers appear, while, in the case of camera surveillance, the fish get used to the cameras. In recent years, underwater cameras have been used to study coral reefs. Several approach have been developed to detect and recognize fish using underwater camera footage, but this work is mainly restricted to more constrained environments. This project uses an improved version of the algorithms, where both fish detection and tracking are performed on live video footage recorded. The objective is to monitor the school of fishes underwater and count them. The prototype includes setting up an environment of fish in an aquarium, and the species used for experimental purpose is Guppy Fish (Poecilia reticulate).
The idea is to recreate the ocean environment in an aquarium and use it as a prototype to detect and track fishes. As the fish moves, the input video feed of their motion is taken and bounding box is applied onto them using background subtraction. Since there was a drawback when the camera would move, another technique named linear regression and histogram of oriented gradients is implemented where each fish is individually tracked and its path is monitored. We monitor the paths so that we can keep a count of the number of fishes to tabulate their population which is an input for methods implemented in the defined future scope.
Contact me to see other related documents and see the working of the app. Below attached is a document for basic reference.
 Smart Fish Tracking

Trash Out

Trash Out is an Android App developed using Android Studio. It takes the user's location from the mobile phone and fetches all the nearby geo-tagged waste bins so that the user can easily dispose any trash. The co-ordinates of the waste bins is taken from a pre-fed Database and using Dijkstra's algorithm, from the user's location to the various nearby bins, the nearest bin is pin pointed and the direction is loaded in the map shown in the app, using Google Maps API. Three classifications are done based on the type of trash as :

  • Biodegradable
  • Non-Biodegradable
  • Toxic
  • This app was presented at Hack2Help Hackathon held at Dayanada Sagar University in January, 2016 and was awarded with a certificate of Appreciation. This app focuses to promote the Swatch Bharath Andolan, and aims to create a cleaner and greener India.
    Contact me to read related documents and see the working of the app.