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