Management Dashboard for Torchserve
-
Updated
Jan 31, 2023 - Python
Management Dashboard for Torchserve
An end-to-end Machine Learning project from writing a Jupyter notebook to check the viability of the solution, to breaking down the same into modular code, creating a Flask web app integrated with a HTML template to make a website interface, and deploying on AWS and Azure.
Pushing Deep Learning models into production using torchserve, kubernetes and react web app 😄
Serving large ml models independently and asynchronously via message queue and kv-storage for communication with other services [EXPERIMENT]
Deployment of 3D-Detection and Tracking pipeline in simulation based on rosbags and real-time.
Scientific CUDA benchmarking framework: 4 implementations x 3 power modes x 5 matrix sizes on Jetson Orin Nano. 1,282 GFLOPS peak, 90% performance @ 88% power (25W mode), 99.5% accuracy validation, edge AI deployment guide.
A EKS-based ML deployment solution
An implementation of seminal CVPR 2016 paper: "A Hierarchical Deep Temporal Model for Group Activity Recognition."
Base classes and utilities that are useful for deploying ML models.
A basic example of deploying machine learning applications
A complete FastAPI learning repository — from basic CRUD operations to advanced ML model deployment with Docker.
🌐 Language identification for Scandinavian languages
ml-deploy-lite is a Python library designed to simplify the deployment of machine learning models. It allows developers to quickly turn their models into REST APIs or gRPC services with minimal configuration. The library integrates seamlessly with Docker and Kubernetes, providing built-in monitoring and logging for performance and error tracking.
An end-to-end ML model deployment pipeline on GCP: train in Cloud Shell, containerize with Docker, push to Artifact Registry, deploy on GKE, and build a basic frontend to interact through exposed endpoints. This showcases the benefits of containerized deployments, centralized image management, and automated orchestration using GCP tools.
Machine Learning sentiment analysis model deployed with FastAPI and Docker
🪘 Tabla Drum Image Generator – AI-powered tabla drum image generation using Stable Diffusion & GANs. Features custom dataset curation, ML training pipeline, and scalable API deployment.
This Flask web application performs text sentiment analysis and text generation based on user input. Users can input text, and the application will analyze its sentiment using NLTK's Vader sentiment analysis tool and generate additional text using the GPT-2 model.
An end-to-end ML project, which aims at developing a regression model for the problem of predicting the sales of a given product, based on its properties like item category, weight, visibility, MRP, type of outlet the product is sold, size of the outlet etc.
End-to-end Person Identification System using Deep Learning, FastAPI backend, and Django frontend for real-time image-based identification.
Add a description, image, and links to the ml-deployment topic page so that developers can more easily learn about it.
To associate your repository with the ml-deployment topic, visit your repo's landing page and select "manage topics."