• Stars
    star
    2
  • Language
    Python
  • Created almost 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Developed an Intrusion Detection System which can detect Intruders. It also makes an Alarm sound when detected to sound or warn the authorities or nearby individuals. Ideal to be used along with CCTVs for wide-area Surveillance purposes.

More Repositories

1

Satellite-Imagery-Road-Extraction

Developed a Software for semantic segmentation of remote sensing imagery using Fully Convolutional Networks (FCNs). Initially, this software developed for extracting the road network from high-resolution remote sensing imagery. And now, this software can be used to extract various features (Semantic segmentation of remote sensing imagery). This project can also extract from Vector Data. This is part of my Internship at ISRO (Indian SPace Research Organization)'s NRSC (National Remote Sensing Centre) campus.
Python
21
star
2

UPI-Pay

The project "UPI Pay" is an Android Application to make Payments through UPI (Unified Payments Interface). The Amount, UPI ID, Name and Remarks are set through the App, and when the button is clicked, the entities are Parsed into the selected desired application and after authenticating, the Payment is made to the specified Reciever. Made this project to demonstrate the support and integration of UPI Payment gateway into custom 3rd party applications.
Java
12
star
3

Filter-Inator

Filter-Inator is a Face-Filter android application based on Augmented Reality. The app projects certain 3D models as Filters on top of the face when detected by the rear camera. AR face filters are implemented using face tracking technique that track the position of face landmarks and a 3D rendering engine that displays the AR filter the way the user sees it.
Java
7
star
4

Cloud-and-Fog-removal-System-using-Generative-Adversarial-Networks-Satellite-Image-Processing

Developed an AI System based on Generative Adversarial Networks (GANs) to predict and remove the Clouds and Fog from an Image captured from Satellite. Gets input of a Satellite Image with Clouds and outputs a predicted landscape without clouds. Demo prototype for my internship at ISRO Hyderabad campus National Remote Sensing Centre. Actual project has been configured and tested through Bhuvan.
Python
6
star
5

AI-Covid-19-Lockdown-Maintainer-System

This AI system uses computer vision and machine learning to identify people roaming even after the lockdown is issued and sends an alert at the time to the mobile app which is accessible by authorised login credentials
CSS
5
star
6

PokemAR

Pokem"AR" is a small mimic of the famous Augmented Reality game Pokemon Go. Here Geo Location is not being used and the models are not implemented in a real-time world. A 3D game object appears as Pokemon and when touched the ball, it automaticaly collides with the Game Object and the details of the Pokemon are stored and displayed through PokeAPI.
Kotlin
5
star
7

WallEasy

The "WallEasy" is a highly flexible and robust e-wallet mobile application. With this, the User can very easily manage, send and recieve money within his/her circle. Supports other payment options too. This is a Cross-Platform application, so it can be used for Android and iOS devices with a single codebase. Currently it consists only of UI elements, but can later be configured and linked to a Remote Database and APIs to provide further functionalities.
Dart
4
star
8

Bulk-Email-Sender

Python
3
star
9

Coder-HCJ

The "Coder HCJ" is a testing and showcasing platform for user created HTML, CSS and JavaScript code snippets. It allows to write code in the browser, and see the results of it as it builds.
JavaScript
3
star
10

PlayAR

The Play"AR" is an Augmented Reality playground. The main intention of this project is to play with and test various pre-built models on many surfaces not restricting to only flat ones to attain a live demonstration of Augmented Reality in various scenarios. The objects being Augmented include 3D models, 2D models, Animated models and much more. Multiple Game Objects can be placed simultaneously on a surface.
Kotlin
3
star
11

PhonePe-Clone

Developed a Clone of the "PhonePe" Android Application. Currently it consists only of UI elements, but can later be configured and linked to a Remote Database and APIs. Extensively used Dynamic Widgets to load the required Resources and Assets, also made the app highly responsive and compatible with various screen sizes.
Java
3
star
12

Google-Pay-Clone

Developed a Clone of the "Google Pay" mobile application. This is a Cross-Platform application, so it can be used for Android and iOS devices with a single codebase. Currently it consists only of UI elements, but can later be configured and linked to a Remote Database and APIs to provide further functionalities.
Dart
3
star
13

Land-Cover-Classification-Satellite-Image-Processing

Developed a and Cover Classification system using Satellite Image Processing with the help of Remote Sensing images. The system can classify between Forest land, Agricultural of Paddy fields nd Urban areas from a given Dataset. All the step by step procedure has been done and executed in the Jupyter notebook. The system can also clasify the Land cover into various other categories as well as shown in the Sample predicted results.
Jupyter Notebook
3
star
14

