Backend | Django | Flask | Software Engineer
A real-time chat room web application built with Flask and Socket.IO, allowing users to create, join rooms to send text messages or share images.
A simple URL shortening API built using Django REST Framework and PostgreSQL, deployed on Railway. This service allows users to shorten long URLs using an MD5 hash-based algorithm.
A Django project which can detect facial emotions in real time (happy, sad, neutral, angry, fear, surprise). Implement using opencv library (cv2) and Deep Face library (deepface).
A Flask-based web app that retrieves and displays GitHub user details using web scraping (bs4). Users can search by entering a GitHub username to explore profile information interactively.