Никита Сергеев 65b90f9636 base entity
2024-11-05 19:48:50 +04:00
..
2024-10-22 22:42:58 +04:00
2024-11-05 19:48:50 +04:00
2024-10-20 15:48:17 +04:00
2024-10-21 01:02:12 +04:00

Evaluation Efficiency Optimization Wind Server

Requirements

  1. Python 3.12

Getting Started

  1. Create virtual environment

    python3 -m venv .venv
    
  2. Source virtual environment

    source .venv/bin/activate
    
  3. Install dependencies

    pip install -r requirements.txt
    
  4. Enter src directory

    cd src
    
  5. Start FastAPI process

    uvicorn main:app --reload