Skip to content
View afaqfaiz's full-sized avatar

Block or report afaqfaiz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
afaqfaiz/README.md

Hi there πŸ‘‹, I'm Afaq Ahmad

Computer Science Student | Python Developer | Backend Engineer

I'm a Computer Science student from Information Technology University Punjab (ITU Punjab) passionate about building intelligent applications, solving real-world problems, and continuously learning new technologies.


About Me

  • πŸŽ“ Computer Science Student
  • 🐍 Python Developer
  • πŸ’Ž Ruby On Rails (ROR)
  • 🌐 Backend Engineer
  • πŸ€– Interested in Artificial Intelligence and Automation
  • πŸ“š Experinced in Web Scraping and Automation

πŸ› οΈ Tech Stack

Languages

  • Python
  • JavaScript

Backend

  • Django
  • FastAPI
  • Node.js
  • Express.js

Frontend

  • React.js
  • HTML5
  • CSS3

Databases

  • MongoDB
  • MySQL
  • PostgreSQL

Other Technologies

  • Web Scraping
  • Git & GitHub
  • GitHub Actions and Docker
  • Linux
  • REST APIs

πŸ“Œ Featured Projects

Smart Surveillance β€” Shoplifting Detection

An AI-powered surveillance system for detecting suspicious activities and shoplifting events from video streams.

WebP to JPG Converter (Vercel Serverless)

Serverless API that converts the response format of WebP image URLs to JPG using Node.js + Sharp. Deploy on Vercel and use with ?url= parameter. Perfect for Shopify bulk listings. link: webp-to-jpg-vercel

CSV Drag-and-Drop Editor

A React application for editing CSV data with drag-and-drop functionality, row locking, and file export capabilities.

πŸ•·οΈ Web Scraping Projects

Python-based scripts and tools for extracting, processing, and analyzing data from websites.


πŸ“« Connect With Me

Pinned Loading

  1. Window-fast-file-search Window-fast-file-search Public

    Fast desktop file search application built with PyQt6 using trigram-based inverted indexing for ultra-fast filename searching. Supports extension filtering, real-time indexing, file explorer view, …

    Python

  2. webp-to-jpg-vercel webp-to-jpg-vercel Public

    Serverless API that converts the response format of WebP image URLs to JPG using Node.js + Sharp. Deploy on Vercel and use with ?url= parameter. Perfect for Shopify bulk listings.

    JavaScript 1

  3. Secure_End-to-End_Messaging_System Secure_End-to-End_Messaging_System Public

    Secure end-to-end encrypted messaging system built with FastAPI and Python. Uses RSA-AES hybrid encryption, bcrypt password hashing, session-based authentication, and TLS (HTTPS) to protect communi…

    Python

  4. EXPLORATORY-DATA-ANALYSIS EXPLORATORY-DATA-ANALYSIS Public

    A Python project performing Exploratory Data Analysis (EDA) using Pandas, NumPy, Matplotlib, and Seaborn. It includes data cleaning, visualization, statistical summaries, and insights extraction to…

    Jupyter Notebook

  5. AI-News-Classifier AI-News-Classifier Public

    AI_Project_news-classifier is a machine learning-based news classification system that automatically categorizes news articles into multiple classes such as Real News, Health Misinformation, Politi…

    Jupyter Notebook

  6. client-server-file-sharing client-server-file-sharing Public

    Client-Server File Sharing system built as an Operating Systems project. Implements TCP socket communication for file transfer between clients and server, supports multiple clients, file upload/dow…

    C