Muthiah Sivavelan S
MSVelan
Software Developer | Ex MTS Intern@Nutanix
Languages
Repos
71
Stars
8
Forks
2
Top Language
Jupyter Notebook
Loading contributions...
Top Repositories
This project uses YOLO, opencv in python to analyse a football video and track the players, measure the speed of player and track the ball. The YOLOv8 model is fined for this specific purpose.
Automated prompt-to-Manim video generation using multi-agent LLM orchestration. Checkout website: https://enginimate.vercel.app/
This project uses EEG signals to classify emotions of a person
This repository includes all the projects I have done when I worked as a data analytics trainee at Trainity
This repository is a small scale reimplementation autograd from pytorch, trying to mimic Tensor datatype with custom datatype
Repositories
71Personal emacs config
Automated prompt-to-Manim video generation using multi-agent LLM orchestration. Checkout website: https://enginimate.vercel.app/
Frontend for project Enginimate using NextJS and Tailwind CSS
Backend repository for project restaurant booking voice agent
Frontend repository for project restaurant booking voice agent
Service that uses Github Actions to trigger rendering of Manim Videos
No description provided.
NodeJS backend with authentication and authorization. Used multer middleware and cloudinary for storing images.
Template for client, server(Request-Response protocol) for handling multiple clients with custom event loop with callback based programming for handling input with non-blocking IO. Supports pipelining of requests.
Microservices project in Go | HTTP API endpoints, gRPC, Kafka, Hashicorp-Consul, Docker
Card-style Hugo theme designed for bloggers
This is the final year B.Tech IT project where I have done research work during Jan 2025 to June 2025. This research project uses Stackelberg Game theory algorithm in selecting the optimal network in a hybrid VLC-RF network for each user.
No description provided.
No description provided.
Personal configuration for nvim
A launch point for my personal nvim configuration
No description provided.
In this project, I have integrated celery and redis to handle tasks asynchronously in Django application. Here, Redis acts as the message broker and the backend database, Django app acts as the producer and the celery worker will act as the consumer.
No description provided.
This project involves creating an AI chess bot in python.
This project uses EEG signals to classify emotions of a person
This repository contains various applications of python in data visualisation, website development, web scraping and making simple games. Do check out my github profile for some more interesting python projects.
This repository includes all the projects I have done when I worked as a data analytics trainee at Trainity
This project uses YOLO, opencv in python to analyse a football video and track the players, measure the speed of player and track the ball. The YOLOv8 model is fined for this specific purpose.
No description provided.
In this project, I have extracted names of people from various sources and used bigram character level model to generate human like names using AI
This repository contains my attempt at solving advent of code 2023
This repository is a small scale reimplementation autograd from pytorch, trying to mimic Tensor datatype with custom datatype
I have used a custom search implementation (minsearch) in this project to search through the questions in a document and I have used Gemini API to provide an accurate response based on the context provided by the search results from the document.
Implementing text search, an attempt to understand how Elastic Search works