Below are some of my independent and coursework projects. For a comprehensive list, please visit my GitHub profile.
E-Commerce DevOps Implementation
Implemented DevOps practices such as containerization, Container orchestration, Infrastructure as Code and CI/CD for a multi-microservice architecture based E-commerce website. Good Understanding of AWS cloud and experience using AWS networking concepts like VPC and Load balancers, and exposing the Frontend securely to the external users by mapping the Route 53 DNS nameservers with the Domain provider
Visualization of Market
A react project that shows the prices of NIFTY 50 and NIFTY Bank for the range of dates provided using the golang backend service connected to mysql server.
Task Box
A command-line interface application using the Typer framework to streamline and enhance task management for Linux users.
Gesture Control Car
Built a gesture-controlled car using OpenCV, enabling real-time hand gesture recognition to drive the vehicle. The system processes camera input to interpret gestures like directional swipes for movement. This project showcases the integration of computer vision and robotics for intuitive control.
New-York Taxi Fare Prediction
New York taxi price prediction uses historical trip data and linear regression to model the relationship between fares and factors like distance, time, and location. The trained model predicts fares for new trips and can be integrated into real-world applications.