Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 210 Bytes

File metadata and controls

14 lines (10 loc) · 210 Bytes

Backend API of project Stock LLM NeuralProphet

Run locally

pip install -r requirements.txt
uvicorn src.main:app --reload

Run with Docker Compose

docker compose up --build -d