bnina-ayoub
Embedded SW Developer | Jr Data Scientist | Bachelor of Computer Engineering, IOT & Embedded Systems Specialization
Tunis El Manar UniversityTunisia, Tunis
Pinned Repositories
Analysing-WeRateDogs-twitter-archive-dataset
Wrangling WeRateDogs Twitter data to create interesting and trustworthy analyses and visualizations. The Twitter archive is great, but it only contains very basic tweet information.I made additional gathering, then assessing and cleaning to get a "Wow!"-worthy analyses and visualizations.
asl-ml-immersion
This repos contains notebooks for the Advanced Solutions Lab: ML Immersion
CAN-Bus-Nodes-to-Gateway-LEDs-Control
Case-Study-Boat-Sales
Analysing the Boat Sales Dataset and presenting the findings
ECPC-Problems
Embedded-Home-Assistant
A smart home automation system that brings the power of a virtual assistant to your IoT devices. Inspired by the famous AI assistant "JARVIS" from the Iron Man series, this project combines cutting-edge embedded technology with natural language processing to create a seamless and intuitive IoT control experience.
End-of-Year-Project-Intelligent-surveillance-access-control-System-
An Embedded face recognition & Student card verification system using Azure Cognitive Services integrated with Raspberry Pi 4
Esp32-Starter-Projects
You can find here my first ESP32 Projects
Landmark-Classification-Tagging-for-Social-Media
In this project I've built models to automatically predict the location of the image based on any landmarks depicted in the image.
Recipe-Site-Traffic-Prediction
Predicting High Trafic Recipes based on their nutrients in the given dataset
bnina-ayoub's Repositories
bnina-ayoub/Embedded-Home-Assistant
A smart home automation system that brings the power of a virtual assistant to your IoT devices. Inspired by the famous AI assistant "JARVIS" from the Iron Man series, this project combines cutting-edge embedded technology with natural language processing to create a seamless and intuitive IoT control experience.
bnina-ayoub/End-of-Year-Project-Intelligent-surveillance-access-control-System-
An Embedded face recognition & Student card verification system using Azure Cognitive Services integrated with Raspberry Pi 4
bnina-ayoub/Case-Study-Boat-Sales
Analysing the Boat Sales Dataset and presenting the findings
bnina-ayoub/Esp32-Starter-Projects
You can find here my first ESP32 Projects
bnina-ayoub/Landmark-Classification-Tagging-for-Social-Media
In this project I've built models to automatically predict the location of the image based on any landmarks depicted in the image.
bnina-ayoub/Analysing-WeRateDogs-twitter-archive-dataset
Wrangling WeRateDogs Twitter data to create interesting and trustworthy analyses and visualizations. The Twitter archive is great, but it only contains very basic tweet information.I made additional gathering, then assessing and cleaning to get a "Wow!"-worthy analyses and visualizations.
bnina-ayoub/asl-ml-immersion
This repos contains notebooks for the Advanced Solutions Lab: ML Immersion
bnina-ayoub/CAN-Bus-Nodes-to-Gateway-LEDs-Control
bnina-ayoub/ECPC-Problems
bnina-ayoub/Recipe-Site-Traffic-Prediction
Predicting High Trafic Recipes based on their nutrients in the given dataset
bnina-ayoub/bnina-ayoub.github.io
Config files for my GitHub profile.
bnina-ayoub/Ford-GoBike-System
This data set includes information about individual rides made in a bike-sharing system covering the greater San Francisco Bay area.
bnina-ayoub/fy_thnytek
bnina-ayoub/Handwritten-Digits-Classifier-with-PyTorch
A Handwritten Digits Classifier is a model designed to recognize and classify handwritten digits (numbers from 0 to 9). This model focuses on core neural network concepts with hidden layers, aiming to build understanding before moving to more complex architectures.
bnina-ayoub/Image-Classifier-using-Pytorch
bnina-ayoub/Investigating-Tmdb-dataset
Investigating tmdb dataset from The Movie Data Base
bnina-ayoub/Java-Spaceship-Simulator-project-
This project simulates a spaceship with basic functionalities like launching, landing, and adding items to the inventory. The spaceship is implemented as a Rocket class, which implements the Spaceship interface. The Rocket class has properties for weight, maxWeight, Journey and inventory.
bnina-ayoub/ML-Marathon-Dataset-by-Azure-Developer-Community
In order to assess if the product (bank term deposit) would be ('yes') or not ('no') subscribed. I analyzed the dataset to find ways to look for future strategies in order to improve future marketing campaigns for the bank.
bnina-ayoub/Online-Job-Posting-dataset-wrangling
Wrangling the online job posting dataset which contains more than 19000 information about job posting from 2004 to 2015.
bnina-ayoub/Packet-Tracer-IoT-Projects
This repository contains a number of Packet Tracer projects that showcase IoT programming and networking
bnina-ayoub/Predict-Bike-Sharing-Demand-with-AutoGluon
Predict Bike Sharing Demand with AutoGluon
bnina-ayoub/Project-Seabot
ros/microros packages
bnina-ayoub/STM32-GPIO-Driver
This repository provides a demonstration of a GPIO (General Purpose Input/Output) driver tailored for STM32 microcontrollers. With a focus on simplicity and clarity, this demonstration offers insights into embedded C programming and microcontroller peripheral configuration within the constraints of STM32F4 boards.
bnina-ayoub/Training-Neural-Network-from-Scratch
This project is designed to guide you through the exciting world of Neural Networks! It will equip you with the knowledge to implement Gradient Descent with Backpropagation from scratch, explore regularization techniques, and finally, train your own Neural Network model