SepsisIQ·India is an advanced clinical AI platform designed to provide real-time sepsis risk assessments and personalized antibiotic stewardship for the Indian clinical context.
- Secure AI Architecture: Clinical reasoning and inference are handled server-side via Express to protect your API keys.
- Precision ML: Powered by Google Gemini 1.5 Flash (via OpenRouter or Native SDK) for high-accuracy mortality and Carbapenem Resistance (CR) risk prediction.
- Vercel Ready: Pre-configured with
vercel.jsonfor immediate serverless deployment. - India-Localized: Calibrated for regional resistance patterns and clinical workflows.
Prerequisites: Node.js (v18+)
- Clone & Install:
git clone https://github.com/RandomAssassin-rgb/SepsisIQ-India cd SepsisIQ-India npm install - Environment Setup: Create a
.envfile in the root directory:# For Native Google Gemini GEMINI_API_KEY=your_key_here # OR For OpenRouter (Recommended) OPENROUTER_API_KEY=your_key_here
- Run the App:
View at
npm run dev
http://localhost:3000
- Push your code to GitHub.
- Link your repository in the Vercel Dashboard.
- Add your
GEMINI_API_KEYorOPENROUTER_API_KEYto Project Settings > Environment Variables. - Deploy!