• Ongoing Projects

    • Plant Mix Model
    • Hub-Shipping Centre Optimization
    • Smart Resource Allocation
    • Transport Cost Optimization
    • Supply Predictability Model
    • OTD (On-Time Delivery) Improvement
    • Routing Optimization
    • Supplier Variability Modeling
    • Slot planning

    Quick Turn, Warehouse Operations: Efficient Order Consolidation

    Firm Report Sentiment Analysis for Stock Trend Prediction

    Phase 2

    • Improvement in Turn Round Time (TRT) considering the truck operations and operational hours to lessen overall congestion.
    • Optimum utilization of all berths in Indira Dock and P&V Dock.
    • Identify maximum revenue generating berths in Indira Dock.
    • EXIM Cargo Storage Optimization
    • Dock Scheduling and Optimization
    • Projection of revenue generation for dedicated goods line from Wadala to Kurla for freight movement from MbPT.

    Application of Advanced Deep Learning Algorithms for Time Series Forecasting

    • Demand Prediction

    Material Consumption Forecasting

    Developing the content on Ancient Indian Mathematics

    Industrial Engineering Study for manpower optimization across the main functions in the Transmission and Distribution system of Tata Power at Mumbai location.

    // ------------------------------------------------------- // // Inject SVG Sprite - // see more here // https://css-tricks.com/ajaxing-svg-sprite/ // ------------------------------------------------------ // function injectSvgSprite(path) { var ajax = new XMLHttpRequest(); ajax.open("GET", path, true); ajax.send(); ajax.onload = function(e) { var div = document.createElement("div"); div.className = 'd-none'; div.innerHTML = ajax.responseText; document.body.insertBefore(div, document.body.childNodes[0]); } } // this is set to BootstrapTemple website as you cannot // inject local SVG sprite (using only 'icons/orion-svg-sprite.svg' path) // while using file:// protocol // pls don't forget to change to your domain :) injectSvgSprite('https://bootstraptemple.com/files/icons/orion-svg-sprite.svg');