NASA-MATB-II-System

Designed, developed and implemented various improvements for the existing NASA MATB-II interface software (Multi-Attribute Task Battery) and demonstrated in a real-time scenario. The Multi-Attribute Task Battery (MATB-II) is a computer-based task designed to evaluate operator performance and workload. MATB provides a benchmark set of tasks and analogous to activities that aircraft crew-members perform in flight, with freedom to use by non-pilot subjects. Developed the project as a part of my Internship at DRDO (Defence Research and Development Organisation)'s Delhi headquarters.
C#
3
star
15

Generation2

2
star
16

Text-Recognition-Android-App

The android app scans a text using OCR and gives a predicted value in the TextView as shown in the Demo.
Java
2
star
17

Meal-App

Developed the "Meal App" Android application to show a list of Dishes with photos and names fetched from a remote API from www.themealdb.com. Used MVVM Architecture and Java as programming language.
Java
2
star
18

Airports-Authority-of-India-Digital-Inventory-System

Developed an Android Application which can be used to easily check, maintain and keep a track of details about industrial equipments and also the service history with basic CRUD Operations. Details can also be changed by authorized personel from the client side application to the remote server.
Java
2
star
19

Write-Together

The "Write Together" is a collaborative whiteboard tool which allows two simultaneous users to draw on a single sheet of pallete with multiple colors to choose from. Can be efficiently used to conduct whiteboard technical interviews.
JavaScript
2
star
20

a-Live-Coder

A Collaborative Code editor for pair programming, interviews, teaching and a lot more. The "a-Live Coder" is a code pair platform where users can share an interactive editor and write code together. It has language support for C++, Java and python. This application is based on the concept of operational transformation which forms the basis for a shared editor. Video calling is also provided within this application. It has some similar features as provided by HackerRank's CodePair platform.
JavaScript
2
star
21

Google-Meet-Clone

Developed a clone of "Google Meet". Used WebRTC to establish peer-to-peer connection and used Firebase real-time database. Currently can accomodate upto 12 users, in progress to increase the capacity. Used Netlify to deploy the webapp.
JavaScript
2
star
22

Mask-Detection-with-Alarm-System

Developed a Mask Detection AI System which makes use of an external camera and the detects if a subject is not wearing mask. Also when detected presence without mask, the system emmits an alert sound to notify.
Python
2
star
23

TypeColab

The "TypeColab" is a Collaborative Text Editor. If a user is using the website, another user can join with the same URL and they will be added into the same room and can type simultaneously in the single editor. Currently it supports only two users in a single room. It also has features to make the Text style in Bold, Italics and Underline them.
TypeScript
2
star
24

LinkedIn-Mobile-App-Clone

Developed a clone of the "LinkedIn App". Used Flutter SDK and Dart programming language to make it a cross-platform application i.e. to have support for both iOS and Android with a single codebase. Currently it consists only of limited functionalities with static user interface elements, but can later be configured to fetch data from a remote database or server with the help of APIs.
Dart
2
star
25

FamPay-Android-Assignment

Developed a standalone container that displays Contextual Cards which are Dynamic and their properties like images, color, texts, buttons, etc., can be changed from backend at anytime. The Contextual Cards are rendered based on a API response whose Link is given below. Built the project as a part of the Selection process for Android Engineering Intern at FamPay.
Java
2
star
26

Razorpay-Payment

The project "Razorpay Payment" is an Android Application to make Payments through Razorpay Interface. Integrated Razorpay Android Standard SDK to the existing app and used hardcoded values to set Payee details. The amount to be Payed is set by the User from the App which is Parsed into the API to send the Payee the specified amount in Rupees. Made this project to demonstrate the support and integration of Payment gateways into custom 3rd party applications.
Java
2
star
27

Real-Time-Emotion-Recognition-System

Developed a Real-Time Emotion Recognition System using Deepface. The system can detect and recognize Emotions in a Real-Time streaming video or through a live webcam and display the results in the screen.
Python
2
star
28

LinkedIn-Web-App-Clone

Developed a clone of the "LinkedIn" web app. Used React.JS for the front-end and Firebase for backend service, storage and authentication and to make the project as much flexible as possible. Currently it consists only limited features and functionalities when compared to the original LinkedIn website.
JavaScript
2
star
29

Chef-s-Choice

Developed a React app to search for various Recipes from many categories. Displays the Ingredients through Pop-up to increase user engagement within the website just to get the preliminary details. Also has implemented a feature to show detailed step-by-step procedures on how to cook the particular Dish. Also made the website completely responsive. Used edamam's 3rd party API and Axios for easier API Integration.
JavaScript
2
star
30

