cashflow-RL-management / openenv.yaml
Avi-17
initial code push
a663682
Raw
History Blame Contribute Delete
399 Bytes
spec_version: 1
name: cashflowmanager
type: space
# Use generic python runtime instead of fastapi
runtime: python
# Entry point (runs your Gradio app)
entrypoint: python3 -m server.app
# Gradio default port
port: 7860
# Optional metadata (good for judges)
description: RL-based invoice payment scheduler with LLM baseline (Groq)
tags:
- reinforcement-learning
- finance
- openenv
- llm