Skip to content

Latest commit

 

History

History
 
 

analysis_service

Analysis service

Development Environment

  1. Create Environment and Install Packages

    conda create -n analysis_service python=3.10
    conda activate analysis_service
    pip install -r requirements.txt
  2. Run the Application

    uvicorn app:app --port 7000