HAE API
The Health Analytics Engine (HAE) API handles image analysis and machine learning inference for biomarker detection.
Development Status
This documentation is being developed. Check back soon for complete ML pipeline documentation.
Technology Stack
- Language: Python 3.9+
- Framework: FastAPI
- ML Libraries: TensorFlow, OpenCV, NumPy
- Image Processing: Pillow, scikit-image
Development Setup
cd eli_hae_api
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m src.main
Available at: http://localhost:8000