a python package for Incremental Principal Component Analysis(IPCA) that conforms to the scikit-learn API.
python setup.py install
The IPCA algorithms require scikit-learn and numpy. The examples require matplotlib and OpenCV(the cv2 module, which seems to be installed along with scikit-learn these days ...?)
Submit a pull request!