Skip to content
View MoazzamFarooqui's full-sized avatar

Block or report MoazzamFarooqui

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
MoazzamFarooqui/README.md
 ███╗   ███╗ ██████╗  █████╗ ███████╗███████╗ █████╗ ███╗   ███╗
████╗ ████║██╔═══██╗██╔══██╗╚══███╔╝╚══███╔╝██╔══██╗████╗ ████║
██╔████╔██║██║   ██║███████║  ███╔╝   ███╔╝ ███████║██╔████╔██║
██║╚██╔╝██║██║   ██║██╔══██║ ███╔╝   ███╔╝  ██╔══██║██║╚██╔╝██║
██║ ╚═╝ ██║╚██████╔╝██║  ██║███████╗███████╗██║  ██║██║ ╚═╝ ██║
╚═╝     ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝╚═╝  ╚═╝╚═╝     ╚═╝

███████╗ █████╗ ██████╗  ██████╗  ██████╗  ██████╗ ██╗   ██╗██╗
██╔════╝██╔══██╗██╔══██╗██╔═══██╗██╔═══██╗██╔═══██╗██║   ██║██║
█████╗  ███████║██████╔╝██║   ██║██║   ██║██║   ██║██║   ██║██║
██╔══╝  ██╔══██║██╔══██╗██║   ██║██║   ██║██║▄▄ ██║██║   ██║██║
██║     ██║  ██║██║  ██║╚██████╔╝╚██████╔╝╚██████╔╝╚██████╔╝██║
╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝  ╚═════╝  ╚══▀▀═╝  ╚═════╝ ╚═╝

CSIT Student | NED University of Engineering & Technology | Karachi, Pakistan

Profile Views GitHub LeetCode Email


About Me

  • BS CSIT student at NED University of Engineering & Technology
  • Passionate about Machine Learning, Artificial Intelligence, and Data Science
  • Enjoy building practical applications that solve real-world problems
  • Currently exploring Deep Learning and Computer Vision

Tech Stack

Languages

Python C++ C C#

AI / Machine Learning

scikit-learn TensorFlow Pandas NumPy OpenCV

Web / Databases

Streamlit MySQL HTML5 CSS3

Tools

Git Jupyter Unity Blender


Projects

Accounting ERP System

Full-Stack | Python · Streamlit · MySQL · ReportLab

A full-stack accounting ERP system developed as a university project to manage accounting operations digitally.

  • Double-entry bookkeeping implementation
  • Customer management and invoice generation
  • Dynamic PDF Trial Balance reports using ReportLab
  • MySQL database integration
  • Streamlit dashboard for managing accounts and transactions

Tetris AI

Game AI | C++ · Raylib · OOP

A playable Tetris game featuring an autonomous AI that evaluates board states and plays the game automatically.

  • Complete Tetris implementation in C++
  • AI decision-making using heuristic evaluation
  • Automatic gameplay with real-time rendering
  • Developed using Raylib and Object-Oriented Programming

Movie Recommendation System

Content-Based Recommendation | Python · scikit-learn · Streamlit

A content-based recommendation engine that suggests similar movies using metadata from the TMDB dataset.

  • Combined genres, keywords, cast, and director into feature vectors
  • Generated recommendations using TF-IDF Vectorization and Cosine Similarity
  • Retrieved movie posters dynamically through the TMDB API
  • Interactive Streamlit interface for movie recommendations

Car Price Prediction System

Regression | Python · scikit-learn · Streamlit

A machine learning application that predicts the selling price of used cars based on their specifications.

  • Preprocessed and cleaned real-world used car data
  • Encoded categorical features for model training
  • Trained a Linear Regression model using scikit-learn
  • Interactive Streamlit web application for real-time predictions

Mini Retail Billing System

x86 Assembly Language | EMU8086

A console-based retail billing application developed in x86 Assembly Language that simulates a basic retail checkout system.

  • Menu-driven shopping interface
  • Item-wise invoice generation
  • Automatic discount calculation
  • Billing logic implemented using arrays, procedures, and macros
  • Developed using EMU8086 for the CAO course

Thanks for visiting my profile!

Pinned Loading

  1. Accounting-ERP- Accounting-ERP- Public

    Accounting ERP system built with Python, Streamlit, MySQL, and SQLModel featuring double-entry bookkeeping, customer & vendor management, invoicing, general ledger, and financial reporting.

    Python

  2. Mini-Retail-Billing-System Mini-Retail-Billing-System Public

    JZ MART is a specialized retail billing application developed in 8086 Assembly Language, designed to bring automation to small-scale shop environments. The project’s name pays homage to the "Jump i…

    Assembly

  3. MoazzamFarooqui MoazzamFarooqui Public

    CSIT Student @ NEDUET | Exploring Machine Learning, Data Science & AI | Learning by building real-world projects

  4. NED-3rd-SEMESTER NED-3rd-SEMESTER Public

    Data Structures & Algorithms (DSA) in C++ | NED 3rd Semester coursework, labs, assignments & practice questions.

    C++

  5. NED-4TH-SEMESTER NED-4TH-SEMESTER Public

    Database Management Systems (DBMS) using SQL | NED 4th Semester labs & SQL practice questions.

  6. Recommendation-System Recommendation-System Public

    A content-based movie recommendation system built with Python and Streamlit that suggests similar movies using TF-IDF and cosine similarity.

    Jupyter Notebook