m-aamir95
Passionate about Computer Science and related fields. Have a Master's degree in Data Science. I like to travel and explore. Per Aspera Ad Astra,
Pakistan
Pinned Repositories
Bulb-IO
Basic Android App, to control my room light, controlled by NODEMCU, using Volley for managing HTTP requests
dog-species-classification-streamlit-app
Dog Species Classification App: Classify 120 breeds using Inception-V3. Frontend powered by Streamlit for rapid, intuitive development.
fastapi-ml-service
Introducing the Sentiment Classification Application—a focused tool using DistilBERT to analyze negative sentiments in Amazon appliance reviews. The FASTAPI backend, connected to a MySQL database, efficiently manages data. A simple ReactJS frontend aids testing. Docker simplifies deployment with three containers.
Pytorch-Research-of-Image-Deblurring-Based-on-the-Deep-Neural-Network
This repository is Clean and scratch implementation of research paper "Research of Image Deblurring Based on the Deep Neural Network". Celeba Facedataset is being used to remove blur from images.
Rideshare-FYP
My Final year project for BSCS, a ridesharing application inspired by uber , drivers can share the ride with passengers if they are going to the same destination
teamtrees
Small Android Application which continuously scraps, extracts, updates Total tree count from www.teamtrees.org a combined initiative taken by youtube community to plant 20M trees by the end 2019
m-aamir95's Repositories
m-aamir95/dog-species-classification-streamlit-app
Dog Species Classification App: Classify 120 breeds using Inception-V3. Frontend powered by Streamlit for rapid, intuitive development.
m-aamir95/fastapi-ml-service
Introducing the Sentiment Classification Application—a focused tool using DistilBERT to analyze negative sentiments in Amazon appliance reviews. The FASTAPI backend, connected to a MySQL database, efficiently manages data. A simple ReactJS frontend aids testing. Docker simplifies deployment with three containers.
m-aamir95/awesome-system-design
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
m-aamir95/Defining-Preprocessor-Flags-G--Make
A simple hello world program to learn and test the process of defining and using preprocessor compiler flags using `make` and `g++`
m-aamir95/DSA-java-practice
This repository contains various DSA practice codes from leetcode, codewars, and other random challenges
m-aamir95/DSA-Rust-Reborn
DSA-Rust-Reborn, contains various DSA problems and their RUST based solutions, I have another repo which is called DSA-RUST, but does not have a good file organization structure, also it does not provide tests as well.
m-aamir95/Experimenting-Codespace
Trying to experiment and learn github codespace
m-aamir95/GitHubGraduation-2022
Join the GitHub Graduation Yearbook and "walk the stage" on June 11.
m-aamir95/Guess-The-Number-RUST
A practice code to learn some concepts of RUST, this is a simple guessing game.
m-aamir95/json-parser
I have build this project, following freecodecamp article about writing a json parser in Rust. I have mainly written it for learning Rust.
m-aamir95/leetcode-Median-of-Two-Sorted-Arrays
Leet code problem; finding a single median value from two sorted arrays.
m-aamir95/leetcode-path-sum
Given the root of a binary tree and an integer targetSum, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals targetSum. https://leetcode.com/problems/path-sum/
m-aamir95/Linux-pipes
A playground repository to see how interprocess communication is handled using linux pipes. The content is inspired from https://www.youtube.com/watch?v=dhFkwGRSVGk&ab_channel=JacobSorber
m-aamir95/LLVM-Pass-Writing-Practice
This repository contains practice code examples for writing LLVM pass. Code examples are inspired by "https://www.cs.cornell.edu/courses/cs6120/2022sp/self-guided", especially from Lecture # 7.
m-aamir95/m-aamir95.github.io
Portfolio website
m-aamir95/memoized-Febonachi-Compute-Rust
A rust based febonachi computer, which uses memoization to convert the naive febonachi algorithm from O(2^n) to O(n)
m-aamir95/MS-Sem-1-DSTT-IRIS-Setosa-Classification
Performing classification on IRIS-setosa dataset using DecisionTreeRegressor and KMeans Clustering.
m-aamir95/OpenCL-Kernel-Fusion
Practice code to fuse two openCL kernels together.
m-aamir95/people-in-space
A simple demo package, to retrieve the list of people currently in space from (http://api.open-notify.org/astros.json). The purpose of this package is to go through the steps of creating an npm package
m-aamir95/Port-Scanner
Practice Rust Dev | By Following Tensor Programming YT
m-aamir95/RAG-Pipeline
Creating a Retreival Augmented Generation pipeline. I have created this repository to essentially practice some concepts of RAG pipelines, LLMS and working with LangChain.
m-aamir95/react-todo-app-docker-based
Building a simple react based todo app, in order to learn and practice docker related concepts
m-aamir95/RUST-bubbleSort
Implementing basic bubble sort algorithm using RUST
m-aamir95/RUST-CLI-Calculator
A basic CLI calculator application, to learn some of the baiscs of RUST programming language.
m-aamir95/rust-practice
Contains different practice examples of learning rust programming language.
m-aamir95/Rust-Programming-Crash-Course
m-aamir95/Student-percentage-prediction-using-regression
Predicting the percentage of marks given the number of hours studies.
m-aamir95/Tensorflow-Sentiment-Classification
A tensorflow based sentiment classifier, build follwing the Natural Language Processing course taught by Laurence Moroney
m-aamir95/VirtualFunctions-HackerRank
HackerRank based challenge on virtual functions
m-aamir95/webpack-starter
Boilerplate for Webpack apps