CoolFace
Apppublic

CuongPhan240705/Transportation_Problem_Solver

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿšš Transportation Problem Solver

This project is a Streamlit web application for solving the Transportation Problem in Operations Research. It supports:

  • โ€”Input from Excel (input.xlsx)
  • โ€”North-West Corner method
  • โ€”Optimization routines
  • โ€”Exporting results to Excel (output.xlsx)

๐Ÿš€ How to use

  1. 1.Upload or edit your supply, demand, and cost matrix.
  2. 2.Choose a solving method (North-West Corner, Optimization, etc.).
  3. 3.View results interactively.
  4. 4.Download the solution as Excel.

๐Ÿ› ๏ธ Installation (Run Locally)

Clone the repository and install dependencies:

bash
git clone https://huggingface.co/spaces/YOUR_USERNAME/Transportation_Problem_Solver
cd Transportation_Problem_Solver
pip install -r requirements.txt