ACTE is a modern clinical trial database system for Osteosarcoma Now. It replaces legacy infrastructure with an AI-integrated pipeline to provide patients with accessible, up-to-date clinical trial information.
- Data Ingestion: Automated daily sync with ClinicalTrials.gov.
- AI Processing: AI powered summarization of technical trial data into patient-friendly language.
- Curation Dashboard: Human-in-the-loop interface for staff validation and editing.
- Delivery API: FastAPI backend for data distribution.
- Backend: Python, FastAPI, SQLAlchemy, PostgreSQL
- AI: OpenAI API (GPT-4)
- Frontend: React, TypeScript, Vite, Tailwind CSS
For detailed setup, development workflows, and deployment instructions, please refer to the Development Guide.
# Install backend dependencies
pip install -r requirements.txt
# Run migrations
alembic upgrade head
# Start the API
uvicorn app.main:app --reload
