This is a web-based tool that allows users to upload an Excel file containing product data (product names, profit, and cost). The tool performs optimization to select products that maximize profit while staying within a specified budget.
- Upload Excel files containing product data.
- Optimize product selection using linear programming.
- Download the optimized results as a new Excel file.
-
Clone this repository:
git clone <repository_url> cd excel_optimization_tool
-
Create a virtual environment (optional):
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the dependencies:
pip install -r requirements.txt
-
Run the Flask app:
python app.py
-
Open your browser and go to
http://127.0.0.1:5000/to use the tool.
This project is licensed under the MIT License.