Optees is an open-source, cross-platform desktop application designed to make business optimization accessible to everyone, from technical experts to non-specialist personnel.
The goal is to provide a user-friendly tool that leverages powerful operational research algorithms to solve real-world business problems efficiently.
- Interactive Chatbot: A guided assistant that helps users select the most suitable optimization algorithm for their specific needs.
- Data Management: Easily import and manage data from common formats like CSV and Excel.
- Robust Algorithms: A comprehensive suite of optimization algorithms for a wide range of problems, including resource management, scheduling, and logistics.
- Clear Output: The application provides clear, actionable results with detailed explanations to help users understand the solution.
This project requires Python 3.12 or later.
- Clone the repository:
git clone [https://github.com/your_username/optees.git](https://github.com/your_username/optees.git) cd optees - Create and activate a virtual environment:
conda env create -f environment.yml conda activate optees
- Install dependencies:
pip install -r requirements.txt