AI-powered oncology clinical trial eligibility screening tool. Matches patients to trials in 30 seconds using GPT-4o.
- Clone the repo
- Create virtual environment: python -m venv venv
- Install dependencies: pip install -r requirements.txt
- Add OpenAI API key to .env: OPENAI_API_KEY=your_key
- Run: streamlit run app.py