Pinned Repositories
Hope_Speech_Detection
Hope Speech Detection (Shared Task from Workshop on Language Technology For Equality, Diversity, Inclusion Shared Task (LT-EDI) in 2021 and 2022) using Machine Learning & Deep Learning
dbms-PROject
A full fledged banking application with endpoints allowing both the management as well as the customer to interact with the database. Developed with angular and NodeJS deployed on heroku and db4free.net.
cloud-pip-package
Compilers_Assignment_2
Implemented an LLVM pass designed to detect array accesses with NULL bases at runtime. It uses data flow analysis to identify array accesses where the array base is guaranteed not to be NULL, ensuring that null pointer dereferences are caught and handled appropriately.
FCS_Project
Propertea.in is a secure platform designed to enable property transactions and document verification in the real estate industry. The focus of this project is to create a portal that facilitates the secure exchange and verification of property-related documents and enables secure transactions during property buying, selling, and renting.
MapswithDjango
A simple Django based web app that that enables a user to search for a location and find the same on a map.
NLP_Project
P2P_Distributed_System
AP_WillHero
Final AP Project Repository, submitted by Tanishk Goyal (2020141) and Diksha Sethi (2020056)
Color-Quest
Color Quest is an Android app, developed in Kotlin, which allows the users to snap a photo of anything and turn it into a personalized coloring page.
dikshasethi2511's Repositories
dikshasethi2511/SafeGC
Implemented a conservative garbage collector (SafeGC) for the C programming language.
dikshasethi2511/Compilers_Assignment_2
Implemented an LLVM pass designed to detect array accesses with NULL bases at runtime. It uses data flow analysis to identify array accesses where the array base is guaranteed not to be NULL, ensuring that null pointer dereferences are caught and handled appropriately.
dikshasethi2511/FCS_Project
Propertea.in is a secure platform designed to enable property transactions and document verification in the real estate industry. The focus of this project is to create a portal that facilitates the secure exchange and verification of property-related documents and enables secure transactions during property buying, selling, and renting.
dikshasethi2511/P2P_Distributed_System
dikshasethi2511/Mobile_Computing_Assignment_1
Created an Android application designed to provide users with a seamless journey tracking experience. The app allows users to monitor their progress, view upcoming stops, and easily switch between metric and imperial units.
dikshasethi2511/cloud-pip-package
dikshasethi2511/NLP_Project
dikshasethi2511/MapswithDjango
A simple Django based web app that that enables a user to search for a location and find the same on a map.
dikshasethi2511/Sign-Language-Detection
Created a Flask-based application for conversion of American Sign Language hand gestures to text format in real-time. Using OpenCV extracted the outline of the hand and trained a CNN model to predict the correct alphabet. Tech Stack: Python, OpenCV, Keras, TensorFlow, HTML, CSS, Flask
dikshasethi2511/SocioEconomicSimulator
In this project, we attempt to simulate various paradigms about the impact of sociological factors on a simple economic world.
dikshasethi2511/CSE112_Assignment1
Designed and implemented a custom assembler and a custom simulator for a given ISA.