Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.46 KB

File metadata and controls

37 lines (29 loc) · 1.46 KB

Optees

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.

Documentation

Key Features

  • 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.

Installation

This project requires Python 3.12 or later.

  1. Clone the repository:
    git clone [https://github.com/your_username/optees.git](https://github.com/your_username/optees.git)
    cd optees
  2. Create and activate a virtual environment:
    conda env create -f environment.yml
    conda activate optees
  3. Install dependencies:
    pip install -r requirements.txt