Generation3

1
star
31

BooKart.com

Developed a robust and beautiful Web App of an Online Book Store. Made the website highly responsive and compatible with various screen sizes. Made use of various frontend libraries to improve the user interface and user experience. Can easily configured to a scalable system.
HTML
1
star
32

Kubernetes-Java-Project

Illustration of Deployment of a Java project into Kubernetes for Monitoring and Scaling.
Java
1
star
33

GPay-Payment

Developed an Android Application to make Payments through Google Pay. Integrated Google Pay API to the existing app and used hardcoded values to set UPID. The amount to be transferred is set by the User from the App which is Parsed into the API to send the reciever the specified amount in Rupees. Made this project to demonstrate the support and integration of Payment gateways into custom 3rd party applications.
Java
1
star
34

Satellite-Image-Road-Recognition

Satellite Image Processing project for Road Recognition and Extraction.
Python
1
star
35

Kubernetes-Cluster-Deployment

Project that displays its details when Deployed to a Kubernetes Cluster
Dockerfile
1
star
36

IBM-Watson-Translator-Android

An Android App that can translate Text between 90 different languages, developed using IBM Watson Studio and RESTful API.
Java
1
star
37

Chatterbox

The "Chatterbox" is a real-time group chat application. With this you can join a specified room to chat, send the geographical location to other users in the room if permission is granted, automatically scroll down upon receiving a new message and it is also a responsive web design.
JavaScript
1
star
38

DRDO-Augmented-Reality-Project

An Augmented Reality Application that uses Target Images to project a 3D model on the top of the surface. Also provides short descriptions and characteristics of the particular model. Currently programmed to display military vehicles, armaments and weapons on top of its respective blue-print. Developed the project as a part of my internship period at DRDO (Delhi).
1
star
39

Resume-inator

The project "Resume-inator" is an online open-source resume builder. It is very easy to and the resume can be built within minutes. The required input fields are entered by the user, and then based on the details, the Resume is generated. Currently, it supports only 2 templates. Highly inspired from Overleaf resume and novoresume.
JavaScript
1
star
40

Sherlock-Checker

The project "Sherlock Checker" is a Plagiarism Checker system that is used to detect plagiarism in files using cosine similarity. To compute the similarity between the two files, the raw data is transformed into vectors, and then to arrays of numbers and then used vectors to compute the similarity between the files and prints the value in Decimals where 1.0 indicates 100%.
Python
1
star
41

Copy-Catcher

The project "Copy-Catcher" is a simple plagiarism detection tool in python code, the basic idea is to normalize python representation and use difflib to get the modification from referenced code to candidate code. The plagiarism defined is how many referenced code is plagiarized by candidate code, which means swap referenced code and candidate code will get different result. The Similarity of the two files are being compared here.
Python
1
star
42

Bat-Encrypter

The project Bat-Encrypter is an Authentication system supported with Password Encryption and Decryption. Used CryptoJS for the encryption and decryption functionalities and displaying the values through Console Log. Currently, it only Encrypts the user's Password and Decrypts the same value. Can later be integrated into scalable and flexible applications to support client side encryption and decryption from the server response for an incresed Security. Made the project to demonstrate Encryption and Decryption of user password.
HTML
1
star
43

My-Jio-App-UI-Clone

Developed the "My Jio App" clone using flutter. Right now it only consists of UI elements but can later be configured for backend just with POST and GET requests over an API or a Database.
Dart
1
star
44

AR-Gallery

The AR Gallery is an Augmented Reality based Photo Viewer android application. It stimulates the perspective or point of vision of a real-time gallery. The AR Gallery is recognizable for mobile devices and can be seen by opening the app and aiming the camera of mobile phone or tablet at a flat surface. The images changes according to the movements of the mobile device used for viewing.
Kotlin
1
star
45

FastRec

The project "FastRec" is a Vehicle Liscence Plate Recognition system. It detects the liscense plate of a vehicle from an Image, and then extracts it into Text format as shown in demo. First it reads the Image in Grayscale and Blur. Then the bilateral filter is applied and the edged are found for localization. Later, we find the Contours and apply Mask. Finally used Easy OCR to read text and Renders the result.
Jupyter Notebook
1
star
46

PathFinder-Player

Developed an MMORPG game where a simple Player finds the shortest movable path and moves to the designated area on the Terrain when right-clicked. Used NavMesh Agents and Obstacles to develop the Game. This method is used on all MOBA and MMORPG based games like League of Legends, Dota 2, World of Warcraft, etc and on GPS and Navigation systems too.
ASP.NET
1
star