A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
-
Updated
Feb 11, 2026 - Python
A Fast Deep Learning Model to Upsample Low Resolution Videos to High Resolution at 30fps
Implemented 3 neural network architectures: 1) Combination of RNN LSTM nodes and CNN, 2) CNN with residual blocks similar to ResNet, 3) Deep RNN LSTM network; and compared their performance to detect 12 speech commands.
Weed Detection in Sugar Beet Plants
Graduation Project. Applying Generative Adversarial Networks(GAN) with Residual-In-Residual(RIR) blocks.
This is an implementation of FRED-Net using keras.
Python Keras CNN Implementations
Semantic segmentation for brain tumors
Attention Gate Residual UNet for image segmentation
A deep-learning project using a custom hybrid CNN–ResNet model for automated detection of Pneumonia from chest X-rays, with an interactive Streamlit web app for inference and Grad-CAM visualization. Not intended for clinical or diagnostic use.
Fast bare-bones implementation of convolutional layers, residual blocks, Adam optimizer, backpropagation and custom accuracy and loss functions (F1 score per pixel and binary-crossentropy)
Emotion and Facial Key-Point Detection Classify emotions and detect facial key-points using deep learning! This project combines CNNs and Residual Blocks to predict 15 facial key-points and categorize facial expressions into five emotions: Angry, Disgust, Sad, Happy, and Surprise.
This repository contains code and data for medical image processing tasks. It includes various scripts for processing, analyzing, and evaluating medical images using deep learning techniques, with a focus on models like U-Net and ResNet.
Deep learning model to predict the normal flow between two consecutive frames, being the normal flow the projection of the optical flow on the gradient directions.
🩻 Classify chest X-ray images as NORMAL or PNEUMONIA using a custom Hybrid CNN with Residual Blocks and explore results with an interactive Streamlit app.
Add a description, image, and links to the residual-blocks topic page so that developers can more easily learn about it.
To associate your repository with the residual-blocks topic, visit your repo's landing page and select "manage topics."