-
FAST NUCES, Islamabad Pakistan
-
13:19
(UTC +05:00) - in/muhammad-anas-farooq
Highlights
- Pro
-
GeoTIFF-Visualizer Public
GeoTIFF Visualizer is a Python tool that uses GDAL and PyQt to display georeferenced images. It enables interactive zooming, panning, live coordinate tracking, and location marking on GeoTIFF files…
-
A Python simulation demonstrating camera forward projection and parameter estimation using the Direct Linear Transform (DLT) method with visualization of 3D world points, 2D projections, and camera…
Jupyter Notebook UpdatedFeb 16, 2025 -
RushHour Public
Rush Hour is a fast-paced single-player game where you become a taxi driver, navigating a bustling city to pick up passengers and drop them off at their destinations. Avoid obstacles, compete again…
-
BrickBreaker Public
Brick Breaker game made using assembly x8086 (masm) on DOSBox DOS Emulator (0.74.0.0).
-
Hamiltonian-Cycle Public
This project implements a solution for the Delivery Robot Hamiltonian Circuit problem using a recursive backtracking algorithm with priority queue optimization. The goal is to find a Hamiltonian ci…
-
calcPRO Public
A calculator for calculating the 3d print material cost.
-
Bomberman Public
A terminal-based recreation of the classic Bomberman game, built in C++ using the ncurses library. Navigate mazes, plant bombs, defeat enemies, and save your pixelated world! Featuring dynamic game…
-
FileSystem Public
File System using c++, contains the basic functionalities for the user such as create, delete, write and read a file. Also create, navigate and remove directories. The program isn't persistence mea…
-
Crossword Public
The Crossword Game application is designed to offer an engaging and interactive crossword puzzle experience with multiple themes. The application includes features such as theme selection, word clu…
-
We are required to make a circuit which can generate a 6-Bit Binary Number. And we must show the output both in binary and decimal representation. 2^6 = 64. So, the number must be in the range from…
1 UpdatedJan 5, 2025 -
Uni-Sphere Public
Uni-Sphere LMS revolutionizes education with an all-in-one desktop application. It integrates attendance monitoring, assignment management, quizzes, study materials, evaluations, and grading into a…
-
A deep learning project to predict and generate future video frames using models like ConvLSTM, PredRNN, and Transformers, leveraging the UCF101 dataset. The repository includes preprocessing, mode…
-
Implementation of a Jenkins multi-pipeline for a Flask calculator application. The pipeline includes steps for cloning a GitHub repository, installing dependencies, running unit tests, building a D…
-
BloggieMVC Public
Containerizing an ASP.NET Core web application along with a PostgreSQL database and pgAdmin for database management. Docker and Docker Compose are used to manage the containers and handle communica…
-
Built a pipeline to manage real-time environmental data using DVC, developed a time-series model (LSTM) with MLflow to predict pollution trends, and deployed the best model as an API using Flask. I…
-
-
-
-
PCN_LAB_ZERO_TASK Public
Writing python script to scrape product details from eBay for the topic "Psychology Book". Inserting the scraped data into a database. Creating a simple web page using Flask to display the retrieve…
-
SkyRunner Public
The SkyRunner project is a Java-based game designed to provide an engaging driving experience. The project involves multiple components, including UI management, game logic, media handling, and dat…
-
Efficient keyword-based document search engine in C++. Extracts words from documents, calculates term frequency and inverse document frequency, and ranks documents by relevance using TF-IDF. Output…
-
SportsAcademiesManagement Public
A software system for managing sports academies. The system will allow administrators to register and manage information about athletes, coaches, sports, facilities, reservations, subscriptions, an…
-
This project simulates the Multiple Partitions - Variable Regions (MVT) memory management technique for managing 2 GB of memory, with 512 MB allocated for the OS. It reads processes from ready.txt …
-
MentorMe Public
'MentorMe,' a mentorship app that seamlessly connects mentees with mentors. Contains essential features such as booking sessions with mentors, facilitating mentor searches, adding mentors to favori…
-
HostelMate Public
Hostel Mate is an android application designed to make the hostel management processes efficient for the owner and enhance the overall living experience for hostel residents. With a comprehensive s…
-
OpenCL Image Processing: Explore efficient image processing algorithms using OpenCL, a framework for parallel computing. Convert colored images to grayscale for tasks like skin cancer detection, le…
-
-
Top-Kth-Shortest-Path Public
Solving the K Shortest Path Problem using a combination of MPI for distributed computing and OpenMP for shared memory parallelization within MPI processes. The goal is to find the Kth shortest path…
-
FoodCatchers Public
A captivating Java arcade game, FoodCatchers challenges players to catch falling components(i.e fruits and pizza slices) in the product(i.e baskets and Pizza Box) while navigating through obstacles…
-
The system uses inter-process communication through pipes for exchanging information (weights) between processes. Each layer of the neural network is represented as a separate process, and each neu…