CareFrame: Quick Start Guide
CareFrame: Quick Start Guide
DISCLAIMER: Parts of this documentation have been auto-generated and may contain placeholders. If you find any issues or want to contribute improvements, please submit a pull request to our repository.
Welcome to CareFrame
CareFrame is an integrated platform that streamlines the clinical research process from start to finish. This guide will help you get up and running with the essential features.

📋 CareFrame Installation Guide
System Requirements
- Python 3.9+
- Git
- RAM: Min 16GB (Recommended 32GB+)
- GPU: Recommended 32GB+ VRAM
- Storage: Min 8GB (Recommended 32-64GB)
Installation Steps
- Installing Python: Download Python 3.9+ from python.org. Check "Add Python to PATH" during installation.
- Installing Git: Download from git-scm.com for repository access and updates.
- Run Terminal Commands:
git clone github.com/CareFrameAI/careframe-research cd careframe-research python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt python app_launcher.py
- Local LLM Setup (Optional): Install Ollama (ollama.com) or vLLM (docs.vllm.ai) for privacy and offline operation.
- CouchDB Database Setup: Install from couchdb.apache.org to store patient data.
- Configuration: Set up API keys and model settings in the Settings menu after installation.
Setup time: 15-60 minutes depending on your system.
🌟 The Research Workflow
CareFrame organizes research into a connected workflow. Here's how to get started with each phase:
1️⃣ Research Planning
Basic Feature - Essential for all research projects
Start by creating your research plan:
- Click the Planning icon in the side navigation or home screen
- Select Create New Plan to open the visual canvas
- Add your primary research objective:
- Click the Add Objective button (bullseye icon)
- Enter your research question
- Choose the appropriate objective type

- Add hypotheses to test:
- Select your objective
- Click Add Hypothesis (lightbulb icon)
- Write a clear, testable statement
AI Hypothesis Generation
Advanced Feature - For comprehensive hypothesis development
To generate alternative hypotheses using AI:
- Select an objective
- Click Generate Hypotheses (CPU icon)
- Review and refine the generated options
2️⃣ Literature Search
Basic Feature - Find relevant research papers
- Navigate to the Literature Search section
- Enter your search terms in the query box
- Add filters if needed (publication date, language, etc.)
- Click Search to retrieve papers
- Save relevant papers to your collection

Semantic Ranking
Advanced Feature - For in-depth literature review
To rank papers by relevance to your specific hypotheses:
- Navigate to the Ranking tab
- Select the hypothesis to use as context
- Click Rank Papers to sort by relevance
- Review the top-ranked papers first
3️⃣ Data Collection
Basic Feature - Connect to your data sources
- Navigate to the Data Sources section
- Click Add Source to connect to your data
- Choose from available connection types:
- CSV/Excel files
- SQL databases
- API connections
- Configure the connection details
- Preview and confirm the data import

4️⃣ Data Preparation
Basic Feature - Clean and prepare your data
- With your data source selected, navigate to:
- Clean for handling missing values and outliers
- Filter for selecting relevant observations
- Reshape for transforming data structure
- Apply transformations as needed
- Save the prepared dataset for analysis
5️⃣ Statistical Analysis
Basic Feature - Test your hypotheses
- Navigate to the Model section
- Select the hypothesis to test
- Choose the appropriate statistical test
- Configure test parameters and run the analysis
- Review the results and visualizations

Assumption Checking
Advanced Feature - For rigorous statistical validity
To verify statistical assumptions:
- After running a test, go to the Assumptions tab
- Review automatically detected assumption violations
- Apply recommended corrections if needed
- Re-run the analysis with adjustments
6️⃣ Evidence Storage
Basic Feature - Store your findings securely
- Navigate to the Evidence section
- Select the hypothesis you've tested
- Click Push to Blockchain to store the hypothesis
- Add your evidence:
- Click Push Model Evidence for statistical results
- Click Push Literature Evidence for supporting publications

7️⃣ Knowledge Sharing
Advanced Feature - For team collaboration
To share your findings with collaborators:
- Navigate to the Network section
- Configure your sharing environment:
- Host Mode: Set up your computer as a server
- Client Mode: Connect to another CareFrame instance
- Select topics to publish or subscribe to
- Share specific evidence or entire research plans
🤖 Using the AI Assistant
Basic Feature - Get help at any stage
CareFrame includes an AI assistant to guide your research:
- Click the Agent icon in the top toolbar
- Ask questions in natural language
- Request specific guidance on:
- Statistical test selection
- Hypothesis formulation
- Literature search strategies
- Data cleaning approaches
🔍 Finding Your Way Around
Navigation Tips:
- Side Navigation: Access main modules
- Top Toolbar: Quick access to common tools
- Agent Button: AI assistance
- Settings: Customize your experience
Status Indicators:
- Database: Connection to data storage
- Ollama: LLM service status
- Network: Connection to other instances
👥 Researcher Profiles
CareFrame adapts to different research roles:
- Principal Investigators: Focus on the Research Planning and Evidence modules
- Data Scientists: Concentrate on Data and Statistical Analysis modules
- Clinical Researchers: Prioritize Literature Search and Protocol modules
🎓 Next Steps
After getting familiar with the basics:
- Explore Intermediate Guides for connecting modules
- Review Advanced Documentation for customization
- Check the Workflow Examples for end-to-end research projects
🆘 Getting Help
- Use the Agent for contextual assistance
- Click the ? icon in each module for specific guidance
- Join our community forum for peer support
Stay Updated
Join our community to receive updates about CareFrame.