Projects
NeoPack Toolkit
Tired of going to multiple websites for daily file operations like file conversion, image compression, stock analysis and more? NeoPack is a one-stop solution for all your operations from file conversions to stock market analysis. It offers a wide range of tools to help you with your daily tasks.
Noteo
Cannot trust cloud services with your notes? Noteo is a locally-hosted note-taking application that allows you to store your notes securely on your own server. It offers a simple and intuitive interface for managing your notes, making it easy to organize and access them.
Mini Projects
Dear-Batman
A small console game written in C#. Simulating a scenerio where The riddler riddles Batman. The stakes are REAL! Be cautious when answering riddlers riddles!
Image-Color Compressor
Used Machine Learning to compress an image using the K-Means Algorithm, The K-Means Algorithm is a popular unsupervised machine learning technique used for clustering data.
Anomaly Detection System
Machine Learning Application to detect irregularities in large networks of devices in data centers. Such systems are commonly used for security purposes and monitoring
Recommendation System
This project implements a recommendation system using deep learning. Feature engineering played an important role in accurately recommending expected predictions.
AWS Polly
This project implements an AWS Polly-based text-to-speech web application. It features an HTML/JavaScript frontend for user input and a Python backend that interacts with AWS Polly. The system uses chunked HTTP requests to stream audio data efficiently
Stock Prediction Algorithm
demonstration of machine learning techniques to predict stock prices using the scikit-learn library in Python. the algorithm uses historical stock data, i.e features such as opening, closing prices, etc.