Metadata-Version: 2.4
Name: noshow-iq-s
Version: 0.1.0
Summary: A prediction API for medical appointment no-shows
Author: kiran
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: imbalanced-learn
Requires-Dist: joblib
Requires-Dist: pymongo
Requires-Dist: python-dotenv
Dynamic: license-file

---
title: NoShowIQ
emoji: 🏥
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
---

# NoShowIQ

A prediction API for medical appointment no-shows.

## Live API Endpoints

- `GET /health` — Health check
- `POST /predict` — Predict no-show risk
- `GET /history` — Last 20 predictions
- `GET /stats` — Aggregated stats

## CI Badge
![CI/CD](https://github.com/sunilakiran/noshow-iq--62671-/actions/workflows/ci-cd.yml/badge.svg)
