mh07607's Stars
burhanuddin6/gec_pipeline
prasannamestha/mykanban
ultralytics/ultralytics
Ultralytics YOLO11 🚀
mh07607/pick_place_robot
A program for the Phantom X pincher that picks cubes and places cubes autonomously via point cloud segmentation.
nnchung/Migration-Models
pynflate/pynflate
Pure Python implementation of Deflate data compression algorithm.
mh07607/accelerated_small_pt
Implementation of Small Path Tracer on Python with GPU acceleration using Taichi
mh07607/urdu_grammar_correction
This repository contains code for dataset creation/scraping for the low resource language Urdu. Furthermore, it also contains code for training and testing the model google/mt5-large on the datasets generated. The datasets that we scraped/generated are also included.
mh07607/IMGA_cuda
An open source GPU accelerated implementation of the Island Model Genetic Algorithm.
mh07607/swarm_visualizer
Processing in python to visualize synthetic swarm behavior.
mh07607/NeuralNetwork_cuda_cpp
Barebones implementation of Neural Network in cpp with GPU acceleration using CUDA.
vaclavmaixner/island-model
Using island model and other niching techniques to solve TSP with genetic algorithms.
m4lf0rm3d/khat-web-app
DEAP/deap
Distributed Evolutionary Algorithms in Python
soravux/scoop
SCOOP (Scalable COncurrent Operations in Python)
shashank3199/GeneticAlgorithm-ZeroOneKnapsack
This project aims to solve the famous 0-1 Knapsack Problem using various versions of the Genetic Algorithm.
mh07607/Qawaid
Urdu Grammar correction sample website.
mh07607/CUDA_Spring_2024
Accompanying code repository for my CUDA course offering in Spring 2024
mh07607/multi_thread_file_processor_cpp
mh07607/small_memory_system
A small memory system for a process made in C. It is a basic simulation of stack and heap with functions to allocate and deallocate chunks of memory.
mh07607/carpool_react_native
a carpooling app built with react native
mh07607/128KB_file_system
A rudimentary file_system implemented in memory via C pointers with basic functionality concerning directories and files.
mh07607/deepar_starter
mh07607/blog
A blog website for practicing with react.
mh07607/WeatherApp_react-native
A weather app for practicing working with react-native
mh07607/Humsafar
A hypothetical ridesharing app for practicing working with react-native
mh07607/railwayInfo_Django
A railway information web application with dummy data made with the intent of learning Django web framework.
mh07607/jobFinder_reactNative
A job finder application to test and gain an intermediate understanding of react native.
mh07607/TicTacToe_reactjs
A rudimentary tictactoe project for learning react.
mh07607/odin-shop_landing_page
Landing page for a hypothetical online shop built using CSS.