NajeebAhmedBhuiyan
Currently studying Mechatronics Engineering @ruet. Currently working on Robotics, TinyML and related stuffs!
Rajshahi, Bangladesh
Pinned Repositories
najeebahmedbhuiyan.github.io
Go to: najeebahmedbhuiyan.github.io
Model-Compression-Quantization
In the repository, I will be uploading different python notebooks on Quantization, a Deep Learning Model Compression Method. There are several types of Quantization techniques such as Post-Training Quantization, Quantization Aware Training etc., and I aim to cover all of them here.
Gesture-Based-Manipulator-Control-in-ROS-with-TinyML
ROS2 package for Kinova Gen3 control via Arduino Nano 33 BLE Sense gestures. Achieves almost 99% accuracy with Edge Impulse TinyML. Part of a bimanual HRI thesis project.
Gesture-Based-Mobile-Robot-Control-in-ROS
ROS2 Jazzy + Arduino robot controlled by accelerometer/flex sensors. Full Gazebo simulation & hardware integration.
Advent-of-Code-2021
Advent of code 2021 problem solution. Visit: https://adventofcode.com/2021
Classifying-Iris-Species-using-k-Nearest-Neighbors-Classification-Algorithm
In this project, we have built a model in order to classify three iris species which are setosa, versicolor, and virginica on the basis of its sepal length, sepal width, petal length and petal width. The algorithm we used here is k-Nearest Classification Algorithm.
CSE-2188-19-Series
CSE-2188-MTE-19
Erotic-Lasagna
It's a fun discord bot made using discord.py. But if you are under 18, STAY AWAY!
Erotic-Lasagna-Website
It is the website for the Discord Bot Erotic Lasagna. From this website you can invite this bot in your server.
NajeebAhmedBhuiyan's Repositories
NajeebAhmedBhuiyan/Advent-of-Code-2021
Advent of code 2021 problem solution. Visit: https://adventofcode.com/2021
NajeebAhmedBhuiyan/Classifying-Iris-Species-using-k-Nearest-Neighbors-Classification-Algorithm
In this project, we have built a model in order to classify three iris species which are setosa, versicolor, and virginica on the basis of its sepal length, sepal width, petal length and petal width. The algorithm we used here is k-Nearest Classification Algorithm.
NajeebAhmedBhuiyan/CSE-2188-19-Series
NajeebAhmedBhuiyan/CSE-2188-MTE-19
NajeebAhmedBhuiyan/Erotic-Lasagna
It's a fun discord bot made using discord.py. But if you are under 18, STAY AWAY!
NajeebAhmedBhuiyan/Erotic-Lasagna-Website
It is the website for the Discord Bot Erotic Lasagna. From this website you can invite this bot in your server.
NajeebAhmedBhuiyan/Ethereum-Price-Trend-Exploratory-Data-Analysis
In this project, I've done an explorative data analysis using pandas, numpy, and matplotlib on the ethereum historical data. I've taken the dataset from kaggle and to see my notebook on kaggle visit this link: https://www.kaggle.com/najeebahmadbhuiyan/ethereum-price-trend-exploratory-data-analysis
NajeebAhmedBhuiyan/Gravity-Simulator-Application
Gravity Simulator Application is a project developed under the course CSE 2188, Software Engineering Sessional. This app is developed by the students of the department of Mechatronics Engineering, Rajshahi University of Engineering & Technology (RUET). The main inspiration of the Application was from a Reddit post.
NajeebAhmedBhuiyan/Minimal-Todo-List-Application
A minimal to-do list made using python tkinter. Nothing fancy; easy to record and save tasks that you need to complete.
NajeebAhmedBhuiyan/Model-Compression-Quantization
In the repository, I will be uploading different python notebooks on Quantization, a Deep Learning Model Compression Method. There are several types of Quantization techniques such as Post-Training Quantization, Quantization Aware Training etc., and I aim to cover all of them here.
NajeebAhmedBhuiyan/najeebahmedbhuiyan.github.io
Go to: najeebahmedbhuiyan.github.io
NajeebAhmedBhuiyan/Pong
It's a very basic pong game made using python turtle. No fancy things used. No sounds. There might be some changes in the future.
NajeebAhmedBhuiyan/Snake-Game-
It's a basic snake game that we used to play during our childhood during early 2000s.
NajeebAhmedBhuiyan/Tic-Tac-Toe-With-AI-
It's our very popular tic tac toe game. You can play this game in both multiplayer and versus the computer mode (this computer mode also has two types of difficulty: easy and hard). Minimax algorithm has been used to generate the AI.