Pinned Repositories
Assignment-1_Journey-App--The-First-Android-App
This is the first android application I developed. The JourneyApp is a simple Android application designed to simulate a journey through multiple stops along a route. It allows users to track their progress, switch between routes, and switch between units of distance measurement (kilometers and miles).
Binary-Calculator
Midterm Application, A simple binary + decimal calculator which can perform addition and subtraction.
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Computer-Organization-Assembler_Simulator
Assembler and Simulator created in group as a project in semester 2
DataBackupApp-Project
Mobile Computing 2024 project. Allows user to backup file to Google Firebase storage as well as upload any of there choice file on the cloud. Also stores most frequently used file into local storage from cloud. Works on latest android versions, utilizes media store, kotlin, room database api, Firebase. For accessibility provides talkback feature.
Distributed-Systems-ZeroMQ-RabbitMQ-gRPC
Assignment Of the Course Distributed Systems, consist of three subparts using RabbitMQ, ZeroMQ,gRPC
Machine-Learning-Assignments
All completed assignments of CSE 343/543 Machine learning course, took in IIITD in Monsoon Semester 2023
Severity_Index
Machine learning project done during Monsoon Semester 2023 in IIITD.
TCP_Server_And_Reciever
Project done during monsoon semester 2023 in IIIT-D. Implementation of a tcp reciever
Volume_Renderer
Volume Renderer, a testament to the power of computer graphics. This project was undertaken during the Monsoon 2023 semester at the Indraprastha Institute of Information Technology, Delhi (IIITD).
DeepanshuDabas03's Repositories
DeepanshuDabas03/Assignment-1_Journey-App--The-First-Android-App
This is the first android application I developed. The JourneyApp is a simple Android application designed to simulate a journey through multiple stops along a route. It allows users to track their progress, switch between routes, and switch between units of distance measurement (kilometers and miles).
DeepanshuDabas03/DataBackupApp-Project
Mobile Computing 2024 project. Allows user to backup file to Google Firebase storage as well as upload any of there choice file on the cloud. Also stores most frequently used file into local storage from cloud. Works on latest android versions, utilizes media store, kotlin, room database api, Firebase. For accessibility provides talkback feature.
DeepanshuDabas03/Machine-Learning-Assignments
All completed assignments of CSE 343/543 Machine learning course, took in IIITD in Monsoon Semester 2023
DeepanshuDabas03/Binary-Calculator
Midterm Application, A simple binary + decimal calculator which can perform addition and subtraction.
DeepanshuDabas03/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
DeepanshuDabas03/Computer-Organization-Assembler_Simulator
Assembler and Simulator created in group as a project in semester 2
DeepanshuDabas03/CSE222-Algorithm_Design_And_Analysis
Contains all the Theory Assignments and Programming Labs done during Winter-2023 in CSE222
DeepanshuDabas03/CSES-Problem-Set-Solutions
DeepanshuDabas03/Decision-Tree-From-Scratch
Implementation of decision tree from scratch using numpy and pandas only. Supports both type of cost function, information gain as well as gini index
DeepanshuDabas03/DeepanshuDabas03
DeepanshuDabas03/Distributed-Systems-ZeroMQ-RabbitMQ-gRPC
Assignment Of the Course Distributed Systems, consist of three subparts using RabbitMQ, ZeroMQ,gRPC
DeepanshuDabas03/Grid
Welcome to the Flipkart Grid Product Recommendation System project! This project utilizes Next.js and was bootstrapped with create-next-app.
DeepanshuDabas03/Jumble-Bumble-Simple-Game-In-Python
A simple game designed during initial days of learning Python as a assignment in Intro To Programming Course
DeepanshuDabas03/Severity_Index
Machine learning project done during Monsoon Semester 2023 in IIITD.
DeepanshuDabas03/TCP_Server_And_Reciever
Project done during monsoon semester 2023 in IIIT-D. Implementation of a tcp reciever
DeepanshuDabas03/Volume_Renderer
Volume Renderer, a testament to the power of computer graphics. This project was undertaken during the Monsoon 2023 semester at the Indraprastha Institute of Information Technology, Delhi (IIITD).
DeepanshuDabas03/Image_Classifier
Image classifier which uses tensorflow lite along with nnapi delegate, also uses some native code. Additional functionalites: restricted image access: only allow app to access image you allow.
DeepanshuDabas03/K-Means_Map-Reduce
This project implements a distributed K-means clustering algorithm using a custom-built MapReduce framework. It is designed to handle potentially large datasets by distributing the clustering workload across multiple processes or machines. Uses gRPC for the communication between mapper, reducer, master
DeepanshuDabas03/OOPS_Project
All object oriented projects in this repository.
DeepanshuDabas03/os
This repository contains Operating system assignments
DeepanshuDabas03/Sensor_App
Sensor App which fetches data from sensors continuously and display it on screen. Also have otpion to store and retrieve data to Downloads folder.
DeepanshuDabas03/Tank_Stars_Game_Java_Project
Java Project done during winter semester 2022
DeepanshuDabas03/Weather-App
This Android application use Open-Meteo API to retrieve weather information, either current or historical. It empowers users to input a location (latitude/longitude) and date to acquire the corresponding maximum and minimum temperatures for that specific time and place.