🩺 MediScan-AI v1.0.0 - Initial Release
✨ New Features
- Medical NER Engine: 200+ Chinese/English medical terms, 7 entity types
- PII Masker: 12+ PII types (ID card, phone, email, name, address, etc.), 5 masking strategies
- Clinical Record Parser: 5 record types (outpatient, inpatient, prescription, lab report, discharge)
- Drug Interaction Checker: 12 common interaction rules with severity levels
- RESTful API: 7 endpoints including full pipeline analysis
- Web UI: Modern responsive interface with 4 analysis modules
- CLI Interface: 5 subcommands (ner, pii, parse, drug, serve)
- Docker Support: Dockerfile + docker-compose for easy deployment
🧪 Testing
- 108 unit tests, all passing
- Coverage for all core modules
📦 Installation
pip install -r requirements.txt
python -m mediscan.cli serve --port 5000🐳 Docker
docker-compose up -d📄 License
MIT License - free for personal and commercial use.