Anas Zafar (Anas1108)

Anas1108

Geek Repo

0

following

0

stars

Company:National University OF Computer And Emerging Sciences

Location:G11/3 Islamabad

Home Page:linkedin.com/in/anas-zafar-02aa75194/

Twitter:@anaszafar1108

Github PK Tool:Github PK Tool

Anas Zafar's repositories

Intensity-Slicing-and-Object-Count

This project implements intensity slicing to separate objects in a digital image and counts the number of pixels for each object. The implementation uses OpenCV library for image processing tasks.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Image-Processing-Tallest-Finger-Detection

Find the tallest finger in your hand images with ease! This repo provides a solution using computer vision & image processing. Written in Python with OpenCV & Numpy. Simply run the code from the command line with the input image path. Enhance your app's capabilities today

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Image-Processing-Brightness-and-Contrast-Transformations

This repository contains implementations of different brightness and contrast transformations that can be applied to images, including Log and Inverse Log transform, Power law nth power and nth root, and Power Law transformation.

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

ExploratoryDataAnalysis_On_NUCES_Admission_Dataset

This project preprocesses and analyzes NUCES University's admission dataset. The data will be cleaned and transformed to reveal valuable insights and improve the admission process efficiency. The project uses Pandas, Matplotlib, and Seaborn. The results will provide valuable insights into admission criteria and distribution.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Line_And_Scatter_Plot_Using_D3_On_Movies_Dataset

This project demonstrates the use of D3.js to plot a scatter plot (budget vs revenue) and line plot (average revenue over time) using a movies dataset.

Language:JavaScriptStargazers:0Issues:0Issues:0

London_GeoJson_MapVisualization_using_D3

Discover London GeoJson data with our interactive Graph & Map Visualization Solution using D3. View data with map, graph, & timeline visualizations. Advanced interactivity: pan, zoom, select, brush, link.

Language:HTMLStargazers:0Issues:0Issues:0

Metro_Data_WareHouse

The METRO DW prototype uses Mesh Join & Star Schema for sales, customer & inventory data analysis. Implemented in SQL & Java for fast, accurate, & consistent data retrieval. Offers valuable insights & can be queried with standard BI tools.

Language:JavaStargazers:0Issues:0Issues:0

Multimodal_Memes_Classification

Build a PyTorch-based multimodal architecture to classify memes using image & caption. Trained on a meme classification dataset, MLP architecture uses PyTorch, Numpy, Matplotlib, & Sklearn to achieve improved performance compared to baselines.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Particle-_Swarm_Optimization-PSO-_for_Feature_Selection

PSO feature selection improves classifier performance. Implemented in Jupyter Notebook with pandas, numpy, scikit-learn. PSO done from scratch. Results compared using accuracy, precision, recall, F1 score. Improves results compared to using all features. Can be applied to various classification problems.

Language:Jupyter NotebookStargazers:6Issues:0Issues:0

Genetic_Algorithm_for_Feature_Selection

Implements a genetic algorithm to select the most impactful features in a dataset to improve classifier performance. Written in Jupyter Notebook using pandas, numpy, scikit-learn. Results displayed with accuracy, precision, recall, F1 score comparison to using all features.

Language:Jupyter NotebookStargazers:6Issues:0Issues:0

Census_Income_DataSet_Classification

Classify individuals using Census Income dataset and Naïve Bayes/Logistic Regression. Preprocess data, train algorithms, evaluate performance with accuracy, precision, recall, & F1 score.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Segmentation_And_Classification_of_Diabetic-Retinopathy

Develop machine learning model to detect diabetic retinopathy in eye images using k-mean clustering, image segmentation, and image classification with ANN, CNN, ML. Requires Numpy, OpenCV, Tensorflow, Sklearn.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Object_Recognition_In_CIFAR-10_Images_Dataset

This project performs object recognition using CIFAR-10 and CNN/Random Forest models in Python. It preprocesses data, trains models, evaluates performance and compares results with the goal of high accuracy and feature importance understanding. The final output includes a comparison of the models and insights.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Heart_Attack_Prediction

Classify Heart Attack dataset using 3+ ML models and perform Exploratory Data Analysis for insights. Preprocess data, apply majority voting for final prediction, aim for accuracy & F-score over 65%. Use Numpy, Pandas, Sklearn, Matplotlib. Final report & insights on methodology & results expected. Run code in Jupyter Notebook.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Distributed_System_DataBase

Distributed System Data Base implemented in C++ using B-Trees to manage and manipulate the death rate dataset efficiently.

Language:C++Stargazers:1Issues:0Issues:0

CandyCrush_Game

A C++ implementation of the popular Candy Crush game using object-oriented programming & SFML library for graphics. Matches candies to score, swap adjacent candies. Game ends when score reaches a certain level or out of moves. User input via mouse clicks. No saved progress.

Language:C++Stargazers:0Issues:0Issues:0

Puzzle_Game

A C++ command line puzzle game where player rearranges pieces to complete a pattern. Input: puzzle size, piece state. Output: puzzle state after moves. ASCII characters represent pieces, no progress saved.

Language:C++Stargazers:0Issues:0Issues:0

Maze_Game

A C++ implementation of a command line maze game where the player navigates through a maze, avoiding walls and obstacles to reach the exit. Input includes maze size and layout, and output shows the maze and player's position after each move. ASCII characters represent the maze and player.

Language:C++Stargazers:0Issues:0Issues:0

Game_of_Life

The Game of Life is a simple yet powerful simulation that demonstrates how complex behavior can emerge from a small set of simple rules.

Language:C++Stargazers:0Issues:0Issues:0