๐Ÿš€ Projects

This section contains several projects involving visualization tools and web applications for supply chain optimization or logistics process improvement.

๐ŸŒณ Sustainable Supply Chain Optimization | App

๐Ÿ’ก
How to define Sustainable Supply Chain Optimization?
- Sustainable Sourcing: integrating social and environmental performance factors when selecting suppliers
- Supply Chain Optimization: design optimal networks to match supply and demand at the lowest cost
- Sustainable Supply Chain Optimization: design optimal networks that balance sustainability and efficiency

Access the application โž”

A web application interface showing sustainable supply chain optimization options. Users can select optimization criteria such as water usage, energy usage, CO2 emissions, or production costs. The dashboard displays a chart comparing production costs across three countries: USA, Brazil, and India, represented in bar and line graphs. Users can analyze the impacts of these metrics to optimize sustainability.

๐Ÿ“ˆ ABC Analysis & Product Segmentation | App

๐Ÿ’ก
A statistical methodology to segment your products based on turnover and demand variability using an automated solution with a web application designed with the framework Streamlit.

Access the application โž”

A web application interface automating ABC analysis for supply chains. The dashboard showcases an example of ABC classification based on product turnover and demand variability. Different product classes (A, B, C) are represented by scatter plots. Class A represents fast-moving items, while Class C is for slow movers. The app allows users to upload transactional data and create Pareto charts for resource allocation.

๐Ÿญ Production Planning Optimization | App

๐Ÿ’ก
Production planning is used to minimize the total cost of production by finding a balance between minimizing inventory and maximizing the quantity produced per setup while respecting the demand constraints.

Access the application โž”

A production planning optimization dashboard showcasing cost-efficient production planning. A bar graph shows the relationship between forecasted demand and production quantities over 12 months, with color-coded bars for forecast and production. The app aims to minimize production costs while balancing demand constraints, with options for selecting time periods and units of production.


๐Ÿ“ฆ Improve Warehouse Productivity | App

๐Ÿ’ก
In a Distribution Center (DC), walking time from one location to another during the picking route can account for 60% to 70% of the operatorโ€™s working time.

Reducing this walking time is the most effective way to increase your DC overall productivity.
A simple warehouse layout with 19 aisles and 12 rows of locations, labeled from A01 to A19. The image visualizes the start of a picking route for order fulfillment. It demonstrates a warehouse optimization strategy for reducing walking time during picking operations, improving productivity.

For more details โž”

๐Ÿ“ฆ Improve Warehouse Productivity
๐Ÿ’กIn a Distribution Center (DC), walking time from one location to another during the picking route can account for 60% to 70% of the operatorโ€™s working time. Reducing this walking time is the most effective way to increase your DC overall productivity. ๐ŸŽ“ Topic In a Distribution Center (DC), waโ€ฆ

๐Ÿ—บ๏ธ Vaccination Centers Availability in Paris | App

๐Ÿ’ก
Visualize available slots for vaccination in Paris with additional information like vaccine type, booking contact, address
A map of Paris with blue icons marking vaccination centers, showing the availability of vaccines. The map includes prominent city landmarks and the logos of Pfizer, indicating vaccine types available at each location. This visualization is part of a web application tracking vaccination slots and centers.

A Python Flask Web Application that extracts information from the health authority's official website and creates visuals using Google Maps API.

The application is hosted in Render (with a free tier plan), you can face a short loading lead time of 5 seconds for your first connection.

๐Ÿ“‰
You can access the application here: Vaccin Centers

๐Ÿ“ˆ Interactive Visualization using D3.js

๐Ÿ’ก
Smart visuals using matrix charts of cosmetics sales with colour coding to understand customer behaviour
A matrix chart visualization displaying sales data of luxury cosmetics brands. The chart uses colored squares to indicate sales volumes across different brands and product categories. The color intensity represents the sales performance, with a focus on visualizing customer behavior across multiple brands.

For more details โž”

๐Ÿ“ˆ Interactive Visualization using D3.js
๐Ÿ’ฌExamples of visualization built using the javascript library D3.js Luxury Brands E-Commerce Sales Matrix ๐Ÿ’กSmart visuals using matrix charts of cosmetics sales with color coding to understand customer behavior ๐Ÿ“‰ Access the Visual You can access the application here: link Cosmetics Productโ€ฆ

๐Ÿ“ˆ Telegram Bot for Shipment Tracking

๐Ÿ’ก
Design a Telegram Bot that will interact with truck drivers to track your shipments and provide real-time visibility of your transportation performance
A smartphone screen showing a Telegram chat interface with a bot. The bot interacts with the user by asking for GPS coordinates and tracking shipment status through simple commands like "/start_tracking." The bot is designed to provide real-time visibility of shipments for logistics management.

For more details โž”

๐Ÿ“ˆ Telegram Bot for Shipment Tracking
๐Ÿ’กDesign a Telegram Bot that will interact with truck drivers to track your shipments and provide real-time visibility of your transportation performance ๐ŸŽ“ Topic Implement a simple, cheap and easy-to-implement solution to track your shipments that * Does not require additional IT development fโ€ฆ