Academic Projects
Transliteration of Spoken language(English) to various Indian Languages : Background jobs are jobs in the SAP system that run in the background without affecting the normal operations in the system. Background jobs are used to reduce the manual effort and to automate the process. Created and monitored various SAP Jobs for automating the Delivery, Shipment and Invoice idocs
Hostel Food Management System : Developed an application using PHP and SQL to reduce the food wastage and calculate the approximate amount of food required to serve the students with error of 30%-40%. Similarly developed the android app for the same which would take account for the food required by students
Chat Application Using Socket Programming : Developed a Chat application using sockets in C programming language with Server-Client architecture where there was one admin and multiple clients where client/admin can send multiple messages and admin had the right to delete the message.
File Transfer Protocol (FTP) using Sockets : Developed a simple application to implement FTP using Sockets where there is file transfer from server-client and vice versa.
Newton’s method of interpolation using graphics : Developed an application to implement Newtons method of interpolation in C programming language, where the user selects the points on the screen and newton polynomial curve is displayed.
Rust in Peace: Developed a text-based game using Rust programming language, focusing on performance and type safety. The game involves player exploration, combat, and decision-making in a turn-based environment.
Recipe and Nutrition tracker: Developed an application in python and used the flask framework to deploy a website which gives the recipe based on ingredients and also calculates its nutritional value. Used the spoonacular and the edamam APIs to build and store the data in Cloudstore database.