Muneeb1030
Associate Python Developer at Ibtidah Solutions.
Ibtidah-SolutionsSahiwal, Punjab, Pakistan
Pinned Repositories
2048-Game-Cpp
A captivating and strategic number puzzle game developed using SFML and C++, challenging players to merge tiles and reach the 2048 tile.
Autotrader_Web_Scapper
Auto-Trader is website for selling and buying cars. This scraper takes a List of search parameters and scrapper the website against them
BallTower-Unity-Android-Basics
This project is a simple game demonstrating physics interactions where a ball attached to a spring hits cubes to knock them down.
DataAnnotation
This streamlines the process of annotating data for machine learning tasks, making it easier and more efficient for teams to create labeled datasets by leveraging Label Studio and Bulk
EDA-of-Physionets-ECG
EDA of Physionet Data set regarding "A Large Scale 12 Lead Electrocardiogram Database for Arrhythmia Study 1.0.0". This project focuses on the preprocessing of electrocardiogram (ECG) signals and utilizes Principal Component Analysis (PCA) for dimensionality reduction
FineTune-Tiny-Llama
Fine-tuning the Tiny Llama model to mimic my professor's writing style using the Llama Factory. The project involves data collection, preprocessing, preparation, fine-tuning, and evaluation.
Quizzy-Game
This Unity 2D game challenges players to match icons with statements by dragging and dropping them into the correct answer region.
Simple-Driving-Unity-Android-Basics
This project is a simple yet engaging driving game designed for Android devices. Players navigate a track using intuitive tap controls to steer their car, collecting points and avoiding obstacles.
StreamlitDash
Interactive Streamlit dashboard for visualizing traffic hotspots and POIs in Lahore, utilizing geospatial data to identify and analyze urban mobility patterns. Explore the dynamics of Lahore’s streets—feedback and contributions are encouraged!
ZigZag
This Unity game challenges players to control a vehicle that moves left and straightens in a zig-zag pattern upon tapping the screen.
Muneeb1030's Repositories
Muneeb1030/BST-AVL-Representor-SFML-Data-Structures-Cpp
The BST and AVL Tree Visualization is a C++ program that utilizes the SFML library and object-oriented programming (OOP) to represent and visualize Binary Search Trees (BST) and AVL Trees.
Muneeb1030/Truth-Table-Generator-Data-Structures-Cpp
The Truth Table Generator is a C++ program that evaluates logical expressions with NOT, AND, and OR operators. It uses object-oriented programming and data structures to generate truth tables, handling bracketed expressions and converting them to postfix notation for accurate evaluation.