deadven7/Agentic-AI-LLM-Healthcare-Claims-Analysis
0
This Space runs the notebook itself as the app — no code copy‑paste into app.py. Under the hood it uses a tiny start.py to execute the notebook with nbclient. When the notebook reaches demo.launch(...), Gradio serves on port 7860.
Files
Agentic_AI_+_LLM_Infused_Healthcare_Claims_Analysis_Pipeline_patched.ipynb— your app notebook.start.py— executes the notebook (keeps the Gradio server alive).requirements.txt— Python dependencies.Dockerfile— Hugging Face "Docker" Space configuration.
Optional
If any features require API keys (e.g., OpenAI), add them as Space Secrets in the Settings tab.
