Piaget is a generic machine learning framework.
Quick Install for Users:
- On the command line, type:
# go to your home directory
cd
# get a copy of Piaget
bzr branch lp:piaget
# go to the piaget source dir
cd piaget
# configure & install Piaget
./waf configure
./waf install
# generate the documentation
./waf doc
- Check the generated documentation using your browser:
file:
Quick Install for Developers:
- Follow the Quick Install for Users, but skip the configure and install steps.
- Check the Quick Install Guide for Piaget Developers in the generated documentation.
Project information
- Maintainer:
- Piaget administrators
- Driver:
- Xavier Saint-Mleux
- Licence:
- Apache Licence
View full history Series and milestones
trunk series is the current focus of development.
All code Code
- Version control system:
- Bazaar
- Programming languages:
- python, C++