Pinned Repositories
Academics-module
College project to develop Registration module and Graduation module for IIT Tirupati. These modules are developed during the coursework as Software prototype. This serves as base for full scale development of ERP based website in IIT Tirupati.
Alexnet-tensorflow-pytorch
awesome-coronavirus
š¦ Useful projects and resources for COVID-19 (2019 novel Coronavirus)
BrainFuck
My experiments with BrainFuck language.
Canon-CR2-to-jpeg
Conversion of CR2 file format images to .jpeg file formar=t
Fitness-tutor
We present Fitness tutor, an application for maintaining correct posture during workout exercises or doing yoga. Fitness tutor which can guide the workouts using pose estimation. We use posenet model in tensorflow with p5js for developing skeleton. Fitness tutor is an application of pose estimation model in bringing a realtime teaching experience in fitness.
GPT-finetuning
Code for finetuning GPT models and its variants for text data
SD-SAM-for-Background
Using Stable diffusion (SD) model and Segment Anything model from Meta (SAM) for removing the background and add newer background for the image. Created with a Multi model pipeline.
SENetV2-Aggregated-dense-layer-for-channelwise-and-global-representations
Code for paper SENetV2 Aggregated dense layer for channelwise and global representations
wear-mask
Due to covid-19, created a small awareness for people to wear masks always.
mahendran-narayanan's Repositories
mahendran-narayanan/SENetV2-Aggregated-dense-layer-for-channelwise-and-global-representations
Code for paper SENetV2 Aggregated dense layer for channelwise and global representations
mahendran-narayanan/SD-SAM-for-Background
Using Stable diffusion (SD) model and Segment Anything model from Meta (SAM) for removing the background and add newer background for the image. Created with a Multi model pipeline.
mahendran-narayanan/Academics-module
College project to develop Registration module and Graduation module for IIT Tirupati. These modules are developed during the coursework as Software prototype. This serves as base for full scale development of ERP based website in IIT Tirupati.
mahendran-narayanan/Alexnet-tensorflow-pytorch
mahendran-narayanan/Customized-NN
mahendran-narayanan/Fitness-tutor
We present Fitness tutor, an application for maintaining correct posture during workout exercises or doing yoga. Fitness tutor which can guide the workouts using pose estimation. We use posenet model in tensorflow with p5js for developing skeleton. Fitness tutor is an application of pose estimation model in bringing a realtime teaching experience in fitness.
mahendran-narayanan/GPT-finetuning
Code for finetuning GPT models and its variants for text data
mahendran-narayanan/Medullo
Medullo is a web application that provides a platform for users to share and search for resources. The core idea of this application is to provide users with a medium to share their resources thereby enabling them access to resources, instead of having to buy or download multiple copies of the same resource. This application could well be used among students to share resources like class lecture notes or lecture videos or solution to problems.This can also help students connect with other students who are pursuing similar courses of interest and engage in a communal process of passing down study materials. It can also help users in general, to find people with similar interests and share the things they love. This encourages the habit of reducing and reusing which could in turn contribute to the global process of waste reduction in the long term. Once a user wants a specific resource, a resource for that request is raised. Once the request is approved by the resource owner, contact of the resource owner is shown. This feature provides for the privacy of resource owner and eliminates spamming. The upload feature enables for sharing of resources with the global community.
mahendran-narayanan/Memory-Visualization-for-Deep-Neural-networks
A tool for analysis of memory utilized for developing and training deep learning models. Our tool results in visual utilization of memory concurrently. Various parameters affecting the memory utilization can be analysed while training with this tool. This tool also helps in knowing better idea of processes or models which consumes more memory.
mahendran-narayanan/Transportation-booking
A simple online booking form for Faculty & Staff, Student and Guest for availing the transport both for official and personal use. Used to connect two campuses of IIT Tirupati.
mahendran-narayanan/Deep-learning
mahendran-narayanan/Django-forms
Create a form in Django and update it in MySQL backend
mahendran-narayanan/Double-ViT
[ICPR 2024] DoubleViT Pushing transformers towards the end because of convolutions
mahendran-narayanan/gdgcbe_21_Spartans_KCT
mahendran-narayanan/GPT-unlearning
Testing a simple example to understand Machine unlearning concept with GPT. GPT is made to forget Alphabets
mahendran-narayanan/ivy
The Unified AI Framework
mahendran-narayanan/Just-LoRA-layers
Low rank adaptation inclusion across layers
mahendran-narayanan/LeNet-Tensorflow-Pytorch
Create LeNet model including Tensorflow and Pytorch packages
mahendran-narayanan/mahendran-narayanan.github.io
mahendran-narayanan/Mobilenet-Tensorflow-Pytorch
Code for Mobilenet and its variants. Code is in both Tensorflow and Pytorch
mahendran-narayanan/Neural-network-maker
The code creates deep learning CNN model automatically with very basic parameters. It includes popular modules as well while creating.
mahendran-narayanan/pytorch-1
Tensors and Dynamic neural networks in Python with strong GPU acceleration
mahendran-narayanan/ResNet-all-variants
mahendran-narayanan/Resnet-Tensorflow-Pytorch
Code for resnet and its depth variants. Code is in both Tensorflow and Pytorch
mahendran-narayanan/SENet-Tensorflow-Pytorch
Code for Squeeze and excitation residual network and its depth variants. Code is in both Tensorflow and Pytorch
mahendran-narayanan/Tensorflow-Pytorch-model-converter
This project enables the model conversion between languages Tensorflow and Pytorch. Model to be converted is sent as input and it results the model in other language.
mahendran-narayanan/Timeseries-data-tensorflow-using-CNN
Train a simple Tensorflow CNN model for timeseries data.
mahendran-narayanan/utils
All the required utils
mahendran-narayanan/VGG-Tensorflow-Pytorch
Code contains VGG model in Tensorflow and pytorch
mahendran-narayanan/vision-transformer
Vision transformer Python