Life is what you make it.
WeatherApp is a Flask web application that provides weather information for a given location using the OpenWeather API. This project demonstrates how to build a simple web application with Flask and integrate it with an external API to fetch and display data.
This project is an online store developed as part of the first-year curriculum. It provides a basic e-commerce platform where users can browse products, add items to their cart, and complete the checkout process.
Deployment2 is an ASP.NET Core MVC web application designed to demonstrate the continuous deployment process using GitHub Actions and Azure. This project was created as part of the YouTube tutorial "Continuous Deployment of ASP.NET Core MVC Web App with GitHub and Azure | Visual Studio 2022".
This repository contains a facial recognition project implemented using Python, OpenCV, and the face_recognition library. The primary goal of this project is to recognize specific individuals from a set of images and to identify unrecognized faces in real-time using a webcam.