Nileshmaharjan
My attitude is that if you push me towards something that you think is a weakness, then I will turn that perceived weakness into a strength.
Bits and Bytes TechonologySatdobato, Lalitpur
Nileshmaharjan's Stars
kelvins/steganography
:see_no_evil: Steganography: Hiding an image inside another
ando-khachatryan/HiDDeN
Pytorch implementation of paper "HiDDeN: Hiding Data With Deep Networks" by Jiren Zhu, Russell Kaplan, Justin Johnson, and Li Fei-Fei
jainammm/TableNet
Unofficial implementation of "TableNet: Deep Learning model for end-to-end Table detection and Tabular data extraction from Scanned Document Images"
xiaoyu258/GeoProj
Blind Geometric Distortion Correction on Images Through Deep Learning
GeekyPRAVEE/OpenCV-Projects
OpenCV projects using python
arnoweng/PyTorch-Deep-Image-Steganography
A PyTorch implementation of image steganography utilizing deep convolutional neural networks
gunjannandy/steganography
Compare efficiency of steganographic processes LSB,DCT and DWT
subc/steganography
Implementation Hide Text In Image with encryption
MasonEdgar/DCT-Image-Steganography
A small python app to embed "secret" user data into a carrier image by manipulation of the Discrete Cosine Transform (DCT) AC coefficients. This application was developed for a graduate-level university project.
mr8bit/vedai
This repository for training tensorflow models. Dataset based on Vehicle Detection in Aerial Imagery (VEDAI)
TapanSoni/BPStegano
BPStegano is a steganography tool built using Python 3. It uses AES-128 encryption a custom LSB random pixel algorithm hiding to hide raw strings and any type of file inside images.
TheKidPadra/DeepLearning.AI-Deep-Learning-Specialization
This repo contains my work & The code base for this Deep Learning Specialization offered by deeplearning.AI
kevindubon/steering_model
Prediction of Steering Angles for Self-Driving Cars using Deep Learning
mdipcit/tensorflow-block-DCT
Block Discrete Cosine Transform (block DCT) using TensorFlow
aneeshverma04/steggy
An image steganography encoder and decoder using LSB algorithm
Tejas-TA/Transformer-BERT-SMS-Spam-Detection
Spam SMS Detection Project implemented using NLP & Transformers. DistilBERT - a hugging face Transformer model for text classification is used to fine-tune to best suit data to achieve the best results. Multinomial Naive Bayes achieved an F1 score of 0.94, the model was deployed on the Flask server. Application deployed in Google Cloud Platform
SanazSafaei/Steganography-PVD
Implementation Steganography with Pixel value Difference algorithm.
subooom/nestjs-boilerplate
A boilerplate for nestJs with config management, database management, validation, and authentication to start as a base for all NestJS projects.
CUAI-CAU/2022_Summer_NLP_T12
Repository for project that won 2022 CUAI Summer Conference with 2nd place Award 🥈 (Best Excellence Prize)
Nileshmaharjan/ask
Nileshmaharjan/convolution_neural_network
Nileshmaharjan/DCC
Implementation of "Image Perturbation-Based Deep Learning for Face Recognition Utilizing Discrete Cosine Transform"
Nileshmaharjan/Deep-Learning-Lectures
Nileshmaharjan/example-kubernetes-nodejs
Introduction to Kubernetes with Node.js
Nileshmaharjan/MEVNCRUDExample
MEVN Stack Tutorial With Example From Scratch is the topic, we will discuss today. We will generate FullStack Single Page Application(SPA) using MongoDB, Express, Vue, and Node.js CRUD Example Tutorial with step by step. For this example, we will not use Vuex for state management because this app will be simple and not complicated. We will create an application where the user can create, update, read, and delete the post. So, let us start the MEVN Stack Tutorial with an example.
Nileshmaharjan/MongoDB-Aggregation-Tutorial
Repository for MongoDB Aggregation Tutorial
Nileshmaharjan/RG_DCT
Implementation and Performance Analysis of DCT Steganography Algorithm. Tests found that it has excellent imperceptibility (PSNR all above 40). When encountering noised images, the error rate of watermark extraction is low, indicating certain robustness. By introducing the scaling factor, the best embedding effect can be obtained for the specific carrier and watermark.
Nileshmaharjan/steganography
Hiding of encrypted text in images using DCT
Nileshmaharjan/Steganography-1
Steganography algorithms implemented in C++ with OpenCV.
pk9403/DCC
Implementation of "Image Perturbation-Based Deep Learning for Face Recognition Utilizing Discrete Cosine Transform"