AMR-Shield is a comprehensive clinical surveillance system designed to monitor antibiotic dispensing patterns and identify regional resistance risks in real-time.
# Initialize virtual environment
python3 -m venv venv
source venv/bin/activate
for windows venv/Scripts/Activate
# Install clinical dependencies
pip install -r requirements.txtRun the unified setup script to purge existing data and establish the national surveillance catalog and regional nodes.
python setup.pypython manage.py runserver- Role: Nationwide oversight, policy management, and clinical reporting.
- Credentials:
gov_admin/admin123 - URL:
/dashboard/
- Role: Dispensing logs and patient metadata synchronization.
- Credentials:
pharmacy_1/pharm123 - URL:
/pharmacy/
- Role: Personal medication history and regional health alerts.
- Credentials:
john_doe/user123 - URL:
/user/
The platform is built on a Modular Django Package System for clinical-grade reliability:
core/models/: Modularized data schemas (Accounts, Clinical, Settings).core/views/: Functional view controllers (Dashboards, Management, API).core/utils/: Specialized intelligence logic (Risk Analysis, Reporting).scripts/: System initialization and data population.
© 2026 Clinical Intelligence Surveillance Division.