Pinned Repositories
Alphabet-recognition-from-Gestures
This project recognizes alphabet gestures real time using the camera feed. The project uses two ML models for prediction, one is using a CNN and the other uses normal neural networks.
Behavioral-Cloning-Udacity
The objective of this project is to clone human driving behavior by the use of Convolutional Neural Network using the Udacity Self Driving Car Simulator.
Facenet_pytorch
This the pytorch implementation of Facenet Paper
Gradient_Descent_-Softmax_Regression
Multitask-Age-Gender-classifier
Creating a Multitask network to classify Age category and Gender
Neural-Network-Architecure-Diagrams
This repo is used for storing architecture diagrams made from draw.io
NLP-Model-Zoo
This repository contains the NLP Preprocessing techniques and state-of-the-art NLP Models
Pose_estimation
This project is about about implementing attention module to the pose estimation base line to improve results.
Semantic_Segmentation
The objective of this project is to make a Convolutional Neural Network do a pixel wise classification of multiple objects in the scene (i.e cars, pedestrians, trees, roads etc.).
Text-summarization
This repository contains code to do text summarization and end-to-end deployment cycle
akmeraki's Repositories
akmeraki/Pose_estimation
This project is about about implementing attention module to the pose estimation base line to improve results.
akmeraki/Alphabet-recognition-from-Gestures
This project recognizes alphabet gestures real time using the camera feed. The project uses two ML models for prediction, one is using a CNN and the other uses normal neural networks.
akmeraki/Multitask-Age-Gender-classifier
Creating a Multitask network to classify Age category and Gender
akmeraki/Semantic_Segmentation
The objective of this project is to make a Convolutional Neural Network do a pixel wise classification of multiple objects in the scene (i.e cars, pedestrians, trees, roads etc.).
akmeraki/Behavioral-Cloning-Udacity
The objective of this project is to clone human driving behavior by the use of Convolutional Neural Network using the Udacity Self Driving Car Simulator.
akmeraki/Facenet_pytorch
This the pytorch implementation of Facenet Paper
akmeraki/Gradient_Descent_-Softmax_Regression
akmeraki/Neural-Network-Architecure-Diagrams
This repo is used for storing architecture diagrams made from draw.io
akmeraki/Real-time-Vehicle-Detection
akmeraki/Text-summarization
This repository contains code to do text summarization and end-to-end deployment cycle
akmeraki/Udacity-Facial-Keypoint-Detection
This project introduces Facial-Keypoint Detection using CNNs
akmeraki/NLP-Model-Zoo
This repository contains the NLP Preprocessing techniques and state-of-the-art NLP Models
akmeraki/Classification_and_Regression
Repo contains examples for EDA, Classification and Regression in common Kaggle datasets
akmeraki/ContinousModelDeploy
Leaf Disease classification on GCP kubernetes
akmeraki/CV-MLOPS-project
This a introductory project to learn the fundamentals of MLops for a CV application.
akmeraki/CV-Model-Zoo
This is a collection of Computer Vision Models in Jupyter notebook format.
akmeraki/deep-learning-
akmeraki/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
akmeraki/Global_Wheat_Detection_Kaggle
This is a repository of the Kaggle Global Wheat Detection Challenge
akmeraki/Human_Activity_Recognition-
akmeraki/keras-cam
Keras implementation of class activation mapping
akmeraki/MLops_classifier
This is Mlops pipeline for a simple ML classifier
akmeraki/Python-for-Algorithms--Data-Structures--and-Interviews
Files for Udemy Course on Algorithms and Data Structures
akmeraki/TensorFlow-Tutorials
TensorFlow Tutorials with YouTube Videos
akmeraki/the-incredible-pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
akmeraki/video2calibration
Camera intrinsic parameters calibration from chessboard video sequence.
akmeraki/yolo2
Train YOLOv2 object detector from scratch using Tensorflow.
akmeraki/YOLO_v2
The implementation of YOLO v2 with TensorFlow
akmeraki/YoloV2
YoloV2 quick implementation using darknet and yad2k (Yet another darknet 2 keras)
akmeraki/yolov2-pytorch
PyTorch implementation of YOLOv2 object detection algorithm