π₯ OMOP NLP-to-SQL Agent
Convert natural language queries into OMOP Common Data Model SQL queries using AI.
- AI-Powered Translation: Uses Google Gemini to convert natural language to SQL
- OMOP CDM Expert: Understands healthcare data standards and hierarchical relationships
- Custom Dataset Support: Upload your own query pairs for improved accuracy
- Professional Validation: SQL safety checks and OMOP best practices
- Medical Expertise: Built by a Medical Doctor & Data Scientist
git clone https://github.com/AlekseiZakh/omop-nlp-sql-agent
cd omop-nlp-sql-agent
pip install -r requirements.txt
streamlit run app.py