Download AION AI on your PC

Setup Guide

Step 1: Prerequisites
Install Required Libraries
pip install pillow requests
Optional: Enable Web Search (place LLM.py in same directory)
LLM.py enables latest research lookup for genetic disorders
Step 2: Get Your API Key
⚠️ IMPORTANT: Configure OpenRouter API Key

If the embedded API key fails:
1. Visit OpenRouter
2. Sign in and generate a new API key
3. Replace the key in med3.py (line 29)

OPENROUTER_API_KEY = "sk-or-v1-YOUR_NEW_KEY_HERE"
Step 3: Run the Script
Start AION AI Diagnostic System
python med3.py
Example Input Prompts

Enter input mode ('file' or 'url'): file
Enter the path to the image file: lab_report.jpg
Enter patient details:
Age (e.g., '6 months'): 6 months
Sex (male/female): male
Symptoms (comma-separated): vomiting, lethargy, poor feeding
Family history: consanguineous parents
Clinical notes: metabolic acidosis suspected
Perform deep analysis? (yes/no): yes

Troubleshooting
Fix: "No module named 'PIL'"
pip install pillow
Fix: API Error (401) Unauthorized

1. Go to OpenRouter and sign in
2. Navigate to Keys → Create Key
3. Copy the key (starts with sk-or-v1-)
4. Open med3.py and replace line 29
5. Save and re-run the script

Fix: Port 8000 Already in Use

Edit the port number in med3.py:
port = 8001

Experience AION AI visualizing molecular life in real time. Drag to rotate, scroll to zoom.

AION AI combines advanced neural networks, bioinformatics, and 3D visualization to bring proteins and genes to life right on your device. Designed for students, researchers, and explorers who want to see biology, not just read about it.