This is a playbook for Responsible AI in the Singapore Public Service, maintained by GovTech Singapore’s AI Practice.
This is under active development.
Create a new virtual environment:
python -m venv .venv
source .venv/bin/activate
Install the dependencies:
pip install -r requirements.txt
Run the development server:
mkdocs serve --config-file playbook/mkdocs.yml
Add a new markdown file in the playbook/docs
directory.
Then add a link to it in the mkdocs.yml
file.
Build the site by running this command at the root directory:
mkdocs build --config-file playbook/mkdocs.yml
For external collaborators, please create a separate branch and raise a PR to merge.